Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11 (#7057)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Dec 9, 2022
1 parent 4133b11 commit 908f792
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cypress-wait-until": "1.7.2",
"eslint": "8.29.0",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"is-port-reachable": "3.1.0",
"jest": "29.3.1",
"jest-runner-tsd": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"execa": "5.1.1",
"fast-glob": "3.2.12",
"findup-sync": "5.0.0",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"latest-version": "5.1.0",
"listr2": "5.0.6",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jscodeshift": "0.11.5",
"@types/prettier": "2.7.1",
"@types/yargs": "17.0.13",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"tempy": "1.0.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"core-js": "3.26.1",
"enquirer": "2.3.6",
"execa": "5.1.1",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"listr2": "5.0.6",
"terminal-link": "2.1.1",
"yargs": "17.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"esbuild": "0.16.2",
"fast-glob": "3.2.12",
"findup-sync": "5.0.0",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"graphql": "16.6.0",
"kill-port": "1.6.1",
"prettier": "2.8.1",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6644,7 +6644,7 @@ __metadata:
execa: 5.1.1
fast-glob: 3.2.12
findup-sync: 5.0.0
fs-extra: 10.1.0
fs-extra: 11.1.0
jest: 29.3.1
latest-version: 5.1.0
listr2: 5.0.6
Expand Down Expand Up @@ -6692,7 +6692,7 @@ __metadata:
execa: 5.1.1
fast-glob: 3.2.12
findup-sync: 5.0.0
fs-extra: 10.1.0
fs-extra: 11.1.0
jest: 29.3.1
jscodeshift: 0.14.0
prettier: 2.8.1
Expand Down Expand Up @@ -6909,7 +6909,7 @@ __metadata:
esbuild: 0.16.2
fast-glob: 3.2.12
findup-sync: 5.0.0
fs-extra: 10.1.0
fs-extra: 11.1.0
graphql: 16.6.0
graphql-tag: 2.12.6
jest: 29.3.1
Expand Down Expand Up @@ -14125,7 +14125,7 @@ __metadata:
core-js: 3.26.1
enquirer: 2.3.6
execa: 5.1.1
fs-extra: 10.1.0
fs-extra: 11.1.0
jest: 29.3.1
listr2: 5.0.6
terminal-link: 2.1.1
Expand Down Expand Up @@ -17524,6 +17524,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.1.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 8085a078ead6a95711cc3cb689f9a64ad7393a1cdf7ed1bdab9dbef384f4a8fac941d20b1eb3067c427c82730a1078f9cfe93d86b98e848ee5445024ad0a3fa4
languageName: node
linkType: hard

"fs-extra@npm:^0.30.0":
version: 0.30.0
resolution: "fs-extra@npm:0.30.0"
Expand Down Expand Up @@ -27451,7 +27462,7 @@ __metadata:
cypress-wait-until: 1.7.2
eslint: 8.29.0
fast-glob: 3.2.12
fs-extra: 10.1.0
fs-extra: 11.1.0
is-port-reachable: 3.1.0
jest: 29.3.1
jest-runner-tsd: 4.0.0
Expand Down

0 comments on commit 908f792

Please sign in to comment.