Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to ^6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 8b3852a commit 37e276c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "^18.3.1",
"react-redux": "^9.1.2",
"redux-saga": "^1.3.0",
"rimraf": "^6.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.1",
"typescript": "^5.5.3"
}
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6802,12 +6802,13 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.0.tgz#503bb3d9283272384c121792d40e7ee3ab763cde"
integrity sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==
rimraf@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
dependencies:
glob "^11.0.0"
package-json-from-dist "^1.0.0"

run-async@^2.4.0:
version "2.4.1"
Expand Down

0 comments on commit 37e276c

Please sign in to comment.