Skip to content

Commit a30f3bf

Browse files
Update all dependencies
1 parent 59799ae commit a30f3bf

2 files changed

Lines changed: 21 additions & 21 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
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@1930035aa690283dad519e1799fa04c20a133f4a # v1.2.186
6969
with:
7070
gpg_keyring_base64: ${{ secrets.GPG_KEYRING_BASE64 }}
7171
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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.15.2"
17+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
18+
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
1919
dependencies:
20-
follow-redirects "^1.15.6"
21-
form-data "^4.0.4"
22-
proxy-from-env "^1.1.0"
20+
follow-redirects "^1.15.11"
21+
form-data "^4.0.5"
22+
proxy-from-env "^2.1.0"
2323

2424
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
2525
version "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:
81-
version "1.15.11"
82-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
83-
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
80+
follow-redirects@^1.15.11:
81+
version "1.16.0"
82+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
83+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
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==
@@ -140,9 +140,9 @@ has-tostringtag@^1.0.2:
140140
has-symbols "^1.0.3"
141141

142142
hasown@^2.0.2:
143-
version "2.0.2"
144-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
145-
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
143+
version "2.0.3"
144+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.3.tgz#5e5c2b15b60370a4c7930c383dfb76bf17bc403c"
145+
integrity sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==
146146
dependencies:
147147
function-bind "^1.1.2"
148148

@@ -170,7 +170,7 @@ mime-types@^2.1.12:
170170
dependencies:
171171
mime-db "1.52.0"
172172

173-
proxy-from-env@^1.1.0:
174-
version "1.1.0"
175-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
176-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
173+
proxy-from-env@^2.1.0:
174+
version "2.1.0"
175+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
176+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==

0 commit comments

Comments
 (0)