Merge pull request #574 from hodgef/dependabot/npm_and_yarn/fs-extra-9.0.1

This commit is contained in:
dependabot-preview[bot] 2020-06-04 12:56:45 +00:00 committed by GitHub
commit 316f3fb160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8456,9 +8456,9 @@
}
},
"fs-extra": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.0.tgz",
"integrity": "sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
"integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
"dev": true,
"requires": {
"at-least-node": "^1.0.0",

View File

@ -67,7 +67,7 @@
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "6.0.0",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.2.0",