fix: upgrade bootbox from 5.5.2 to 5.5.3

Snyk has created this PR to upgrade bootbox from 5.5.2 to 5.5.3.

See this package in npm:
https://www.npmjs.com/package/bootbox

See this project in Snyk:
https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-05-19 04:28:14 +00:00
parent e37689dc58
commit 9595f9d997
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
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",