Skip to content

Commit 4ed31a7

Browse files
chore(deps): update dependency @types/fs-extra to v11 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8672cb commit 4ed31a7

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
@@ -58,7 +58,7 @@
5858
"@changesets/changelog-github": "0.4.8",
5959
"@changesets/cli": "2.26.0",
6060
"@theguild/prettier-config": "1.0.0",
61-
"@types/fs-extra": "9.0.13",
61+
"@types/fs-extra": "11.0.0",
6262
"@types/js-yaml": "4.0.5",
6363
"@types/lodash.get": "4.4.7",
6464
"@types/mkdirp": "1.0.2",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,12 @@
491491
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
492492
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
493493

494-
"@types/fs-extra@9.0.13":
495-
version "9.0.13"
496-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
497-
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
494+
"@types/fs-extra@11.0.0":
495+
version "11.0.0"
496+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.0.tgz#72aa5dbaeb51c52a2a7e8f8f2ed6c323699d849a"
497+
integrity sha512-zdV5odfHf95B4qr6bdpshG4VMm/3xgnPhSJLa3xh75CYr35e34k+4FQli82Q48sPqwHazJGy+6+jl4T+Vw1AMg==
498498
dependencies:
499+
"@types/jsonfile" "*"
499500
"@types/node" "*"
500501

501502
"@types/is-ci@^3.0.0":
@@ -515,6 +516,13 @@
515516
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
516517
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
517518

519+
"@types/jsonfile@*":
520+
version "6.1.1"
521+
resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
522+
integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
523+
dependencies:
524+
"@types/node" "*"
525+
518526
519527
version "4.4.7"
520528
resolved "https://registry.yarnpkg.com/@types/lodash.get/-/lodash.get-4.4.7.tgz#1ea63d8b94709f6bc9e231f252b31440abe312cf"

0 commit comments

Comments
 (0)