Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v10 (#1756)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 4, 2021
1 parent 2cfa4a2 commit d211a32
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -124,7 +124,7 @@
"coveralls": "3.1.0",
"eslint": "7.25.0",
"eslint-plugin-jsdoc": "33.0.0",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"gen-esm-wrapper": "1.1.1",
"guid-typescript": "1.0.9",
"husky": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -64,7 +64,7 @@
"@mikro-orm/migrations": "^4.5.4",
"ansi-colors": "4.1.1",
"cli-table3": "0.6.0",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"tsconfig-paths": "3.9.0",
"yargonaut": "1.1.4",
"yargs": "15.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -59,7 +59,7 @@
"clone": "2.1.2",
"dotenv": "8.2.0",
"escaya": "0.0.61",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"globby": "11.0.3",
"reflect-metadata": "0.1.13",
"strip-json-comments": "3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/entity-generator/package.json
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@mikro-orm/knex": "^4.5.4",
"fs-extra": "9.1.0"
"fs-extra": "10.0.0"
},
"devDependencies": {
"@mikro-orm/core": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/knex/package.json
Expand Up @@ -55,7 +55,7 @@
"access": "public"
},
"dependencies": {
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"knex": "0.95.4",
"sqlstring": "2.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@mikro-orm/knex": "^4.5.4",
"@types/umzug": "2.3.0",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"knex": "0.95.4",
"umzug": "2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@mikro-orm/knex": "^4.5.4",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"sqlite3": "5.0.2",
"sqlstring-sqlite": "0.1.1"
},
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d211a32

Please sign in to comment.