Skip to content

Commit

Permalink
Merge pull request #9691 from strapi/dependabot/npm_and_yarn/fs-extra…
Browse files Browse the repository at this point in the history
…-9.1.0

Bump fs-extra from 9.0.1 to 9.1.0
  • Loading branch information
alexandrebodin committed Mar 15, 2021
2 parents 7743f0a + 1777936 commit b4a1e6c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-redux-saga": "^1.2.1",
"execa": "^1.0.0",
"fs-extra": "9.0.1",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
"glob": "7.1.6",
"husky": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-admin/package.json
Expand Up @@ -53,7 +53,7 @@
"font-awesome": "^4.7.0",
"formik": "^2.2.5",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.3.0",
"html-loader": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-new/package.json
Expand Up @@ -16,7 +16,7 @@
"@sentry/node": "6.2.0",
"chalk": "^2.4.2",
"execa": "^1.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"hosted-git-info": "3.0.8",
"inquirer": "^6.3.1",
"lodash": "4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-plugin/package.json
Expand Up @@ -13,7 +13,7 @@
"lib": "./lib"
},
"dependencies": {
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"lodash": "4.17.20",
"strapi-utils": "3.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"async": "^2.6.2",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"lodash": "4.17.20",
"reportback": "^2.0.2",
"strapi-utils": "3.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-type-builder/package.json
Expand Up @@ -15,7 +15,7 @@
"@buffetjs/styles": "3.3.4",
"@buffetjs/utils": "3.3.4",
"@sindresorhus/slugify": "1.1.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"immutable": "^3.8.2",
"lodash": "4.17.20",
"pluralize": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-documentation/package.json
Expand Up @@ -18,7 +18,7 @@
"@buffetjs/styles": "3.3.4",
"@buffetjs/utils": "3.3.4",
"cheerio": "^1.0.0-rc.5",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"immutable": "^3.8.2",
"koa-static": "^5.0.0",
"lodash": "4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/package.json
Expand Up @@ -27,7 +27,7 @@
"delegates": "^1.0.0",
"dotenv": "8.2.0",
"execa": "^1.0.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"glob": "^7.1.2",
"inquirer": "^6.2.1",
"is-docker": "2.1.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Expand Up @@ -8923,15 +8923,15 @@ 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.1, fs-extra@^9.0.1:
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==
fs-extra@9.1.0, fs-extra@^9.1.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==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^1.0.0"
universalify "^2.0.0"

fs-extra@^8.1.0:
version "8.1.0"
Expand Down Expand Up @@ -19852,6 +19852,11 @@ universalify@^1.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==

universalify@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
Expand Down

0 comments on commit b4a1e6c

Please sign in to comment.