Skip to content

Commit 54f928e

Browse files
fix(deps): update dependency @actions/core to ^1.6.0 (#81)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e3a7bbd commit 54f928e

4 files changed

Lines changed: 39 additions & 9 deletions

File tree

init/package-lock.json

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

init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"nock": "^13.1.3"
2828
},
2929
"dependencies": {
30-
"@actions/core": "^1.5.0",
30+
"@actions/core": "^1.6.0",
3131
"@octokit/core": "^3.5.1",
3232
"yaml": "^1.10.2"
3333
}

report/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"types": "index.d.ts",
88
"dependencies": {
9-
"@actions/core": "^1.5.0",
9+
"@actions/core": "^1.6.0",
1010
"@octokit/core": "^3.5.1",
1111
"file-util-git-history": "^3.1.0",
1212
"lodash.omit": "^4.5.0",

report/yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.5.0":
6-
version "1.5.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
8-
integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
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==
9+
dependencies:
10+
"@actions/http-client" "^1.0.11"
11+
12+
"@actions/http-client@^1.0.11":
13+
version "1.0.11"
14+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
15+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
16+
dependencies:
17+
tunnel "0.0.6"
918

1019
"@babel/code-frame@7.12.11":
1120
version "7.12.11"
@@ -4308,6 +4317,11 @@ tunnel-agent@^0.6.0:
43084317
dependencies:
43094318
safe-buffer "^5.0.1"
43104319

4320+
tunnel@0.0.6:
4321+
version "0.0.6"
4322+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
4323+
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
4324+
43114325
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
43124326
version "0.14.5"
43134327
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz"

0 commit comments

Comments
 (0)