Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v11.3.0 (#4266)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

(cherry picked from commit ec3e3f6)
  • Loading branch information
renovate[bot] authored and czy88840616 committed Feb 2, 2025
1 parent fad99a5 commit a7a0676
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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/core": "workspace:^",
"fs-extra": "11.2.0"
"fs-extra": "11.3.0"
},
"dependencies": {
"@grpc/grpc-js": "1.12.5",
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/core": "workspace:^",
"@types/amqplib": "0.10.6",
"amqplib": "0.10.5",
"fs-extra": "11.2.0"
"fs-extra": "11.3.0"
},
"dependencies": {
"@midwayjs/core": "workspace:^",
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/core": "workspace:^",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"socket.io-client": "4.8.1"
},
"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": "workspace:^",
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"fs-extra": "11.2.0"
"fs-extra": "11.3.0"
},
"dependencies": {
"@midwayjs/express-session": "workspace:^",
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 @@ -27,7 +27,7 @@
"@midwayjs/core": "workspace:^",
"@midwayjs/mock": "workspace:^",
"@types/koa-router": "7.4.8",
"fs-extra": "11.2.0"
"fs-extra": "11.3.0"
},
"dependencies": {
"@koa/router": "^12.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 @@ -38,7 +38,7 @@
"egg-socket.io": "4.1.6",
"egg-view-nunjucks": "2.3.0",
"fake-egg": "1.0.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"is-type-of": "^2.1.0",
"mm": "3.4.0",
"mz-modules": "^2.1.0",
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/core": "workspace:^",
"@midwayjs/mock": "workspace:^",
"fs-extra": "11.2.0"
"fs-extra": "11.3.0"
},
"dependencies": {
"@types/ws": "8.5.13",
Expand Down

0 comments on commit a7a0676

Please sign in to comment.