File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 39
39
node-version : " 16"
40
40
41
41
- name : Install helm
42
- uses : azure/setup-helm@v2.1
42
+ uses : azure/setup-helm@v2.2
43
43
44
44
- name : Fetch dependencies from cache
45
45
id : cache-yarn
Original file line number Diff line number Diff line change 60
60
"eslint-plugin-prettier" : " ^4.0.0" ,
61
61
"json" : " ^11.0.0" ,
62
62
"prettier" : " ^2.2.1" ,
63
- "prettier-plugin-sh" : " ^0.11 .0" ,
63
+ "prettier-plugin-sh" : " ^0.12 .0" ,
64
64
"shellcheck" : " ^1.0.0" ,
65
65
"stylelint" : " ^13.0.0" ,
66
66
"stylelint-config-recommended" : " ^5.0.0" ,
98
98
"limiter" : " ^1.1.5" ,
99
99
"pem" : " ^1.14.2" ,
100
100
"proxy-agent" : " ^5.0.0" ,
101
- "qs" : " 6.10.5 " ,
101
+ "qs" : " 6.11.0 " ,
102
102
"rotating-file-stream" : " ^3.0.0" ,
103
103
"safe-buffer" : " ^5.1.1" ,
104
104
"safe-compare" : " ^1.1.4" ,
Original file line number Diff line number Diff line change @@ -3424,10 +3424,10 @@ prettier-linter-helpers@^1.0.0:
3424
3424
dependencies :
3425
3425
fast-diff "^1.1.2"
3426
3426
3427
- prettier-plugin-sh@^0.11 .0 :
3428
- version "0.11.0 "
3429
- resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.11.0 .tgz#b65974d49d93d7f303c3513e218741f2d4820e98 "
3430
- integrity sha512-YwuWGYuf6UiF80BZ3Lrby2yot0zRcktcBl+VD/xSLoPrmiH/yXcopz3RBtNMNcBeP13ALim9N/LtlTCmvUziVQ ==
3427
+ prettier-plugin-sh@^0.12 .0 :
3428
+ version "0.12.4 "
3429
+ resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.12.4 .tgz#39d57b2345111de8fc8a3f28975fa92369502f65 "
3430
+ integrity sha512-s0SK0hdng0Qv44Gs5yjUyk/j+LEmgoCpvEZ4LS0GglkeTyCR4gqgCrJ/ksbK+1ZuHB6UJ8e2ReOoln0Qfu2T9w ==
3431
3431
dependencies :
3432
3432
mvdan-sh "^0.10.1"
3433
3433
@@ -3478,10 +3478,10 @@ punycode@^2.1.0:
3478
3478
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
3479
3479
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
3480
3480
3481
- qs@6.10.5 :
3482
- version "6.10.5 "
3483
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5 .tgz#974715920a80ff6a262264acd2c7e6c2a53282b4 "
3484
- integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ ==
3481
+ qs@6.11.0 :
3482
+ version "6.11.0 "
3483
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0 .tgz#fd0d963446f7a65e1367e01abd85429453f0c37a "
3484
+ integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q ==
3485
3485
dependencies :
3486
3486
side-channel "^1.0.4"
3487
3487
You can’t perform that action at this time.
0 commit comments