Skip to content

Commit ada8622

Browse files
GabLeRouxsnyk-bot
andauthoredFeb 19, 2025
fix: upgrade @actions/core from 1.10.1 to 1.11.1 (#103)
Snyk has created this PR to upgrade @actions/core from 1.10.1 to 1.11.1. See this package in yarn: @actions/core See this project in Snyk: https://app.snyk.io/org/gableroux/project/1f12fe4c-19fe-4244-8a2b-1f48f8299a74?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 65874ef commit ada8622

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepare": "husky install"
1616
},
1717
"dependencies": {
18-
"@actions/core": "^1.9.1"
18+
"@actions/core": "^1.11.1"
1919
},
2020
"devDependencies": {
2121
"@types/jest": "^27.4.0",

‎yarn.lock

+18-6
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.9.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.1":
11+
version "1.11.1"
12+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
13+
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
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.2.0"
@@ -23,6 +30,11 @@
2330
tunnel "^0.0.6"
2431
undici "^5.25.4"
2532

33+
"@actions/io@^1.0.1":
34+
version "1.1.3"
35+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
36+
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
37+
2638
"@ampproject/remapping@^2.2.0":
2739
version "2.2.1"
2840
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630"
@@ -5522,7 +5534,7 @@ use@^3.1.0:
55225534
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
55235535
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
55245536

5525-
uuid@^8.3.0, uuid@^8.3.2:
5537+
uuid@^8.3.0:
55265538
version "8.3.2"
55275539
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
55285540
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)