fix: upgrade bootbox from 5.5.1 to 5.5.2

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

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=upgrade-pr
This commit is contained in:
snyk-bot 2020-12-22 03:23:42 +00:00
parent e06f3dc209
commit d924dc1d52
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
static/package-lock.json generated vendored
View file

@ -62,9 +62,9 @@
}
},
"bootbox": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.1.tgz",
"integrity": "sha512-sAXwO4wgJipTrjAs77g3mCYdF59kxxPhQjG7rYPbHIp9AoAetPu77qvfJSBfmlezoEBdTs9ByfhOfb2W9IU7HQ==",
"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",

2
static/package.json vendored
View file

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