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-IP-6240864
  • Loading branch information
snyk-bot committed Feb 11, 2024
1 parent 8879993 commit f380d20
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^2.6.4",
"@npmcli/arborist": "^7.0.0",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^2.2.0",
"@npmcli/package-json": "^1.0.1",
Expand All @@ -77,18 +77,18 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"leven": "^3.1.0",
"libnpmaccess": "^4.0.2",
"libnpmdiff": "^2.0.4",
"libnpmexec": "^2.0.0",
"libnpmfund": "^1.1.0",
"libnpmhook": "^6.0.2",
"libnpmorg": "^2.0.2",
"libnpmpack": "^2.0.1",
"libnpmpublish": "^4.0.1",
"libnpmsearch": "^3.1.1",
"libnpmteam": "^2.0.3",
"libnpmaccess": "^8.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.0.20",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.0",
"libnpmpack": "^6.0.0",
"libnpmpublish": "^9.0.0",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^1.2.1",
"make-fetch-happen": "^9.0.3",
"make-fetch-happen": "^12.0.0",
"minipass": "^3.1.3",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
Expand All @@ -99,12 +99,12 @@
"npm-audit-report": "^2.1.5",
"npm-package-arg": "^8.1.5",
"npm-pick-manifest": "^6.1.1",
"npm-profile": "^5.0.3",
"npm-registry-fetch": "^11.0.0",
"npm-profile": "^8.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-user-validate": "^1.0.1",
"npmlog": "~4.1.2",
"opener": "^1.5.2",
"pacote": "^11.3.3",
"pacote": "^16.0.0",
"parse-conflict-json": "^1.1.1",
"qrcode-terminal": "^0.12.0",
"read": "~1.0.7",
Expand Down

0 comments on commit f380d20

Please sign in to comment.