summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnyk-bot <snyk-bot@snyk.io>2024-02-24 03:40:41 +0000
committersnyk-bot <snyk-bot@snyk.io>2024-02-24 03:40:41 +0000
commit0f40f9cc118fe4513bf8c22fae3b8bad56000c7e (patch)
tree3337ca5144e2b4686a141aab483b8b774245b5cc
parent753e9f2d974eef022251b5b539abfae22439c5b1 (diff)
fix: glances/outputs/static/package.json & glances/outputs/static/package-lock.json to reduce vulnerabilitiessnyk-fix-dffab0aaafdd95f89e4a974a7baebb7f
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334
-rw-r--r--glances/outputs/static/package-lock.json17
-rw-r--r--glances/outputs/static/package.json2
2 files changed, 9 insertions, 10 deletions
diff --git a/glances/outputs/static/package-lock.json b/glances/outputs/static/package-lock.json
index 85e76ff0..42983d5b 100644
--- a/glances/outputs/static/package-lock.json
+++ b/glances/outputs/static/package-lock.json
@@ -1,16 +1,15 @@
{
- "name": "static",
+ "name": "npm-proj-1708746039031-0.8027934165518784Rz9I3e",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "static",
"dependencies": {
"bootstrap": "^3.4.1",
"favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2",
"lodash": "^4.17.21",
- "sanitize-html": "^2.10.0",
+ "sanitize-html": "^2.12.1",
"vue": "^3.3.2"
},
"devDependencies": {
@@ -4416,9 +4415,9 @@
"dev": true
},
"node_modules/sanitize-html": {
- "version": "2.11.0",
- "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.11.0.tgz",
- "integrity": "sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA==",
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.1.tgz",
+ "integrity": "sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
@@ -9066,9 +9065,9 @@
"dev": true
},
"sanitize-html": {
- "version": "2.11.0",
- "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.11.0.tgz",
- "integrity": "sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA==",
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.1.tgz",
+ "integrity": "sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
diff --git a/glances/outputs/static/package.json b/glances/outputs/static/package.json
index 01f60d85..d6aefc53 100644
--- a/glances/outputs/static/package.json
+++ b/glances/outputs/static/package.json
@@ -5,7 +5,7 @@
"favico.js": "^0.3.10",
"hotkeys-js": "^3.10.2",
"lodash": "^4.17.21",
- "sanitize-html": "^2.10.0",
+ "sanitize-html": "^2.12.1",
"vue": "^3.3.2"
},
"devDependencies": {