Merge pull request #321 from simple-login/snyk-upgrade-ded98394f6af903837d29c0e8b52b575

[Snyk] Upgrade bootbox from 5.4.0 to 5.5.1
This commit is contained in:
Son Nguyen Kim 2020-11-01 20:56:40 +01:00 committed by GitHub
commit d2f2053738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
static/package-lock.json generated vendored
View File

@ -62,19 +62,19 @@
}
},
"bootbox": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.4.0.tgz",
"integrity": "sha512-GCPrDwZpJsUnqzrto3ZURVafypl13+DAyE3YZx5jR5EIoTDSyREPhr77hlCuPKvM6VvXR5Mh/34W3DYMC7JE9g==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.1.tgz",
"integrity": "sha512-sAXwO4wgJipTrjAs77g3mCYdF59kxxPhQjG7rYPbHIp9AoAetPu77qvfJSBfmlezoEBdTs9ByfhOfb2W9IU7HQ==",
"requires": {
"bootstrap": "^4.4.0",
"jquery": "^3.4.1",
"jquery": "^3.5.1",
"popper.js": "^1.16.0"
}
},
"bootstrap": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
"integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
},
"font-awesome": {
"version": "4.7.0",

2
static/package.json vendored
View File

@ -17,7 +17,7 @@
"homepage": "https://github.com/simple-login/app#readme",
"dependencies": {
"@sentry/browser": "^5.25.0",
"bootbox": "^5.4.0",
"bootbox": "^5.5.1",
"font-awesome": "^4.7.0",
"intro.js": "^2.9.3",
"multiple-select": "^1.5.2",