Skip to content

Commit 91fc50a

Browse files
authored
Merge pull request #24 from paritytech/dependabot/npm_and_yarn/actions/core-1.9.1
Bump @actions/core from 1.6.0 to 1.9.1
2 parents 924b980 + a9e60c9 commit 91fc50a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"watch": "nodemon --watch src --ignore src/actions --ignore src/server/migrations -e cjs,ts --exec \"yarn dev\""
3030
},
3131
"dependencies": {
32-
"@actions/core": "^1.6.0",
32+
"@actions/core": "^1.9.1",
3333
"@actions/github": "^5.0.0",
3434
"@octokit/auth-app": "^3.6.1",
3535
"@octokit/core": "^3.5.1",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.6.0":
6-
version "1.6.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8-
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
5+
"@actions/core@^1.9.1":
6+
version "1.9.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8+
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
99
dependencies:
10-
"@actions/http-client" "^1.0.11"
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
1112

1213
"@actions/github@^5.0.0":
1314
version "5.0.0"
@@ -26,6 +27,13 @@
2627
dependencies:
2728
tunnel "0.0.6"
2829

30+
"@actions/http-client@^2.0.1":
31+
version "2.0.1"
32+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
33+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
34+
dependencies:
35+
tunnel "^0.0.6"
36+
2937
"@ampproject/remapping@^2.1.0":
3038
version "2.1.2"
3139
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -3476,7 +3484,7 @@ tsutils@^3.21.0:
34763484
dependencies:
34773485
tslib "^1.8.1"
34783486

3479-
tunnel@0.0.6:
3487+
tunnel@0.0.6, tunnel@^0.0.6:
34803488
version "0.0.6"
34813489
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
34823490
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==

0 commit comments

Comments
 (0)