Skip to content

Commit

Permalink
Update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 9d7cc25 commit 8d84fbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/monorepo-npm-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"is-ci": "^3.0.1",
"npm-packlist": "^8.0.2",
"npm-registry-client": "^8.6.0",
"rimraf": "^5.0.9",
"rimraf": "^6.0.1",
"semver": "^7.6.2",
"snapshot-diff": "^0.10.0",
"tar": "^7.4.0"
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ __metadata:
is-ci: "npm:^3.0.1"
npm-packlist: "npm:^8.0.2"
npm-registry-client: "npm:^8.6.0"
rimraf: "npm:^5.0.9"
rimraf: "npm:^6.0.1"
semver: "npm:^7.6.2"
snapshot-diff: "npm:^0.10.0"
tar: "npm:^7.4.0"
Expand Down Expand Up @@ -19772,7 +19772,7 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.5, rimraf@npm:^5.0.9":
"rimraf@npm:^5.0.5":
version: 5.0.9
resolution: "rimraf@npm:5.0.9"
dependencies:
Expand All @@ -19783,6 +19783,18 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^6.0.1":
version: 6.0.1
resolution: "rimraf@npm:6.0.1"
dependencies:
glob: "npm:^11.0.0"
package-json-from-dist: "npm:^1.0.0"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/b30b6b072771f0d1e73b4ca5f37bb2944ee09375be9db5f558fcd3310000d29dfcfa93cf7734d75295ad5a7486dc8e40f63089ced1722a664539ffc0c3ece8c6
languageName: node
linkType: hard

"rimraf@npm:~2.6.2":
version: 2.6.3
resolution: "rimraf@npm:2.6.3"
Expand Down

0 comments on commit 8d84fbe

Please sign in to comment.