From 5e9d400f8a17f4a368a183c2f34db35a0ba3b7ce Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Wed, 20 Aug 2025 19:48:47 +0000 Subject: [PATCH 1/2] update undici to 5.29.0 --- package-lock.json | 10 +++++----- package.json | 11 ++++++++--- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb7b86e..0762b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,8 @@ "@actions/github": "^6.0.0", "@octokit/request-error": "^6.1.1", "@octokit/webhooks-types": "^7.5.0", - "packageurl-js": "^1.2.1" + "packageurl-js": "^1.2.1", + "undici": "^5.29.0" }, "devDependencies": { "@biomejs/biome": "^1.7.0", @@ -2423,10 +2424,9 @@ } }, "node_modules/undici": { - "version": "5.28.5", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz", - "integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==", - "license": "MIT", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", + "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", "dependencies": { "@fastify/busboy": "^2.0.0" }, diff --git a/package.json b/package.json index a8cb2dc..675184e 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,12 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], - "workspaces": ["example"], + "files": [ + "dist" + ], + "workspaces": [ + "example" + ], "scripts": { "all": "npm run type-check && npm run build && npm run ci && npm run test", "build": "tsup", @@ -40,7 +44,8 @@ "@actions/github": "^6.0.0", "@octokit/request-error": "^6.1.1", "@octokit/webhooks-types": "^7.5.0", - "packageurl-js": "^1.2.1" + "packageurl-js": "^1.2.1", + "undici": "^5.29.0" }, "devDependencies": { "@biomejs/biome": "^1.7.0", From 9415c0455505795dd4f75441e7ec28630d202bc0 Mon Sep 17 00:00:00 2001 From: Ashely Tenesaca Date: Wed, 20 Aug 2025 19:58:30 +0000 Subject: [PATCH 2/2] fix format --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 675184e..87a1b57 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,8 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "workspaces": [ - "example" - ], + "files": ["dist"], + "workspaces": ["example"], "scripts": { "all": "npm run type-check && npm run build && npm run ci && npm run test", "build": "tsup",