Skip to content

Commit f1c4afa

Browse files
fix(deps): update dependency @actions/glob to ^0.5.1 (#337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7bb44e commit f1c4afa

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@actions/cache": "^5.0.5",
2121
"@actions/core": "^2.0.3",
2222
"@actions/exec": "^2.0.0",
23-
"@actions/glob": "^0.5.0",
23+
"@actions/glob": "^0.5.1",
2424
"js-yaml": "^4.1.1",
2525
"shellwords-ts": "^3.0.1"
2626
},

yarn.lock

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
"@protobuf-ts/runtime-rpc" "^2.11.1"
1919
semver "^6.3.1"
2020

21-
"@actions/core@^1.9.1":
22-
version "1.11.1"
23-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
24-
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
25-
dependencies:
26-
"@actions/exec" "^1.1.1"
27-
"@actions/http-client" "^2.0.1"
28-
2921
"@actions/core@^2.0.0":
3022
version "2.0.1"
3123
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218"
@@ -42,28 +34,13 @@
4234
"@actions/exec" "^2.0.0"
4335
"@actions/http-client" "^3.0.2"
4436

45-
"@actions/exec@^1.1.1":
46-
version "1.1.1"
47-
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
48-
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
49-
dependencies:
50-
"@actions/io" "^1.0.1"
51-
5237
"@actions/exec@^2.0.0":
5338
version "2.0.0"
5439
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"
5540
integrity sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==
5641
dependencies:
5742
"@actions/io" "^2.0.0"
5843

59-
"@actions/glob@^0.5.0":
60-
version "0.5.0"
61-
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.0.tgz#72853048c6f84c05d8d9e0aad2bb926f6e3bc873"
62-
integrity sha512-tST2rjPvJLRZLuT9NMUtyBjvj9Yo0MiJS3ow004slMvm8GFM+Zv9HvMJ7HWzfUyJnGrJvDsYkWBaaG3YKXRtCw==
63-
dependencies:
64-
"@actions/core" "^1.9.1"
65-
minimatch "^3.0.4"
66-
6744
"@actions/glob@^0.5.1":
6845
version "0.5.1"
6946
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.5.1.tgz#606d8aa6b9bd5205e50e79c3da33709d65307cb6"
@@ -72,14 +49,6 @@
7249
"@actions/core" "^2.0.3"
7350
minimatch "^3.0.4"
7451

75-
"@actions/http-client@^2.0.1":
76-
version "2.2.3"
77-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
78-
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
79-
dependencies:
80-
tunnel "^0.0.6"
81-
undici "^5.25.4"
82-
8352
"@actions/http-client@^3.0.0":
8453
version "3.0.0"
8554
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e"
@@ -96,11 +65,6 @@
9665
tunnel "^0.0.6"
9766
undici "^6.23.0"
9867

99-
"@actions/io@^1.0.1":
100-
version "1.1.3"
101-
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
102-
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==
103-
10468
"@actions/io@^2.0.0":
10569
version "2.0.0"
10670
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
@@ -2923,7 +2887,7 @@ undici-types@~7.16.0:
29232887
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
29242888
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
29252889

2926-
undici@^5.25.4, undici@^5.28.5:
2890+
undici@^5.28.5:
29272891
version "5.29.0"
29282892
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
29292893
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==

0 commit comments

Comments
 (0)