Skip to content

Commit

Permalink
Upgrade: Bump fs-extra from 9.1.0 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@9.1.0...10.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 8, 2021
1 parent 9eff86f commit 57b0b2f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"husky": "^6.0.0",
"json-schema-to-typescript": "^10.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"hint": "^6.1.3",
"inquirer": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"fork-ts-checker-webpack-plugin": "^6.2.5",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"hint": "^6.1.3",
"inquirer": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-excel/package.json
Expand Up @@ -15,7 +15,7 @@
"@hint/utils-i18n": "^1.0.7",
"@hint/utils-types": "^1.1.2",
"exceljs": "4.2.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-html/package.json
Expand Up @@ -15,7 +15,7 @@
"@hint/utils-i18n": "^1.0.7",
"@hint/utils-types": "^1.1.2",
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-image-optimization-cloudinary/package.json
Expand Up @@ -13,7 +13,7 @@
"@hint/utils-string": "^1.0.7",
"@hint/utils-types": "^1.1.2",
"cloudinary": "^1.25.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"image-size": "^0.9.7"
},
"description": "hint that that checks using Cloudinary's API if images are optimized",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Expand Up @@ -4879,7 +4879,7 @@ 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.1.0, fs-extra@^9.0.0, fs-extra@^9.1.0:
fs-extra@9.1.0, fs-extra@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
Expand All @@ -4889,6 +4889,15 @@ fs-extra@9.1.0, fs-extra@^9.0.0, fs-extra@^9.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@~9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
Expand Down

0 comments on commit 57b0b2f

Please sign in to comment.