Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent a4fd68f commit aa77e3b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages-legacy/serverless-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@midwayjs/serverless-fc-trigger": "^3.9.0",
"@midwayjs/serverless-scf-starter": "^3.7.0",
"@midwayjs/serverless-scf-trigger": "^3.9.0",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^3.9.0",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"dependencies": {
"@grpc/grpc-js": "1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@midwayjs/async-hooks-context-manager": "^3.9.0",
"@types/superagent": "4.1.14",
"@types/supertest": "2.0.12",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"js-yaml": "4.1.0",
"raw-body": "2.5.1",
"supertest": "6.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@midwayjs/mock": "^3.9.0",
"@types/amqplib": "0.8.2",
"amqplib": "0.10.3",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"dependencies": {
"@midwayjs/core": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^3.9.0",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"socket.io-client": "4.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@midwayjs/mock": "^3.9.0",
"@types/body-parser": "1.19.2",
"@types/express": "4.17.15",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"dependencies": {
"@midwayjs/core": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@midwayjs/mock": "^3.9.0",
"@types/koa": "2.13.5",
"@types/koa-router": "7.4.4",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"dependencies": {
"@koa/router": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"egg-socket.io": "4.1.6",
"egg-view-nunjucks": "2.3.0",
"fake-egg": "1.0.0",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"mm": "3.2.1",
"pedding": "1.1.0",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@midwayjs/mock": "^3.9.0",
"@types/ws": "8.5.3",
"fs-extra": "10.0.1"
"fs-extra": "10.1.0"
},
"dependencies": {
"@midwayjs/core": "^3.9.0",
Expand Down

0 comments on commit aa77e3b

Please sign in to comment.