Skip to content

Commit a7b7e9d

Browse files
chore(deps): Bump fs-extra from 10.0.1 to 10.1.0 (#2077)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.1 to 10.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.0.1...10.1.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 510ce1b commit a7b7e9d

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
@@ -25,7 +25,7 @@
2525
"eclipse-che-operator": "https://github.com/eclipse-che/che-operator#main",
2626
"execa": "^5.1.1",
2727
"fancy-test": "^2.0.0",
28-
"fs-extra": "^10.0.1",
28+
"fs-extra": "^10.1.0",
2929
"getos": "^3.2.1",
3030
"gnirts": "^1.1.7",
3131
"js-yaml": "^4.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3203,10 +3203,10 @@ fs-constants@^1.0.0:
32033203
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
32043204
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
32053205

3206-
fs-extra@^10.0.1:
3207-
version "10.0.1"
3208-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
3209-
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
3206+
fs-extra@^10.1.0:
3207+
version "10.1.0"
3208+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
3209+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
32103210
dependencies:
32113211
graceful-fs "^4.2.0"
32123212
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)