Skip to content

Commit 6be363e

Browse files
authored
Merge pull request #113 from github/sgoedecke-cleanup-undici-findings
Override vulnerable Undici transitives
2 parents f6a75f9 + 9852037 commit 6be363e

2 files changed

Lines changed: 6 additions & 36 deletions

File tree

package-lock.json

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

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"@rollup/rollup-linux-x64-gnu": "*"
6161
},
6262
"overrides": {
63+
"@actions/github@6.0.1": {
64+
"undici": "6.28.0"
65+
},
66+
"@actions/github@7.0.0": {
67+
"undici": "6.28.0"
68+
},
6369
"@typescript-eslint/typescript-estree@6.21.0": {
6470
"minimatch": "9.0.9"
6571
}

0 commit comments

Comments
 (0)