fix: glances/outputs/static/package.json & glances/outputs/static/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617
pull/2875/head
snyk-bot 2024-07-13 08:28:45 +00:00
parent 413df02728
commit ecd6612489
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 34 additions and 12 deletions

View File

@ -1,12 +1,11 @@
{ {
"name": "static", "name": "relock-npm-lock-v2-zgScg1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "static",
"dependencies": { "dependencies": {
"bootstrap": "^3.4.1", "bootstrap": "^5.0.0",
"favico.js": "^0.3.10", "favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2", "hotkeys-js": "^3.10.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -255,6 +254,17 @@
"node": ">= 8" "node": ">= 8"
} }
}, },
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"license": "MIT",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@types/body-parser": { "node_modules/@types/body-parser": {
"version": "1.19.2", "version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
@ -1038,11 +1048,16 @@
"dev": true "dev": true
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "3.4.1", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==", "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
"engines": { "license": "MIT",
"node": ">=6" "funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"peerDependencies": {
"@popperjs/core": "^2.9.2"
} }
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
@ -6022,6 +6037,12 @@
"fastq": "^1.6.0" "fastq": "^1.6.0"
} }
}, },
"@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true
},
"@types/body-parser": { "@types/body-parser": {
"version": "1.19.2", "version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
@ -6712,9 +6733,10 @@
"dev": true "dev": true
}, },
"bootstrap": { "bootstrap": {
"version": "3.4.1", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
"requires": {}
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"dependencies": { "dependencies": {
"bootstrap": "^3.4.1", "bootstrap": "^5.0.0",
"favico.js": "^0.3.10", "favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2", "hotkeys-js": "^3.10.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",