diff --git a/package-lock.json b/package-lock.json index 6b071619..819ee97f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "semver": "7.8.5", "spdx-expression-parse": "5.0.0", "ssri": "14.0.0", - "tar-stream": "3.2.0", + "tar-stream": "3.2.1", "true-myth": "9.4.0", "ts-morph": "28.0.0", "ts-pattern": "5.9.0", @@ -5582,6 +5582,19 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/tarball/node_modules/tar-stream": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz", + "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==", + "dev": true, + "license": "MIT", + "dependencies": { + "b4a": "^1.6.4", + "bare-fs": "^4.5.5", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, "node_modules/@verdaccio/ui-theme": { "version": "9.0.0-next-9.28", "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-9.0.0-next-9.28.tgz", @@ -13536,6 +13549,19 @@ "url": "https://github.com/sponsors/remeda" } }, + "node_modules/packtory/node_modules/tar-stream": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz", + "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==", + "dev": true, + "license": "MIT", + "dependencies": { + "b4a": "^1.6.4", + "bare-fs": "^4.5.5", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, "node_modules/packtory/node_modules/unix-permissions": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/unix-permissions/-/unix-permissions-6.0.1.tgz", @@ -15618,9 +15644,9 @@ } }, "node_modules/tar-stream": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz", - "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.1.tgz", + "integrity": "sha512-nqsEO8zLZJvrOMdEwkA0QdCLFbetHMn95Zqu4fKwX+hkaTWJPZZOrxx/PwtxoK0MMGQmBQNRW3CPs8IFYQz4cQ==", "license": "MIT", "dependencies": { "b4a": "^1.6.4", diff --git a/package.json b/package.json index fcbacaf1..dd64b5b4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "semver": "7.8.5", "spdx-expression-parse": "5.0.0", "ssri": "14.0.0", - "tar-stream": "3.2.0", + "tar-stream": "3.2.1", "true-myth": "9.4.0", "ts-morph": "28.0.0", "ts-pattern": "5.9.0",