From 10551b8b9c0b7b66b73d461626d2e0857d9ddd57 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sun, 12 Jan 2025 20:54:44 +0000 Subject: [PATCH] fix: add undici dep for pnpm --- package-lock.json | 5 +++-- package.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ee82add..89d1f78a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-actions-ctrf", - "version": "0.0.56", + "version": "0.0.57", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-actions-ctrf", - "version": "0.0.56", + "version": "0.0.57", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", @@ -17,6 +17,7 @@ "ansi-to-html": "^0.7.2", "ctrf": "^0.0.12", "handlebars": "^4.7.8", + "undici": "^5.28.4", "yargs": "^17.7.2" }, "bin": { diff --git a/package.json b/package.json index 023650c5..73df2540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-ctrf", - "version": "0.0.56", + "version": "0.0.57", "description": "View test results directly within your GitHub workflow summary and Pull Requests", "main": "index.js", "scripts": { @@ -88,6 +88,7 @@ "ansi-to-html": "^0.7.2", "ctrf": "^0.0.12", "handlebars": "^4.7.8", + "undici": "^5.28.4", "yargs": "^17.7.2" } }