Skip to content

Commit b4be653

Browse files
chore(deps): update dependency fs-extra to v11
1 parent 0bc0ebd commit b4be653

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"consola": "^2.15.0",
5555
"etag": "^1.8.1",
5656
"fresh": "^0.5.2",
57-
"fs-extra": "^8.1.0",
57+
"fs-extra": "^11.1.0",
5858
"is-https": "^2.0.2",
5959
"lodash.unionby": "^4.8.0",
6060
"minimatch": "^3.0.4",

yarn.lock

+14
Original file line numberDiff line numberDiff line change
@@ -5098,6 +5098,15 @@ fs-access@^1.0.1:
50985098
dependencies:
50995099
null-check "^1.0.0"
51005100

5101+
fs-extra@^11.1.0:
5102+
version "11.1.0"
5103+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
5104+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
5105+
dependencies:
5106+
graceful-fs "^4.2.0"
5107+
jsonfile "^6.0.1"
5108+
universalify "^2.0.0"
5109+
51015110
fs-extra@^8.1.0:
51025111
version "8.1.0"
51035112
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -11004,6 +11013,11 @@ universalify@^1.0.0:
1100411013
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1100511014
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1100611015

11016+
universalify@^2.0.0:
11017+
version "2.0.0"
11018+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
11019+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
11020+
1100711021
[email protected], unpipe@~1.0.0:
1100811022
version "1.0.0"
1100911023
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)