Skip to content

Commit 02fe6ed

Browse files
Bump fs-extra from 10.1.0 to 11.1.0
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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5d614a commit 02fe6ed

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)