mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
fix: upgrade bootbox from 5.4.0 to 5.5.1
Snyk has created this PR to upgrade bootbox from 5.4.0 to 5.5.1. 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:
parent
28563b9653
commit
6df616c4b4
2 changed files with 8 additions and 8 deletions
14
static/package-lock.json
generated
vendored
14
static/package-lock.json
generated
vendored
|
@ -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
2
static/package.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue