From d5fa33653cb6c666bb76dd86f10799472acc961c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:37:54 +0000 Subject: [PATCH] Bump tar-fs from 1.16.4 to 1.16.5 in /node_app Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.16.4 to 1.16.5. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 1.16.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- node_app/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_app/package-lock.json b/node_app/package-lock.json index cef9e83..71b13ee 100644 --- a/node_app/package-lock.json +++ b/node_app/package-lock.json @@ -11084,9 +11084,9 @@ } }, "node_modules/tar-fs": { - "version": "1.16.4", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.4.tgz", - "integrity": "sha512-u3XczWoYAIVXe5GOKK6+VeWaHjtc47W7hyuTo3+4cNakcCcuDmlkYiiHEsECwTkcI3h1VUgtwBQ54+RvY6cM4w==", + "version": "1.16.5", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.5.tgz", + "integrity": "sha512-1ergVCCysmwHQNrOS+Pjm4DQ4nrGp43+Xnu4MRGjCnQu/m3hEgLNS78d5z+B8OJ1hN5EejJdCSFZE1oM6AQXAQ==", "license": "MIT", "dependencies": { "chownr": "^1.0.1",