Skip to content

Commit

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

---
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] authored Sep 25, 2023
1 parent 7b95ac0 commit 31a3edf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.1",
"rimraf": "^5.0.2",
"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.1",
"rimraf": "^5.0.2",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2713,10 +2713,10 @@ glob2base@^0.0.12:
dependencies:
find-index "^0.1.1"

glob@^10.2.5, glob@^10.3.5:
version "10.3.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.5.tgz#4c0e46b5bccd78ac42b06a7eaaeb9ee34062968e"
integrity sha512-bYUpUD7XDEHI4Q2O5a7PXGvyw4deKR70kHiDxzQbe925wbZknhOzUt2xBgTkYL6RBcVeXYuD9iNYeqoWbBZQnA==
glob@^10.3.5, glob@^10.3.7:
version "10.3.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
dependencies:
foreground-child "^3.1.0"
jackspeak "^2.0.3"
Expand Down Expand Up @@ -4609,12 +4609,12 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0"
integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==
rimraf@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.2.tgz#4c3f2937763b9cb4361a68e026a618969c9d102a"
integrity sha512-SeHT0IRkQNIhWL7O5qrCt8MfJagJ2ZOemGMIx2NXS7MP1GldYpWSw3mCLbnjA0Ac6eadZMcDFZjynCWGJmwO6A==
dependencies:
glob "^10.2.5"
glob "^10.3.7"

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

0 comments on commit 31a3edf

Please sign in to comment.