Skip to content

Commit e928b3b

Browse files
chore(deps): bump fs-extra in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [fs-extra](https://github.com/jprichardson/node-fs-extra). Updates `fs-extra` from 11.3.4 to 11.3.5 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.4...11.3.5) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8147b6 commit e928b3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"colors": "^1.4.0",
3131
"filepath": "^1.1.0",
32-
"fs-extra": "^11.3.4",
32+
"fs-extra": "^11.3.5",
3333
"is-relative": "^1.0.0",
3434
"is-valid-path": "^0.1.1",
3535
"prompt": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,10 +2040,10 @@ foreground-child@^3.1.0:
20402040
cross-spawn "^7.0.6"
20412041
signal-exit "^4.0.1"
20422042

2043-
fs-extra@^11.3.4:
2044-
version "11.3.4"
2045-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
2046-
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
2043+
fs-extra@^11.3.5:
2044+
version "11.3.5"
2045+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff"
2046+
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
20472047
dependencies:
20482048
graceful-fs "^4.2.0"
20492049
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)