Add dependency on @actions/cache

This commit is contained in:
Edoardo Pirovano 2022-08-03 13:36:23 +01:00
parent 9990b406c2
commit 38c2c091e8
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
1693 changed files with 204435 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Actions Http Client",
"keywords": [
"github",
@ -25,7 +25,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/github"
"directory": "packages/http-client"
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
@ -40,7 +40,9 @@
},
"devDependencies": {
"@types/tunnel": "0.0.3",
"proxy": "^1.0.1",
"tunnel": "0.0.6"
"proxy": "^1.0.1"
},
"dependencies": {
"tunnel": "^0.0.6"
}
}