Skip to content

Commit 73d0182

Browse files
authored
Merge pull request #20295 from emberjs/dependabot/npm_and_yarn/fs-extra-11.1.0
Bump fs-extra from 10.1.0 to 11.1.0
2 parents 47b505c + 02fe6ed commit 73d0182

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"expect-type": "^0.13.0",
140140
"express": "^4.18.1",
141141
"finalhandler": "^1.1.2",
142-
"fs-extra": "^10.0.1",
142+
"fs-extra": "^11.1.0",
143143
"git-repo-info": "^2.1.1",
144144
"github": "^0.2.3",
145145
"glob": "^8.0.3",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5679,7 +5679,7 @@ fs-extra@^0.30.0:
56795679
path-is-absolute "^1.0.0"
56805680
rimraf "^2.2.8"
56815681

5682-
fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
5682+
fs-extra@^10.0.0, fs-extra@^10.1.0:
56835683
version "10.1.0"
56845684
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
56855685
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
@@ -5688,6 +5688,15 @@ fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0:
56885688
jsonfile "^6.0.1"
56895689
universalify "^2.0.0"
56905690

5691+
fs-extra@^11.1.0:
5692+
version "11.1.0"
5693+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
5694+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
5695+
dependencies:
5696+
graceful-fs "^4.2.0"
5697+
jsonfile "^6.0.1"
5698+
universalify "^2.0.0"
5699+
56915700
fs-extra@^4.0.2, fs-extra@^4.0.3:
56925701
version "4.0.3"
56935702
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"

0 commit comments

Comments
 (0)