Skip to content

Commit 33f045b

Browse files
chore(deps): update minor dependency updates
1 parent 1296848 commit 33f045b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: "16"
4040

4141
- name: Install helm
42-
uses: azure/setup-helm@v2.1
42+
uses: azure/setup-helm@v2.2
4343

4444
- name: Fetch dependencies from cache
4545
id: cache-yarn

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-prettier": "^4.0.0",
6161
"json": "^11.0.0",
6262
"prettier": "^2.2.1",
63-
"prettier-plugin-sh": "^0.11.0",
63+
"prettier-plugin-sh": "^0.12.0",
6464
"shellcheck": "^1.0.0",
6565
"stylelint": "^13.0.0",
6666
"stylelint-config-recommended": "^5.0.0",
@@ -98,7 +98,7 @@
9898
"limiter": "^1.1.5",
9999
"pem": "^1.14.2",
100100
"proxy-agent": "^5.0.0",
101-
"qs": "6.10.5",
101+
"qs": "6.11.0",
102102
"rotating-file-stream": "^3.0.0",
103103
"safe-buffer": "^5.1.1",
104104
"safe-compare": "^1.1.4",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -3424,10 +3424,10 @@ prettier-linter-helpers@^1.0.0:
34243424
dependencies:
34253425
fast-diff "^1.1.2"
34263426

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==
34313431
dependencies:
34323432
mvdan-sh "^0.10.1"
34333433

@@ -3478,10 +3478,10 @@ punycode@^2.1.0:
34783478
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
34793479
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
34803480

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==
34853485
dependencies:
34863486
side-channel "^1.0.4"
34873487

0 commit comments

Comments
 (0)