Merge pull request #476 from PreMiD/dependabot/npm_and_yarn/fs-extra-9.0.1

This commit is contained in:
dependabot-preview[bot]
2020-06-04 01:01:27 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
"electron": "8.3.0",
"electron-packager": "14.2.1",
"fast-glob": "3.2.2",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"nodemon": "2.0.4",
"ora": "4.0.4",
"prompts": "2.3.2",

View File

@@ -1345,10 +1345,10 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
fs-extra@9.0.0, fs-extra@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
fs-extra@9.0.1, fs-extra@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"