Skip to content

Commit

Permalink
fix: 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 1, 2023
1 parent 01bf480 commit d660162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"cross-env": "^7.0.3",
"execa": "^5.0.0",
"gaxios": "^4.0.0",
"gts": "^2.0.0",
"gts": "^3.0.0",
"js-green-licenses": "^3.0.0",
"linkinator": "^2.0.0",
"linkinator": "^4.1.3",
"mkdirp": "^1.0.0",
"mocha": "^8.1.3",
"mv": "^2.1.1",
Expand All @@ -91,7 +91,7 @@
"p-queue": "^6.0.0",
"prettier": "^2.0.5",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
"rimraf": "^4.0.0",
"server-destroy": "^1.0.1",
"sinon": "^11.0.0",
"tmp": "^0.2.0",
Expand Down

0 comments on commit d660162

Please sign in to comment.