Skip to content

Commit 8d28261

Browse files
renovate[bot]renovate-botemilyrohrboughdavidmunechika
authored
chore(deps): update dependency fs-extra to v9 🌟 (#19939)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: David Munechika <[email protected]>
1 parent ad50062 commit 8d28261

File tree

15 files changed

+26
-26
lines changed

15 files changed

+26
-26
lines changed

npm/create-cypress-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"commander": "6.1.0",
2424
"fast-glob": "3.2.7",
2525
"find-up": "5.0.0",
26-
"fs-extra": "^9.0.1",
26+
"fs-extra": "^9.1.0",
2727
"glob": "^7.1.6",
2828
"inquirer": "7.3.3",
2929
"ora": "^5.1.0"

npm/webpack-batteries-included-preprocessor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-json-format": "^2.0.1",
3838
"eslint-plugin-mocha": "^8.1.0",
3939
"eslint-plugin-react": "^7.22.0",
40-
"fs-extra": "^9.0.1",
40+
"fs-extra": "^9.1.0",
4141
"graphql": "14.0.0",
4242
"mocha": "^8.1.1",
4343
"react": "^16.13.1",

npm/webpack-preprocessor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-mocha": "8.1.0",
4747
"fast-glob": "3.1.1",
4848
"find-webpack": "1.5.0",
49-
"fs-extra": "8.1.0",
49+
"fs-extra": "9.1.0",
5050
"mocha": "^7.1.0",
5151
"mockery": "2.1.0",
5252
"proxyquire": "2.1.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@types/debug": "4.1.5",
9292
"@types/enzyme-adapter-react-16": "1.0.5",
9393
"@types/execa": "0.9.0",
94-
"@types/fs-extra": "^8.0.1",
94+
"@types/fs-extra": "^9.0.13",
9595
"@types/glob": "7.1.1",
9696
"@types/lodash": "^4.14.168",
9797
"@types/markdown-it": "0.0.9",
@@ -134,7 +134,7 @@
134134
"execa-wrap": "1.4.0",
135135
"filesize": "4.1.2",
136136
"find-package-json": "1.2.0",
137-
"fs-extra": "8.1.0",
137+
"fs-extra": "9.1.0",
138138
"gift": "0.10.2",
139139
"glob": "7.1.6",
140140
"gulp": "4.0.2",

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@cypress/icons": "0.7.0",
1919
"bluebird": "3.5.3",
2020
"debug": "^4.3.2",
21-
"fs-extra": "8.1.0",
21+
"fs-extra": "9.1.0",
2222
"lodash": "^4.17.21",
2323
"minimist": "1.2.5"
2424
},

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"coffeescript": "1.12.7",
2727
"cross-env": "6.0.3",
2828
"eol": "0.9.1",
29-
"fs-extra": "8.1.0",
29+
"fs-extra": "9.1.0",
3030
"gulp": "4.0.2",
3131
"gulp-clean": "0.4.0",
3232
"gulp-rename": "1.4.0",

packages/https-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"bluebird": "3.5.3",
1818
"debug": "^4.3.2",
19-
"fs-extra": "8.1.0",
19+
"fs-extra": "9.1.0",
2020
"lodash": "^4.17.21",
2121
"node-forge": "1.0.0",
2222
"semaphore": "1.1.0"

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bluebird": "3.5.3",
1616
"debug": "^4.3.2",
1717
"execa": "4.0.0",
18-
"fs-extra": "8.1.0",
18+
"fs-extra": "9.1.0",
1919
"lodash": "^4.17.21",
2020
"plist": "3.0.1",
2121
"semver": "7.3.5"

packages/network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bluebird": "3.5.3",
1818
"concat-stream": "1.6.2",
1919
"debug": "^4.3.2",
20-
"fs-extra": "8.1.0",
20+
"fs-extra": "9.1.0",
2121
"lodash": "^4.17.21",
2222
"node-forge": "1.0.0",
2323
"proxy-from-env": "1.0.0"

packages/resolve-dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test-watch": "yarn test-unit --watch"
1414
},
1515
"dependencies": {
16-
"fs-extra": "8.1.0"
16+
"fs-extra": "9.1.0"
1717
},
1818
"devDependencies": {
1919
"@packages/ts": "0.0.0-development"

0 commit comments

Comments
 (0)