Skip to content

Commit 00bb37d

Browse files
fix: update dependency fs-extra to v11
1 parent 5340430 commit 00bb37d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"execa": "^5.0.0",
4444
"expect": "^27.0.0",
4545
"expect-mocha-snapshot": "dword-design/expect-mocha-snapshot#fork",
46-
"fs-extra": "^10.0.0",
46+
"fs-extra": "^11.0.0",
4747
"jest-image-matcher": "^2.0.0",
4848
"mocha": "^9.0.0",
4949
"sharp": "^0.29.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4702,6 +4702,15 @@ fs-extra@^10.0.0:
47024702
jsonfile "^6.0.1"
47034703
universalify "^2.0.0"
47044704

4705+
fs-extra@^11.0.0:
4706+
version "11.1.0"
4707+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
4708+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
4709+
dependencies:
4710+
graceful-fs "^4.2.0"
4711+
jsonfile "^6.0.1"
4712+
universalify "^2.0.0"
4713+
47054714
fs-extra@^9.0.0:
47064715
version "9.1.0"
47074716
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"

0 commit comments

Comments
 (0)