Skip to content

Commit 26428c4

Browse files
chore(deps): update dependency @types/fs-extra to v11 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent af21361 commit 26428c4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@netlify/ipx": "link:.",
3333
"@nuxtjs/eslint-config-typescript": "^12.0.0",
3434
"@types/etag": "^1.8.1",
35-
"@types/fs-extra": "^9.0.13",
35+
"@types/fs-extra": "^11.0.0",
3636
"@types/node-fetch": "^2.6.1",
3737
"ava": "^5.0.0",
3838
"esbuild-node-loader": "^0.8.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,12 @@
220220
dependencies:
221221
"@types/node" "*"
222222

223-
"@types/fs-extra@^9.0.13":
224-
version "9.0.13"
225-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
226-
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
223+
"@types/fs-extra@^11.0.0":
224+
version "11.0.1"
225+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
226+
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
227227
dependencies:
228+
"@types/jsonfile" "*"
228229
"@types/node" "*"
229230

230231
"@types/json-schema@^7.0.9":
@@ -237,6 +238,13 @@
237238
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
238239
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
239240

241+
"@types/jsonfile@*":
242+
version "6.1.1"
243+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
244+
integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
245+
dependencies:
246+
"@types/node" "*"
247+
240248
"@types/node-fetch@^2.6.1":
241249
version "2.6.4"
242250
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.4.tgz#1bc3a26de814f6bf466b25aeb1473fa1afe6a660"

0 commit comments

Comments
 (0)