Skip to content

Commit 7c36be6

Browse files
fix(deps): update dependency @actions/cache to ^5.0.1 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 725ce20 commit 7c36be6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Freckle",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@actions/cache": "^5.0.0",
20+
"@actions/cache": "^5.0.1",
2121
"@actions/core": "^2.0.1",
2222
"@actions/exec": "^2.0.0",
2323
"@actions/glob": "^0.5.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@actions/cache@^5.0.0":
6-
version "5.0.0"
7-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.0.tgz#343d406cf36cb21b8c5c906df19031b9ba284bd4"
8-
integrity sha512-BZNTNrj2+x+INgAuA/Qi6mjS0AWwPqsbGU3MALrqIK9pH9aNdVPuKZNJHrKi/VDA/DE2voH1N4ZbLPT2fWQJxg==
5+
"@actions/cache@^5.0.1":
6+
version "5.0.1"
7+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.1.tgz#f2a0813a6e1257c548a86f898e079de08709a477"
8+
integrity sha512-c+oH047Z2zmXLhjMZfEKjxZfv6Ou7T0sn5fhz6yupICXm5OOR47oZn5zxNO8MP7ttkxv5TOg3WsMrffri5Xhfw==
99
dependencies:
1010
"@actions/core" "^2.0.0"
1111
"@actions/exec" "^2.0.0"
@@ -14,7 +14,7 @@
1414
"@actions/io" "^2.0.0"
1515
"@azure/abort-controller" "^1.1.0"
1616
"@azure/core-rest-pipeline" "^1.22.0"
17-
"@azure/storage-blob" "^12.13.0"
17+
"@azure/storage-blob" "^12.29.1"
1818
"@protobuf-ts/runtime-rpc" "^2.11.1"
1919
semver "^6.3.1"
2020

@@ -189,10 +189,10 @@
189189
"@typespec/ts-http-runtime" "^0.3.0"
190190
tslib "^2.6.2"
191191

192-
"@azure/storage-blob@^12.13.0":
193-
version "12.28.0"
194-
resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.28.0.tgz#a64ce49f0fe9fe08f1f7c1b36164033678d38cf6"
195-
integrity sha512-VhQHITXXO03SURhDiGuHhvc/k/sD2WvJUS7hqhiVNbErVCuQoLtWql7r97fleBlIRKHJaa9R7DpBjfE0pfLYcA==
192+
"@azure/storage-blob@^12.29.1":
193+
version "12.29.1"
194+
resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.29.1.tgz#d9588b3f56f3621f92936fa3e7f268e00a34548a"
195+
integrity sha512-7ktyY0rfTM0vo7HvtK6E3UvYnI9qfd6Oz6z/+92VhGRveWng3kJwMKeUpqmW/NmwcDNbxHpSlldG+vsUnRFnBg==
196196
dependencies:
197197
"@azure/abort-controller" "^2.1.2"
198198
"@azure/core-auth" "^1.9.0"
@@ -205,14 +205,14 @@
205205
"@azure/core-util" "^1.11.0"
206206
"@azure/core-xml" "^1.4.5"
207207
"@azure/logger" "^1.1.4"
208-
"@azure/storage-common" "^12.0.0-beta.2"
208+
"@azure/storage-common" "^12.1.1"
209209
events "^3.0.0"
210210
tslib "^2.8.1"
211211

212-
"@azure/storage-common@^12.0.0-beta.2":
213-
version "12.0.0"
214-
resolved "https://registry.yarnpkg.com/@azure/storage-common/-/storage-common-12.0.0.tgz#a652d7daeb252b7827362b4e818f52fee15a1264"
215-
integrity sha512-QyEWXgi4kdRo0wc1rHum9/KnaWZKCdQGZK1BjU4fFL6Jtedp7KLbQihgTTVxldFy1z1ZPtuDPx8mQ5l3huPPbA==
212+
"@azure/storage-common@^12.1.1":
213+
version "12.1.1"
214+
resolved "https://registry.yarnpkg.com/@azure/storage-common/-/storage-common-12.1.1.tgz#cd0768188f7cf8ea7202d584067ad5f3eba89744"
215+
integrity sha512-eIOH1pqFwI6UmVNnDQvmFeSg0XppuzDLFeUNO/Xht7ODAzRLgGDh7h550pSxoA+lPDxBl1+D2m/KG3jWzCUjTg==
216216
dependencies:
217217
"@azure/abort-controller" "^2.1.2"
218218
"@azure/core-auth" "^1.9.0"

0 commit comments

Comments
 (0)