Skip to content

Commit aa1168e

Browse files
Bump @actions/core from 1.3.0 to 1.11.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.3.0 to 1.11.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f3aa0e commit aa1168e

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"watch": "tsc --watch"
2424
},
2525
"dependencies": {
26-
"@actions/core": "^1.3.0",
26+
"@actions/core": "^1.11.1",
2727
"@actions/github": "^5.0.0"
2828
},
2929
"devDependencies": {

yarn.lock

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.3.0":
6-
version "1.3.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.3.0.tgz#f5e4b24c889e7f2e58b466cc8c7481292284eba0"
8-
integrity sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==
5+
"@actions/core@^1.11.1":
6+
version "1.11.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
8+
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
9+
dependencies:
10+
"@actions/exec" "^1.1.1"
11+
"@actions/http-client" "^2.0.1"
12+
13+
"@actions/exec@^1.1.1":
14+
version "1.1.1"
15+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
16+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
17+
dependencies:
18+
"@actions/io" "^1.0.1"
919

1020
"@actions/github@^5.0.0":
1121
version "5.0.0"
@@ -24,6 +34,19 @@
2434
dependencies:
2535
tunnel "0.0.6"
2636

37+
"@actions/http-client@^2.0.1":
38+
version "2.2.3"
39+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
40+
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
41+
dependencies:
42+
tunnel "^0.0.6"
43+
undici "^5.25.4"
44+
45+
"@actions/io@^1.0.1":
46+
version "1.1.3"
47+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
48+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
49+
2750
"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2851
version "7.12.11"
2952
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@@ -315,6 +338,11 @@
315338
minimatch "^3.0.4"
316339
strip-json-comments "^3.1.1"
317340

341+
"@fastify/busboy@^2.0.0":
342+
version "2.1.1"
343+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
344+
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
345+
318346
"@humanwhocodes/config-array@^0.5.0":
319347
version "0.5.0"
320348
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -4160,7 +4188,7 @@ tunnel-agent@^0.6.0:
41604188
dependencies:
41614189
safe-buffer "^5.0.1"
41624190

4163-
tunnel@0.0.6:
4191+
tunnel@0.0.6, tunnel@^0.0.6:
41644192
version "0.0.6"
41654193
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
41664194
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -4226,6 +4254,13 @@ undici-types@~5.26.4:
42264254
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
42274255
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
42284256

4257+
undici@^5.25.4:
4258+
version "5.28.4"
4259+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
4260+
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
4261+
dependencies:
4262+
"@fastify/busboy" "^2.0.0"
4263+
42294264
union-value@^1.0.0:
42304265
version "1.0.1"
42314266
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)