Skip to content

Commit

Permalink
chore: upgrade rimraf to v6 (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk authored Jan 5, 2025
1 parent 72100a6 commit eed04da
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integration/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "jest --config ../../jest-e2e.json"
},
"dependencies": {
"rimraf": "^5.0.0"
"rimraf": "^6.0.1"
},
"devDependencies": {
"@golevelup/nestjs-rabbitmq": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lerna": "^8.1.9",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"supertest": "^7.0.0",
"ts-jest": "^27.1.1",
"typescript": "4.9.5"
Expand Down
63 changes: 55 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit eed04da

Please sign in to comment.