Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent 298b689 commit 5222f87
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "8.4.7",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"rxjs": "7.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "26.6.3",
"proxyquire": "2.1.3",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.6",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"ts-jest": "26.5.6",
"ts-loader": "9.5.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4422,10 +4422,10 @@ rimraf@4.4.1:
dependencies:
glob "^9.2.0"

rimraf@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.6.tgz#f13b90af1794a2e8e1ecd052263bcf688742af88"
integrity sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==
rimraf@5.0.7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
dependencies:
glob "^10.3.7"

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10703,10 +10703,10 @@ rimraf@4.4.1, rimraf@^4.4.1:
dependencies:
glob "^9.2.0"

rimraf@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.6.tgz#f13b90af1794a2e8e1ecd052263bcf688742af88"
integrity sha512-X72SgyOf+1lFnGM6gYcmZ4+jMOwuT4E4SajKQzUIlI7EoR5eFHMhS/wf8Ll0mN+w2bxcIVldrJQ6xT7HFQywjg==
rimraf@5.0.7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit 5222f87

Please sign in to comment.