Skip to content

Commit

Permalink
fix: deps/npm/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 2, 2023
1 parent 6d3920d commit 7ed6e2e
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,67 +55,67 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^5.0.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.0.1",
"@npmcli/map-workspaces": "^2.0.0",
"@npmcli/map-workspaces": "^3.0.3",
"@npmcli/package-json": "^1.0.1",
"@npmcli/run-script": "^3.0.1",
"@npmcli/run-script": "^7.0.2",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
"archy": "~1.0.0",
"cacache": "^15.3.0",
"cacache": "^17.0.5",
"chalk": "^4.1.2",
"chownr": "^2.0.0",
"cli-columns": "^4.0.0",
"cli-table3": "^0.6.1",
"columnify": "^1.6.0",
"fastest-levenshtein": "^1.0.12",
"glob": "^7.2.0",
"glob": "^9.0.0",
"graceful-fs": "^4.2.9",
"hosted-git-info": "^4.1.0",
"ini": "^2.0.0",
"init-package-json": "^3.0.0",
"init-package-json": "^4.0.0",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.0",
"libnpmdiff": "^4.0.0",
"libnpmexec": "^4.0.0",
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
"libnpmorg": "^4.0.0",
"libnpmpack": "^4.0.0",
"libnpmpublish": "^6.0.0",
"libnpmsearch": "^5.0.0",
"libnpmteam": "^4.0.0",
"libnpmversion": "^3.0.0",
"make-fetch-happen": "^10.0.4",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.0.20",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^6.0.0",
"libnpmpublish": "^7.0.0",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^5.0.0",
"make-fetch-happen": "^11.0.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"ms": "^2.1.2",
"node-gyp": "^9.0.0",
"node-gyp": "^10.0.0",
"nopt": "^5.0.0",
"npm-audit-report": "^2.1.5",
"npm-install-checks": "^4.0.0",
"npm-package-arg": "^9.0.0",
"npm-pick-manifest": "^7.0.0",
"npm-profile": "^6.0.2",
"npm-registry-fetch": "^13.0.1",
"npm-profile": "^7.0.1",
"npm-registry-fetch": "^14.0.0",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",
"opener": "^1.5.2",
"pacote": "^13.0.3",
"pacote": "^17.0.4",
"parse-conflict-json": "^2.0.1",
"proc-log": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",
"read-package-json": "^4.1.1",
"read-package-json": "^6.0.1",
"read-package-json-fast": "^2.0.3",
"readdir-scoped-modules": "^1.1.0",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"semver": "^7.3.5",
"ssri": "^8.0.1",
"tar": "^6.1.11",
Expand Down Expand Up @@ -201,11 +201,11 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
"@npmcli/template-oss": "^2.9.2",
"@npmcli/template-oss": "^4.6.0",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"licensee": "^9.0.0",
"spawk": "^1.7.1",
"tap": "^15.1.6"
"tap": "^18.0.0"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
Expand Down

0 comments on commit 7ed6e2e

Please sign in to comment.