Skip to content

Commit db282da

Browse files
Update all dependencies
1 parent 59799ae commit db282da

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/helm-chart-releaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: Harden Runner
28-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
28+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2929
with:
3030
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3131

3232
- name: Checkout
3333
id: checkout
34-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
fetch-depth: 1
3737

@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Helm Chart Releaser
68-
uses: DeployHubProject/ms-cr-action@fa49bb08aed83b5600fc5b2821f4d06290ee0356 # v1.2.165
68+
uses: DeployHubProject/ms-cr-action@e92a661fc0f809652645367d5459288ae74ef70a # v1.2.173
6969
with:
7070
gpg_keyring_base64: ${{ secrets.GPG_KEYRING_BASE64 }}
7171
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ asynckit@^0.4.0:
1313
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
1414

1515
axios@^1.6.0:
16-
version "1.13.2"
17-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
18-
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
16+
version "1.13.5"
17+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
18+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
1919
dependencies:
20-
follow-redirects "^1.15.6"
21-
form-data "^4.0.4"
20+
follow-redirects "^1.15.11"
21+
form-data "^4.0.5"
2222
proxy-from-env "^1.1.0"
2323

2424
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
@@ -77,12 +77,12 @@ es-set-tostringtag@^2.1.0:
7777
has-tostringtag "^1.0.2"
7878
hasown "^2.0.2"
7979

80-
follow-redirects@^1.15.6:
80+
follow-redirects@^1.15.11:
8181
version "1.15.11"
8282
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
8383
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
8484

85-
form-data@^4.0.4:
85+
form-data@^4.0.5:
8686
version "4.0.5"
8787
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
8888
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==

0 commit comments

Comments
 (0)