Skip to content

Commit cbbb040

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 0aad765 commit cbbb040

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 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
@@ -39,7 +39,7 @@
3939
"chardet": "^2.0.0",
4040
"cheerio": "^1.0.0-rc.12",
4141
"iconv-lite": "^0.6.3",
42-
"undici": "^6.21.0"
42+
"undici": "^6.21.1"
4343
},
4444
"files": [
4545
"/dist",

0 commit comments

Comments
 (0)