Apply Updated Dependencies

This commit is contained in:
Caesar Kabalan 2023-10-25 22:29:27 -07:00
parent a2f9650711
commit a93b2bd0a5
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,
"dependencies": {
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.2",
"http-server": "^14.1.1",
"lz-string": "^1.5.0"
}
@ -55,9 +55,9 @@
}
},
"node_modules/bootstrap": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz",
"integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz",
"integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==",
"funding": [
{
"type": "github",
@ -69,7 +69,7 @@
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.7"
"@popperjs/core": "^2.11.8"
}
},
"node_modules/call-bind": {