0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-06-02 07:33:35 +03:00

Merge pull request from dtolnay/dependabot/npm_and_yarn/actions/http-client-1.0.8

Bump @actions/http-client from 1.0.6 to 1.0.8
This commit is contained in:
David Tolnay 2020-05-02 14:27:25 -07:00 committed by GitHub
commit b890b9fb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
package-lock.json generated
View file

@ -76,9 +76,9 @@
}
},
"@actions/http-client": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz",
"integrity": "sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==",
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz",
"integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==",
"requires": {
"tunnel": "0.0.6"
}