From 2aaca0768674e9539051fc208b0d4d319affc4a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 18:53:39 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- deps/npm/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 8f88726ad1e04e..713e3b102cf858 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -42,11 +42,11 @@ "./package.json": "./package.json" }, "dependencies": { - "@npmcli/arborist": "^2.2.1", + "@npmcli/arborist": "^3.0.0", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^1.2.9", "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/run-script": "^1.8.2", + "@npmcli/run-script": "^2.0.0", "abbrev": "~1.1.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", @@ -55,9 +55,9 @@ "cacache": "^15.0.5", "chalk": "^4.1.0", "chownr": "^2.0.0", - "cli-columns": "^3.1.2", + "cli-columns": "^4.0.0", "cli-table3": "^0.6.0", - "columnify": "~1.5.4", + "columnify": "~1.6.0", "glob": "^7.1.4", "graceful-fs": "^4.2.5", "hosted-git-info": "^3.0.8", @@ -67,22 +67,22 @@ "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", - "libnpmdiff": "^2.0.3", - "libnpmfund": "^1.0.2", + "libnpmdiff": "^3.0.0", + "libnpmfund": "^2.0.0", "libnpmhook": "^6.0.1", "libnpmorg": "^2.0.1", - "libnpmpack": "^2.0.0", + "libnpmpack": "^3.0.0", "libnpmpublish": "^4.0.0", "libnpmsearch": "^3.1.0", "libnpmteam": "^2.0.2", - "libnpmversion": "^1.0.8", + "libnpmversion": "^2.0.1", "make-fetch-happen": "^8.0.13", "minipass": "^3.1.3", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", "ms": "^2.1.2", - "node-gyp": "^7.1.2", + "node-gyp": "^8.4.1", "nopt": "^5.0.0", "npm-audit-report": "^2.1.4", "npm-package-arg": "^8.1.0", @@ -90,9 +90,9 @@ "npm-profile": "^5.0.2", "npm-registry-fetch": "^9.0.0", "npm-user-validate": "^1.0.1", - "npmlog": "~4.1.2", + "npmlog": "~5.0.0", "opener": "^1.5.2", - "pacote": "^11.2.6", + "pacote": "^12.0.0", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7",