Skip to content

Commit

Permalink
fix: packages/kit/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-UNDICI-5962466
  • Loading branch information
snyk-bot committed Oct 14, 2023
1 parent 140dd7d commit 7969e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"set-cookie-parser": "^2.6.0",
"sirv": "^2.0.2",
"tiny-glob": "^0.2.9",
"undici": "~5.22.0"
"undici": "~5.26.2"
},
"devDependencies": {
"@playwright/test": "1.30.0",
Expand Down

0 comments on commit 7969e18

Please sign in to comment.