Skip to content

Commit

Permalink
chore(deps-dev): bump rimraf from 5.0.2 to 5.0.4
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.2 to 5.0.4.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.2...v5.0.4)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 26, 2023
1 parent e12c934 commit 9d1e53f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier-plugin-import-sort": "^0.0.7",
"rimraf": "^5.0.2",
"rimraf": "^5.0.4",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier-plugin-import-sort": "^0.0.7",
"rimraf": "^5.0.2",
"rimraf": "^5.0.4",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4632,10 +4632,10 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.2.tgz#4c3f2937763b9cb4361a68e026a618969c9d102a"
integrity sha512-SeHT0IRkQNIhWL7O5qrCt8MfJagJ2ZOemGMIx2NXS7MP1GldYpWSw3mCLbnjA0Ac6eadZMcDFZjynCWGJmwO6A==
rimraf@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.4.tgz#2a9b79e2fa5218c1d286095b4e0405cfc5f1064e"
integrity sha512-rizQI/o/YAMM1us0Zyax0uRfIK39XR52EAjjOi0fzMolpGp0onj6CWzBAXuOx6+6Xi9Rgi0d9tUZojhJerLUmQ==
dependencies:
glob "^10.3.7"

Expand Down

0 comments on commit 9d1e53f

Please sign in to comment.