Skip to content

Commit

Permalink
fix(deps): update dependency rimraf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent 6391728 commit 27a7f01
Show file tree
Hide file tree
Showing 14 changed files with 233 additions and 69 deletions.
49 changes: 38 additions & 11 deletions sample/001-mongoose-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/terminus": "9.1.4",
"mongoose": "6.8.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"rxjs": "7.8.0"
},
"devDependencies": {
Expand Down
31 changes: 25 additions & 6 deletions sample/005-typeorm-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/005-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/typeorm": "9.0.1",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"rxjs": "7.8.0",
"typeorm": "0.3.11"
},
Expand Down
31 changes: 25 additions & 6 deletions sample/006-multi-db-typeorm-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/006-multi-db-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/typeorm": "9.0.1",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"rxjs": "7.8.0",
"typeorm": "0.3.11"
},
Expand Down
30 changes: 24 additions & 6 deletions sample/007-sequelize-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/007-sequelize-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/terminus": "9.1.4",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"rxjs": "7.8.0",
"sequelize": "6.28.0",
"sequelize-typescript": "2.1.5"
Expand Down
Loading

0 comments on commit 27a7f01

Please sign in to comment.