Bump @actions/http-client from 1.0.8 to 1.0.11

Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.8 to 1.0.11.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

---
updated-dependencies:
- dependency-name: "@actions/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 16:51:17 +00:00 committed by GitHub
parent 2aa2bede67
commit 4867598089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 30 deletions

36
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.8",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@chrisgavin/safe-which": "^1.0.2",
@ -69,13 +69,6 @@
"tmp-promise": "^2.0.2"
}
},
"node_modules/@actions/artifact/node_modules/@actions/http-client": {
"version": "1.0.11",
"license": "MIT",
"dependencies": {
"tunnel": "0.0.6"
}
},
"node_modules/@actions/core": {
"version": "1.2.6",
"license": "MIT"
@ -95,8 +88,9 @@
}
},
"node_modules/@actions/http-client": {
"version": "1.0.8",
"license": "MIT",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
"dependencies": {
"tunnel": "0.0.6"
}
@ -5055,13 +5049,6 @@
"dev": true,
"license": "Apache-2.0"
},
"node_modules/tunnel": {
"version": "0.0.6",
"license": "MIT",
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
@ -5422,14 +5409,6 @@
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
"tmp-promise": "^2.0.2"
},
"dependencies": {
"@actions/http-client": {
"version": "1.0.11",
"requires": {
"tunnel": "0.0.6"
}
}
}
},
"@actions/core": {
@ -5448,7 +5427,9 @@
}
},
"@actions/http-client": {
"version": "1.0.8",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
"requires": {
"tunnel": "0.0.6"
},
@ -8675,9 +8656,6 @@
"version": "1.11.1",
"dev": true
},
"tunnel": {
"version": "0.0.6"
},
"type-check": {
"version": "0.4.0",
"dev": true,

View file

@ -25,7 +25,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.8",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@chrisgavin/safe-which": "^1.0.2",