From c478eedc830a882d91ce860fd370eba9622b3b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:07:09 +0000 Subject: [PATCH] build(deps): bump tar from 7.5.9 to 7.5.10 in /admin Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.9 to 7.5.10. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.9...v7.5.10) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- admin/package-lock.json | 18 ++++-------------- admin/package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index c50a5b8..831d569 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.9", + "tar": "^7.5.10", "tesseract.js": "^7.0.0", "url-join": "^5.0.0", "yaml": "^2.8.0" @@ -4379,7 +4379,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4396,7 +4395,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4413,7 +4411,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "Apache-2.0", "optional": true, "os": [ @@ -4430,7 +4427,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4447,7 +4443,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4464,7 +4459,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4481,7 +4475,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4498,7 +4491,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4515,7 +4507,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -4532,7 +4523,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -15275,9 +15265,9 @@ } }, "node_modules/tar": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.9.tgz", - "integrity": "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz", + "integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", diff --git a/admin/package.json b/admin/package.json index e84735e..5ad1a60 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.9", + "tar": "^7.5.10", "tesseract.js": "^7.0.0", "url-join": "^5.0.0", "yaml": "^2.8.0"