Skip to content

Commit fd992fd

Browse files
Update dependency @actions/core from 1.10.1 to 1.11.0
1 parent 4b4f2c0 commit fd992fd

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"prettier": "@devoxa/prettier-config",
2222
"dependencies": {
23-
"@actions/core": "1.10.1"
23+
"@actions/core": "1.11.0"
2424
},
2525
"devDependencies": {
2626
"@devoxa/eslint-config": "3.0.11",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@actions/core@1.10.1":
11-
version "1.10.1"
12-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
13-
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
10+
"@actions/core@1.11.0":
11+
version "1.11.0"
12+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.0.tgz#fdbe19cfa12c6024ab75990b11c1192628864201"
13+
integrity sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==
1414
dependencies:
15+
"@actions/exec" "^1.1.1"
1516
"@actions/http-client" "^2.0.1"
16-
uuid "^8.3.2"
17+
18+
"@actions/exec@^1.1.1":
19+
version "1.1.1"
20+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
21+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
22+
dependencies:
23+
"@actions/io" "^1.0.1"
1724

1825
"@actions/http-client@^2.0.1":
1926
version "2.0.1"
@@ -22,6 +29,11 @@
2229
dependencies:
2330
tunnel "^0.0.6"
2431

32+
"@actions/io@^1.0.1":
33+
version "1.1.3"
34+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
35+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
36+
2537
"@ampproject/remapping@^2.1.0":
2638
version "2.2.0"
2739
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
@@ -4002,11 +4014,6 @@ uri-js@^4.2.2:
40024014
dependencies:
40034015
punycode "^2.1.0"
40044016

4005-
uuid@^8.3.2:
4006-
version "8.3.2"
4007-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4008-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
4009-
40104017
v8-to-istanbul@^9.0.1:
40114018
version "9.0.1"
40124019
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"

0 commit comments

Comments
 (0)