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 15
15
"author" : " Scott Hutchings" ,
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@actions/core" : " ^1.10 .1" ,
18
+ "@actions/core" : " ^1.11 .1" ,
19
19
"@aws-sdk/client-codedeploy" : " ^3.658.1" ,
20
20
"@aws-sdk/client-iam" : " ^3.658.1" ,
21
21
"@aws-sdk/client-sts" : " ^3.658.1"
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/http-client@^2.0.1 " :
14
21
version "2.2.1"
18
25
tunnel "^0.0.6"
19
26
undici "^5.25.4"
20
27
28
+ " @actions/io@^1.0.1 " :
29
+ version "1.1.3"
30
+ resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
31
+ integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
32
+
21
33
" @ampproject/remapping@^2.2.0 " :
22
34
version "2.3.0"
23
35
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
@@ -4835,11 +4847,6 @@ uri-js@^4.2.2:
4835
4847
dependencies :
4836
4848
punycode "^2.1.0"
4837
4849
4838
- uuid@^8.3.2 :
4839
- version "8.3.2"
4840
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4841
- integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
4842
-
4843
4850
uuid@^9.0.1 :
4844
4851
version "9.0.1"
4845
4852
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
You can’t perform that action at this time.
0 commit comments