Skip to content

Commit 3c4afbc

Browse files
Bump fs-extra from 9.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@9.1.0...10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 93c1062 commit 3c4afbc

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
@@ -27,7 +27,7 @@
2727
"chai-files": "^1.0.0",
2828
"debug": "^4.3.2",
2929
"ember-cli-internal-test-helpers": "^0.9.1",
30-
"fs-extra": "^9.1.0",
30+
"fs-extra": "^10.0.0",
3131
"testdouble": "^3.16.1",
3232
"tmp-sync": "^1.0.0"
3333
},

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,6 +3086,15 @@ fs-extra@^0.30.0:
30863086
path-is-absolute "^1.0.0"
30873087
rimraf "^2.2.8"
30883088

3089+
fs-extra@^10.0.0:
3090+
version "10.0.0"
3091+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3092+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3093+
dependencies:
3094+
graceful-fs "^4.2.0"
3095+
jsonfile "^6.0.1"
3096+
universalify "^2.0.0"
3097+
30893098
fs-extra@^4.0.2:
30903099
version "4.0.3"
30913100
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
@@ -3111,7 +3120,7 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
31113120
jsonfile "^4.0.0"
31123121
universalify "^0.1.0"
31133122

3114-
fs-extra@^9.0.0, fs-extra@^9.1.0:
3123+
fs-extra@^9.0.0:
31153124
version "9.1.0"
31163125
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
31173126
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==

0 commit comments

Comments
 (0)