Skip to content

Commit 5e9d400

Browse files
committed
update undici to 5.29.0
1 parent f912971 commit 5e9d400

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
"main": "./dist/index.cjs",
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
25-
"files": ["dist"],
26-
"workspaces": ["example"],
25+
"files": [
26+
"dist"
27+
],
28+
"workspaces": [
29+
"example"
30+
],
2731
"scripts": {
2832
"all": "npm run type-check && npm run build && npm run ci && npm run test",
2933
"build": "tsup",
@@ -40,7 +44,8 @@
4044
"@actions/github": "^6.0.0",
4145
"@octokit/request-error": "^6.1.1",
4246
"@octokit/webhooks-types": "^7.5.0",
43-
"packageurl-js": "^1.2.1"
47+
"packageurl-js": "^1.2.1",
48+
"undici": "^5.29.0"
4449
},
4550
"devDependencies": {
4651
"@biomejs/biome": "^1.7.0",

0 commit comments

Comments
 (0)