From b64fbc1268ad641a6976b7402de7d90949df0020 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 00:57:05 +0000 Subject: [PATCH] fix: upgrade tar-fs from 3.0.5 to 3.0.6 Snyk has created this PR to upgrade tar-fs from 3.0.5 to 3.0.6. See this package in npm: tar-fs See this project in Snyk: https://app.snyk.io/org/blankll/project/2789fac8-f97f-4e82-9208-aedb3f11f9a8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1fa5ad..e3aac65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "execa": "^5.1.1", "https-proxy-agent": "^7.0.4", "node-fetch": "^2.7.0", - "tar-fs": "^3.0.5" + "tar-fs": "^3.0.6" }, "devDependencies": { "@types/debug": "^4.1.12", @@ -4824,9 +4824,9 @@ } }, "node_modules/tar-fs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.5.tgz", - "integrity": "sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz", + "integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==", "dependencies": { "pump": "^3.0.0", "tar-stream": "^3.1.5" diff --git a/package.json b/package.json index cf9d47d..7aeb7da 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "execa": "^5.1.1", "https-proxy-agent": "^7.0.4", "node-fetch": "^2.7.0", - "tar-fs": "^3.0.5" + "tar-fs": "^3.0.6" }, "devDependencies": { "@types/debug": "^4.1.12",