From 8de68b460072187db1caa863e901df3a330e824a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Dec 2023 02:35:36 +0000 Subject: [PATCH] fix: deps/npm/node_modules/pacote/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/pacote/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/npm/node_modules/pacote/package.json b/deps/npm/node_modules/pacote/package.json index bc8d984704af5b..8da24b8c3d0c38 100644 --- a/deps/npm/node_modules/pacote/package.json +++ b/deps/npm/node_modules/pacote/package.json @@ -25,14 +25,14 @@ ] }, "devDependencies": { - "@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0", + "@npmcli/arborist": "^7.0.0", "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.14.1", + "@npmcli/template-oss": "4.20.0", "hosted-git-info": "^6.0.0", "mutate-fs": "^2.1.1", "nock": "^13.2.4", "npm-registry-mock": "^1.3.2", - "tap": "^16.0.1" + "tap": "^18.0.0" }, "files": [ "bin/", @@ -47,7 +47,7 @@ "@npmcli/git": "^4.0.0", "@npmcli/installed-package-contents": "^2.0.1", "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", + "@npmcli/run-script": "^7.0.2", "cacache": "^17.0.0", "fs-minipass": "^3.0.0", "minipass": "^5.0.0",