From 0f40f9cc118fe4513bf8c22fae3b8bad56000c7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 03:40:41 +0000 Subject: 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-SANITIZEHTML-6256334 --- glances/outputs/static/package-lock.json | 17 ++++++++--------- glances/outputs/static/package.json | 2 +- 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": { -- cgit v1.2.3