aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node_modules/@actions/http-client/package.json
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 11:18:12 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 11:18:12 +0100
commit2d40e8046a08373b1740922690b695a16d5e5fa6 (patch)
treeeb086741d1bb01ef9ed3d0ac8e1301447e835971 /node_modules/@actions/http-client/package.json
parentworkflows/test: upgrade actions (diff)
downloadcleanup-path-2d40e8046a08373b1740922690b695a16d5e5fa6.tar.gz
cleanup-path-2d40e8046a08373b1740922690b695a16d5e5fa6.zip
bump version in package.json, upgrade dependencies
Diffstat (limited to 'node_modules/@actions/http-client/package.json')
-rw-r--r--node_modules/@actions/http-client/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/node_modules/@actions/http-client/package.json b/node_modules/@actions/http-client/package.json
index c1de221..ed13437 100644
--- a/node_modules/@actions/http-client/package.json
+++ b/node_modules/@actions/http-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
- "version": "2.0.1",
+ "version": "2.2.0",
"description": "Actions Http Client",
"keywords": [
"github",
@@ -39,10 +39,13 @@
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
+ "@types/node": "20.7.1",
"@types/tunnel": "0.0.3",
- "proxy": "^1.0.1"
+ "proxy": "^2.1.1",
+ "@types/proxy": "^1.0.1"
},
"dependencies": {
- "tunnel": "^0.0.6"
+ "tunnel": "^0.0.6",
+ "undici": "^5.25.4"
}
}