File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"homepage" : " https://github.com/scribd/amazon-appmesh-virtual-gateway-route-action#readme" ,
27
27
"dependencies" : {
28
- "@actions/core" : " ^1.5 .0" ,
28
+ "@actions/core" : " ^1.6 .0" ,
29
29
"@aws-sdk/client-app-mesh" : " ^3.34.0" ,
30
30
"@aws-sdk/util-waiter" : " ^3.34.0" ,
31
31
"yaml" : " ^1.10.2"
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.5.0 " :
6
- version "1.5.0"
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
8
- integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
5
+ " @actions/core@^1.6.0 " :
6
+ version "1.6.0"
7
+ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8
+ integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
9
+ dependencies :
10
+ " @actions/http-client" " ^1.0.11"
11
+
12
+ " @actions/http-client@^1.0.11 " :
13
+ version "1.0.11"
14
+ resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
15
+ integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
16
+ dependencies :
17
+ tunnel "0.0.6"
9
18
10
19
" @aws-crypto/ie11-detection@^1.0.0 " :
11
20
version "1.0.0"
@@ -3342,6 +3351,11 @@ tslib@^2.3.0:
3342
3351
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
3343
3352
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
3344
3353
3354
+
3355
+ version "0.0.6"
3356
+ resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
3357
+ integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
3358
+
3345
3359
type-check@^0.4.0, type-check@~0.4.0 :
3346
3360
version "0.4.0"
3347
3361
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
You can’t perform that action at this time.
0 commit comments