Skip to content

Commit 5f69aa9

Browse files
Bump fs-extra from 10.1.0 to 11.1.0 (#1367)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.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@10.1.0...11.1.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95620eb commit 5f69aa9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ember-truth-helpers": "^3.0.0",
7272
"esm": "^3.2.25",
7373
"execa": "5.1.1",
74-
"fs-extra": "^10.0.0",
74+
"fs-extra": "^11.1.0",
7575
"git-repo-info": "^2.1.1",
7676
"highlight.js": "^11.4.0",
7777
"hosted-git-info": "^5.0.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8482,6 +8482,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
84828482
jsonfile "^6.0.1"
84838483
universalify "^2.0.0"
84848484

8485+
fs-extra@^11.1.0:
8486+
version "11.1.0"
8487+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
8488+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
8489+
dependencies:
8490+
graceful-fs "^4.2.0"
8491+
jsonfile "^6.0.1"
8492+
universalify "^2.0.0"
8493+
84858494
fs-extra@^4.0.2, fs-extra@^4.0.3:
84868495
version "4.0.3"
84878496
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"

0 commit comments

Comments
 (0)