Merge branch 'release/v1.1.7'

This commit is contained in:
Caesar Kabalan 2023-10-25 22:31:06 -07:00
commit 6b054e9bb6
No known key found for this signature in database
GPG key ID: DDFEF5FF6CFAB608
3 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
src/package-lock.json generated
View file

@ -6,7 +6,7 @@
"": { "": {
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"bootstrap": "^5.2.3", "bootstrap": "^5.3.2",
"http-server": "^14.1.1", "http-server": "^14.1.1",
"lz-string": "^1.5.0" "lz-string": "^1.5.0"
} }
@ -55,9 +55,9 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.3.0", "version": "5.3.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz",
"integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==", "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -69,7 +69,7 @@
} }
], ],
"peerDependencies": { "peerDependencies": {
"@popperjs/core": "^2.11.7" "@popperjs/core": "^2.11.8"
} }
}, },
"node_modules/call-bind": { "node_modules/call-bind": {