Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82efa3d

Browse files
authored
Bump @actions/http-client in all packages that use it (#1087)
1 parent 2abc7c4 commit 82efa3d

File tree

10 files changed

+98
-42
lines changed

10 files changed

+98
-42
lines changed

packages/artifact/package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@actions/core": "^1.2.6",
41-
"@actions/http-client": "^2.0.0",
41+
"@actions/http-client": "^2.0.1",
4242
"tmp": "^0.2.1",
4343
"tmp-promise": "^3.0.2"
4444
},

packages/cache/package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"@actions/core": "^1.2.6",
4141
"@actions/exec": "^1.0.1",
4242
"@actions/glob": "^0.1.0",
43-
"@actions/http-client": "^2.0.0",
43+
"@actions/http-client": "^2.0.1",
4444
"@actions/io": "^1.0.1",
4545
"@azure/ms-rest-js": "^2.6.0",
4646
"@azure/storage-blob": "^12.8.0",
4747
"semver": "^6.1.0",
4848
"uuid": "^3.3.3"
4949
},
5050
"devDependencies": {
51-
"typescript": "^3.8.3",
5251
"@types/semver": "^6.0.0",
53-
"@types/uuid": "^3.4.5"
52+
"@types/uuid": "^3.4.5",
53+
"typescript": "^3.8.3"
5454
}
5555
}

packages/core/package-lock.json

Lines changed: 26 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/actions/toolkit/issues"
3737
},
3838
"dependencies": {
39-
"@actions/http-client": "^2.0.0"
39+
"@actions/http-client": "^2.0.1"
4040
},
4141
"devDependencies": {
4242
"@types/node": "^12.0.2"

packages/github/package-lock.json

Lines changed: 26 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/actions/toolkit/issues"
3939
},
4040
"dependencies": {
41-
"@actions/http-client": "^2.0.0",
41+
"@actions/http-client": "^2.0.1",
4242
"@octokit/core": "^3.6.0",
4343
"@octokit/plugin-paginate-rest": "^2.17.0",
4444
"@octokit/plugin-rest-endpoint-methods": "^5.13.0"

packages/tool-cache/package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tool-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@actions/core": "^1.2.6",
4040
"@actions/exec": "^1.0.0",
41-
"@actions/http-client": "^2.0.0",
41+
"@actions/http-client": "^2.0.1",
4242
"@actions/io": "^1.1.1",
4343
"semver": "^6.1.0",
4444
"uuid": "^3.3.2"

0 commit comments

Comments
 (0)