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-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 22, 2023
1 parent 90d8e22 commit aed4533
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@
"inflight": "~1.0.6",
"inherits": "^2.0.4",
"ini": "^1.3.5",
"init-package-json": "^1.10.3",
"init-package-json": "^2.0.1",
"is-cidr": "^3.0.0",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
"libcipm": "^4.0.7",
"libnpm": "^3.0.1",
"libnpmaccess": "^3.0.2",
"libnpmhook": "^5.0.3",
"libnpmorg": "^1.0.1",
"libnpmsearch": "^2.0.2",
"libnpmteam": "^1.0.2",
"libnpmaccess": "^4.0.0",
"libnpmhook": "^6.0.0",
"libnpmorg": "^2.0.0",
"libnpmsearch": "^3.0.0",
"libnpmteam": "^2.0.0",
"libnpx": "^10.2.2",
"lock-verify": "^2.1.0",
"lockfile": "^1.0.4",
Expand All @@ -93,24 +93,24 @@
"mississippi": "^3.0.0",
"mkdirp": "~0.5.1",
"move-concurrently": "^1.0.1",
"node-gyp": "^5.0.7",
"node-gyp": "^7.0.0",
"nopt": "~4.0.1",
"normalize-package-data": "^2.5.0",
"normalize-package-data": "^3.0.0",
"npm-audit-report": "^1.3.2",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "^3.0.2",
"npm-install-checks": "^4.0.0",
"npm-lifecycle": "^3.1.4",
"npm-package-arg": "^6.1.1",
"npm-package-arg": "^8.0.0",
"npm-packlist": "^1.4.7",
"npm-pick-manifest": "^3.0.2",
"npm-profile": "^4.0.2",
"npm-registry-fetch": "^4.0.2",
"npm-pick-manifest": "^5.0.0",
"npm-profile": "^5.0.0",
"npm-registry-fetch": "^6.0.0",
"npm-user-validate": "~1.0.0",
"npmlog": "~4.1.2",
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
"pacote": "^9.5.12",
"pacote": "^10.3.0",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",
Expand All @@ -119,15 +119,15 @@
"read": "~1.0.7",
"read-cmd-shim": "^1.0.5",
"read-installed": "~4.0.3",
"read-package-json": "^2.1.1",
"read-package-json": "^3.0.0",
"read-package-tree": "^5.3.1",
"readable-stream": "^3.4.0",
"readdir-scoped-modules": "^1.1.0",
"request": "^2.88.0",
"retry": "^0.12.0",
"rimraf": "^2.6.3",
"safe-buffer": "^5.1.2",
"semver": "^5.7.1",
"semver": "^7.5.2",
"sha": "^3.0.0",
"slide": "~1.1.6",
"sorted-object": "~2.0.1",
Expand All @@ -141,7 +141,7 @@
"umask": "~1.1.0",
"unique-filename": "^1.1.1",
"unpipe": "~1.0.0",
"update-notifier": "^2.5.0",
"update-notifier": "^6.0.0",
"uuid": "^3.3.3",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "~3.0.0",
Expand Down

0 comments on commit aed4533

Please sign in to comment.