File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 57
57
"verbose" : true
58
58
},
59
59
"dependencies" : {
60
- "@actions/core" : " ^1.10 .1" ,
60
+ "@actions/core" : " ^1.11 .1" ,
61
61
"@actions/github" : " ^6.0.0" ,
62
62
"@types/node" : " ^22.10.3" ,
63
63
"glob" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.10 .1 " :
6
- version "1.10 .1"
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10 .1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a "
8
- integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g ==
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
9
dependencies :
10
+ " @actions/exec" " ^1.1.1"
10
11
" @actions/http-client" " ^2.0.1"
11
- uuid "^8.3.2"
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"
12
19
13
20
" @actions/github@^6.0.0 " :
14
21
version "6.0.0"
28
35
tunnel "^0.0.6"
29
36
undici "^5.25.4"
30
37
38
+ " @actions/io@^1.0.1 " :
39
+ version "1.1.3"
40
+ resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
41
+ integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
42
+
31
43
" @ampproject/remapping@^2.1.0 " :
32
44
version "2.1.2"
33
45
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -2783,11 +2795,6 @@ untildify@^4.0.0:
2783
2795
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
2784
2796
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
2785
2797
2786
- uuid@^8.3.2 :
2787
- version "8.3.2"
2788
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2789
- integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2790
-
2791
2798
v8-to-istanbul@^9.0.1 :
2792
2799
version "9.1.0"
2793
2800
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265"
You can’t perform that action at this time.
0 commit comments