Skip to content

Commit 71111c3

Browse files
Bump fs-extra from 10.1.0 to 11.2.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.2.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@10.1.0...11.2.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06fa5d4 commit 71111c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"ember-cli-typescript": "^4.2.1",
7373
"ember-cli-version-checker": "^5.1.2",
7474
"ember-destroyable-polyfill": "^2.0.1",
75-
"fs-extra": "^10.0.0",
75+
"fs-extra": "^11.2.0",
7676
"validate-peer-dependencies": "^2.0.0"
7777
},
7878
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6189,10 +6189,10 @@ fs-extra@^10.0.0:
61896189
jsonfile "^6.0.1"
61906190
universalify "^2.0.0"
61916191

6192-
fs-extra@^11.1.0:
6193-
version "11.1.1"
6194-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
6195-
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
6192+
fs-extra@^11.1.0, fs-extra@^11.2.0:
6193+
version "11.2.0"
6194+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
6195+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
61966196
dependencies:
61976197
graceful-fs "^4.2.0"
61986198
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)