Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
chore(dev-deps): update dependency rimraf to v5.0.2 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 6b5ed99 commit 5b10aeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rimraf": "5.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ __metadata:
jest: 29.7.0
lint-staged: 14.0.1
prettier: 3.0.3
rimraf: 5.0.1
rimraf: 5.0.2
ts-jest: 29.1.1
ts-node: 10.9.1
typescript: 5.1.6
Expand Down Expand Up @@ -3645,7 +3645,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.2.5":
"glob@npm:^10.2.2, glob@npm:^10.3.7":
version: 10.3.7
resolution: "glob@npm:10.3.7"
dependencies:
Expand Down Expand Up @@ -6164,14 +6164,14 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:5.0.1":
version: 5.0.1
resolution: "rimraf@npm:5.0.1"
"rimraf@npm:5.0.2":
version: 5.0.2
resolution: "rimraf@npm:5.0.2"
dependencies:
glob: ^10.2.5
glob: ^10.3.7
bin:
rimraf: dist/cjs/src/bin.js
checksum: bafce85391349a2d960847980bf9b5caa2a8887f481af630f1ea27e08288217293cec72d75e9a2ba35495c212789f66a7f3d23366ba6197026ab71c535126857
rimraf: dist/esm/bin.mjs
checksum: 82c3876635f635769ee69e1d143e425f27eda9b5391d2f0945b59deda836b4b946b0953d0df990e907209046a510a023e060371756a78749ec0f6e86149d1767
languageName: node
linkType: hard

Expand Down

0 comments on commit 5b10aeb

Please sign in to comment.