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" } }