From 9f19d48144bc5364316a17522f0e77b07e57c35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:22:39 +0000 Subject: [PATCH] Bump tar-stream from 3.1.8 to 3.2.0 in /plugins/system-utility Bumps [tar-stream](https://github.com/mafintosh/tar-stream) from 3.1.8 to 3.2.0. - [Commits](https://github.com/mafintosh/tar-stream/compare/v3.1.8...v3.2.0) --- updated-dependencies: - dependency-name: tar-stream dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/system-utility/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/system-utility/package-lock.json b/plugins/system-utility/package-lock.json index 2378d2329f2..10e7dbedd92 100644 --- a/plugins/system-utility/package-lock.json +++ b/plugins/system-utility/package-lock.json @@ -129,9 +129,9 @@ } }, "node_modules/tar-stream": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz", - "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz", + "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==", "license": "MIT", "dependencies": { "b4a": "^1.6.4",