Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit acdd43f

Browse files
build(deps): update dependency @netlify/cache-utils to v1 (#74)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e2908d9 commit acdd43f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/pizzafox/netlify-cache-nextjs/issues"
99
},
1010
"dependencies": {
11-
"@netlify/cache-utils": "^0.4.1"
11+
"@netlify/cache-utils": "^1.0.0"
1212
},
1313
"devDependencies": {
1414
"netlify-cli": "2.54.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
uuid "^7.0.2"
166166
yargs "^15.3.1"
167167

168-
"@netlify/cache-utils@^0.4.1":
169-
version "0.4.1"
170-
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-0.4.1.tgz#2cefb5e9ab5aeb8ad8ae9526b036c1d76496e51f"
171-
integrity sha512-+l+g+3V8p7nuLLvFovmXR3gtwLy6MwTOWpfPfWOiHqmmKVcZcIEvH+m1X41lQd2UJMy9VpMXunDONDnzWhqiEQ==
168+
"@netlify/cache-utils@^0.4.2":
169+
version "0.4.2"
170+
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-0.4.2.tgz#2d8df0727dace3ad4b7c80a7e6c2dfd01da5e933"
171+
integrity sha512-uZKXReaVPO6NhmiEPhHvjQaEIRNL9165hwngXkX6XmDeER52SKRnQ+m4/No6UZLy2/hfw8vqSrQHCNJMIds92Q==
172172
dependencies:
173173
array-flat-polyfill "^1.0.1"
174174
cpy "^8.0.0"
@@ -180,10 +180,10 @@
180180
path-exists "^4.0.0"
181181
readdirp "^3.4.0"
182182

183-
"@netlify/cache-utils@^0.4.2":
184-
version "0.4.2"
185-
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-0.4.2.tgz#2d8df0727dace3ad4b7c80a7e6c2dfd01da5e933"
186-
integrity sha512-uZKXReaVPO6NhmiEPhHvjQaEIRNL9165hwngXkX6XmDeER52SKRnQ+m4/No6UZLy2/hfw8vqSrQHCNJMIds92Q==
183+
"@netlify/cache-utils@^1.0.0":
184+
version "1.0.0"
185+
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-1.0.0.tgz#3acca2bcd3f9c7d61816f9b887ea5cc331a06cf2"
186+
integrity sha512-jbAs1D4STtMS2+LCYPHONUusJu8HdoLS4wrCWo/oEnTg/gQTRfeeKj0Z0uhPQSulynjy6Lrc45RtE4lsu12jDA==
187187
dependencies:
188188
array-flat-polyfill "^1.0.1"
189189
cpy "^8.0.0"

0 commit comments

Comments
 (0)