Skip to content

Commit 80eb88e

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-8641354
1 parent 9507851 commit 80eb88e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"serialize-error": "^8.1.0",
117117
"targz": "^1.0.1",
118118
"try-require": "^1.2.1",
119-
"undici": "^6.19.8",
119+
"undici": "^6.21.1",
120120
"universalify": "^2.0.0",
121121
"yargs": "^17.7.2"
122122
}

0 commit comments

Comments
 (0)