Skip to content

Commit

Permalink
fix(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent f070d49 commit 1219837
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 249 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"pino-std-serializers": "^6.2.2",
"pizzip": "^3.1.7",
"reflect-metadata": "^0.2.0",
"rimraf": "^5.0.9",
"rimraf": "^6.0.0",
"rxjs": "^7.6.0",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"date-fns": "^2.30.0",
"rimraf": "^5.0.9"
"rimraf": "^6.0.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown -w",
Expand Down
2 changes: 1 addition & 1 deletion packages/portail-admins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"file-saver": "^2.0.5",
"ngx-matomo-client": "^5.0.4",
"redux": "^4.2.1",
"rimraf": "^5.0.9",
"rimraf": "^6.0.0",
"rxjs": "^7.8.1",
"zone.js": "~0.14.7"
},
Expand Down
Loading

0 comments on commit 1219837

Please sign in to comment.