Skip to content

Commit 9642045

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

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
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"colors": "^1.4.0",
2727
"filepath": "^1.1.0",
28-
"fs-extra": "^11.3.3",
28+
"fs-extra": "^11.3.4",
2929
"is-relative": "^1.0.0",
3030
"is-valid-path": "^0.1.1",
3131
"prompt": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,10 +2046,10 @@ foreground-child@^3.1.0:
20462046
cross-spawn "^7.0.6"
20472047
signal-exit "^4.0.1"
20482048

2049-
fs-extra@^11.3.3:
2050-
version "11.3.3"
2051-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
2052-
integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
2049+
fs-extra@^11.3.4:
2050+
version "11.3.4"
2051+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
2052+
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
20532053
dependencies:
20542054
graceful-fs "^4.2.0"
20552055
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)