From f3d2138bb5ecf49e313566b60623e57e6737f204 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2026 11:29:46 +0000 Subject: [PATCH] fix: admin/package.json & admin/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15456201 --- admin/package-lock.json | 18 ++++++++++++++---- admin/package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index 831d569..c7a2e5b 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -66,7 +66,7 @@ "stopword": "^3.1.5", "systeminformation": "^5.30.8", "tailwindcss": "^4.1.10", - "tar": "^7.5.10", + "tar": "^7.5.11", "tesseract.js": "^7.0.0", "url-join": "^5.0.0", "yaml": "^2.8.0" @@ -4379,6 +4379,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4395,6 +4396,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4411,6 +4413,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4427,6 +4430,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4443,6 +4447,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4459,6 +4464,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4475,6 +4481,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4491,6 +4498,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4507,6 +4515,7 @@ "cpu": [ "ia32" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4523,6 +4532,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -15265,9 +15275,9 @@ } }, "node_modules/tar": { - "version": "7.5.10", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz", - "integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==", + "version": "7.5.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz", + "integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", diff --git a/admin/package.json b/admin/package.json index 5ad1a60..1b829ac 100644 --- a/admin/package.json +++ b/admin/package.json @@ -118,7 +118,7 @@ "stopword": "^3.1.5", "systeminformation": "^5.30.8", "tailwindcss": "^4.1.10", - "tar": "^7.5.10", + "tar": "^7.5.11", "tesseract.js": "^7.0.0", "url-join": "^5.0.0", "yaml": "^2.8.0"