Skip to content

Commit b16aed9

Browse files
committed
fix(deps): update dependency fs-extra to ^11.1.1
1 parent f8a3006 commit b16aed9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ansi-colors": "^4.1.3",
5656
"app-root-path": "^3.1.0",
5757
"cli-progress": "^3.12.0",
58-
"fs-extra": "^11.1.0",
58+
"fs-extra": "^11.1.1",
5959
"got": "^11.8.6",
6060
"lodash.uniqwith": "^4.5.0",
6161
"sharp": "^0.31.3"

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -4126,7 +4126,7 @@ fs-extra@^10.0.0:
41264126
jsonfile "^6.0.1"
41274127
universalify "^2.0.0"
41284128

4129-
fs-extra@^11.0.0, fs-extra@^11.1.0:
4129+
fs-extra@^11.0.0:
41304130
version "11.1.0"
41314131
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
41324132
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
@@ -4135,6 +4135,15 @@ fs-extra@^11.0.0, fs-extra@^11.1.0:
41354135
jsonfile "^6.0.1"
41364136
universalify "^2.0.0"
41374137

4138+
fs-extra@^11.1.1:
4139+
version "11.1.1"
4140+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
4141+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
4142+
dependencies:
4143+
graceful-fs "^4.2.0"
4144+
jsonfile "^6.0.1"
4145+
universalify "^2.0.0"
4146+
41384147
fs-minipass@^2.0.0, fs-minipass@^2.1.0:
41394148
version "2.1.0"
41404149
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"

0 commit comments

Comments
 (0)