Merge pull request #1001 from simple-login/snyk-upgrade-7758f64956f2190c41945a4353b30f87

[Snyk] Upgrade bootbox from 5.5.2 to 5.5.3
This commit is contained in:
Adrià Casajús 2022-05-26 12:08:04 +02:00 committed by GitHub
commit b30d7d2565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 19 deletions

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

@ -62,19 +62,9 @@
}
},
"bootbox": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.2.tgz",
"integrity": "sha512-q8d9VO2A4+q6S0XvovLtqtBUp7uRy0wtDOuuycnoheK2TiAm3um0jOlAOu9ORn9XoT92tdil+p15Dle1mRgSPQ==",
"requires": {
"bootstrap": "^4.4.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.0"
}
},
"bootstrap": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.3.tgz",
"integrity": "sha512-B4mnm1DYgNHzoNtD7I0L/fixqvya4EEQy5bFF/yNmGI2Eq3WwVVwdfWf3hoF8KS+EaV4f0uIMqtxB1EAZwZPhQ=="
},
"font-awesome": {
"version": "4.7.0",
@ -109,11 +99,6 @@
"jquery": ">=1.8.0"
}
},
"popper.js": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
"integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
},
"qrious": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/qrious/-/qrious-4.0.2.tgz",

2
static/package.json vendored
View File

@ -17,7 +17,7 @@
"homepage": "https://github.com/simple-login/app#readme",
"dependencies": {
"@sentry/browser": "^5.30.0",
"bootbox": "^5.5.2",
"bootbox": "^5.5.3",
"font-awesome": "^4.7.0",
"htmx.org": "^1.6.1",
"intro.js": "^2.9.3",