Skip to content

Commit 2acfcad

Browse files
committed
chore: add undici override to fix CVE
1 parent aabaffe commit 2acfcad

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

standalone-single-locale/package-lock.json

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

standalone-single-locale/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@
6969
"ts-node": "^10.9.2",
7070
"typescript": "~5.9.3",
7171
"typescript-eslint": "^8.57.0"
72+
},
73+
"overrides": {
74+
"undici": "^7.24.2"
7275
}
7376
}

standalone-with-translate/package-lock.json

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

standalone-with-translate/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@
7777
"ts-node": "^10.9.2",
7878
"typescript": "~5.9.3",
7979
"typescript-eslint": "^8.57.0"
80+
},
81+
"overrides": {
82+
"undici": "^7.24.2"
8083
}
8184
}

0 commit comments

Comments
 (0)