summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnyk-bot <snyk-bot@snyk.io>2024-07-13 08:28:45 +0000
committersnyk-bot <snyk-bot@snyk.io>2024-07-13 08:28:45 +0000
commitecd66124895c9edafedaea637e5b4860fd3fe95f (patch)
treeec55debc609b2210d3766241bbc2f70e5872d4f9
parent413df02728f9eb24fe457d0b8295c7630fe54eab (diff)
fix: glances/outputs/static/package.json & glances/outputs/static/package-lock.json to reduce vulnerabilitiessnyk-fix-d1f0149fbac4d815054cdd21b00f7546
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617
-rw-r--r--glances/outputs/static/package-lock.json44
-rw-r--r--glances/outputs/static/package.json2
2 files changed, 34 insertions, 12 deletions
diff --git a/glances/outputs/static/package-lock.json b/glances/outputs/static/package-lock.json
index 9fb82999..a9a8c788 100644
--- a/glances/outputs/static/package-lock.json
+++ b/glances/outputs/static/package-lock.json
@@ -1,12 +1,11 @@
{
- "name": "static",
+ "name": "relock-npm-lock-v2-zgScg1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "static",
"dependencies": {
- "bootstrap": "^3.4.1",
+ "bootstrap": "^5.0.0",
"favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2",
"lodash": "^4.17.21",
@@ -255,6 +254,17 @@
"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": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
@@ -1038,11 +1048,16 @@
"dev": true
},
"node_modules/bootstrap": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
- "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==",
- "engines": {
- "node": ">=6"
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
+ "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/bootstrap"
+ },
+ "peerDependencies": {
+ "@popperjs/core": "^2.9.2"
}
},
"node_modules/brace-expansion": {
@@ -6022,6 +6037,12 @@
"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": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
@@ -6712,9 +6733,10 @@
"dev": true
},
"bootstrap": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
- "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz",
+ "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==",
+ "requires": {}
},
"brace-expansion": {
"version": "1.1.11",
diff --git a/glances/outputs/static/package.json b/glances/outputs/static/package.json
index 01f60d85..a8f385ce 100644
--- a/glances/outputs/static/package.json
+++ b/glances/outputs/static/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
- "bootstrap": "^3.4.1",
+ "bootstrap": "^5.0.0",
"favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2",
"lodash": "^4.17.21",