Skip to content

Commit f4806be

Browse files
chore(deps): bump fs-extra from 9.1.0 to 10.0.0 (#1353)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent a40e634 commit f4806be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"electron-builder": "^22.2.0",
3535
"execa": "^5.0.0",
3636
"friendly-errors-webpack-plugin": "^1.7.0",
37-
"fs-extra": "^9.0.1",
37+
"fs-extra": "^10.0.0",
3838
"lodash.merge": "^4.6.1",
3939
"portfinder": "^1.0.16",
4040
"pumpify": "^2.0.1",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7257,6 +7257,15 @@ fs-exists-sync@^0.1.0:
72577257
resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
72587258
integrity sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=
72597259

7260+
fs-extra@^10.0.0:
7261+
version "10.0.0"
7262+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
7263+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
7264+
dependencies:
7265+
graceful-fs "^4.2.0"
7266+
jsonfile "^6.0.1"
7267+
universalify "^2.0.0"
7268+
72607269
fs-extra@^7.0.1:
72617270
version "7.0.1"
72627271
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"

0 commit comments

Comments
 (0)