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 Sep 23, 2024
1 parent a201753 commit 5512ab0
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.10",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"snapshot-diff": "^0.10.0",
"tar": "^7.4.3"
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.10"
rimraf: "npm:^6.0.1"
semver: "npm:^7.6.3"
snapshot-diff: "npm:^0.10.0"
tar: "npm:^7.4.3"
Expand Down Expand Up @@ -18502,7 +18502,7 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.10, rimraf@npm:^5.0.5":
"rimraf@npm:^5.0.5":
version: 5.0.10
resolution: "rimraf@npm:5.0.10"
dependencies:
Expand All @@ -18513,6 +18513,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

"robust-predicates@npm:^3.0.0":
version: 3.0.1
resolution: "robust-predicates@npm:3.0.1"
Expand Down

0 comments on commit 5512ab0

Please sign in to comment.