Skip to content

Commit 443e7f7

Browse files
fix(deps): update dependency @actions/core to ^2.0.3
1 parent 5f5bc7f commit 443e7f7

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@actions/cache": "^5.0.3",
21-
"@actions/core": "^2.0.2",
21+
"@actions/core": "^2.0.3",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",
2424
"js-yaml": "^4.1.1",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"@actions/exec" "^2.0.0"
3535
"@actions/http-client" "^3.0.0"
3636

37-
"@actions/core@^2.0.2":
38-
version "2.0.2"
39-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.2.tgz#81c59e1f3437660d2148a064c1ba8e99931f2cf7"
40-
integrity sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==
37+
"@actions/core@^2.0.3":
38+
version "2.0.3"
39+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.3.tgz#b05e8cf407ab393e5d10282357a74e1ee2315eee"
40+
integrity sha512-Od9Thc3T1mQJYddvVPM4QGiLUewdh+3txmDYHHxoNdkqysR1MbCT+rFOtNUxYAz+7+6RIsqipVahY2GJqGPyxA==
4141
dependencies:
4242
"@actions/exec" "^2.0.0"
43-
"@actions/http-client" "^3.0.1"
43+
"@actions/http-client" "^3.0.2"
4444

4545
"@actions/exec@^1.1.1":
4646
version "1.1.1"
@@ -88,6 +88,14 @@
8888
tunnel "^0.0.6"
8989
undici "^5.28.5"
9090

91+
"@actions/http-client@^3.0.2":
92+
version "3.0.2"
93+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.2.tgz#3db9c83af9d29d51ac8c30b45bc17f7014beb1b2"
94+
integrity sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==
95+
dependencies:
96+
tunnel "^0.0.6"
97+
undici "^6.23.0"
98+
9199
"@actions/io@^1.0.1":
92100
version "1.1.3"
93101
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
@@ -2922,6 +2930,11 @@ undici@^5.25.4, undici@^5.28.5:
29222930
dependencies:
29232931
"@fastify/busboy" "^2.0.0"
29242932

2933+
undici@^6.23.0:
2934+
version "6.23.0"
2935+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4"
2936+
integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==
2937+
29252938
unrs-resolver@^1.7.11:
29262939
version "1.11.1"
29272940
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz#be9cd8686c99ef53ecb96df2a473c64d304048a9"

0 commit comments

Comments
 (0)