Skip to content

Commit 4af96ad

Browse files
fix: downgrade undici to version 5.29.0 in package.json and package-lock.json
1 parent 053e94a commit 4af96ad

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

src/frontend/package-lock.json

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

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"rehype-raw": "^7.0.0",
3737
"remark-gfm": "^4.0.0",
3838
"remark-supersub": "^1.0.0",
39-
"undici": "^7.8.0"
39+
"undici": "^5.29.0"
4040
},
4141
"devDependencies": {
4242
"@eslint/eslintrc": "^3.3.1",

0 commit comments

Comments
 (0)