Skip to content

Commit

Permalink
fix(deps): update dependency rimraf to v6 (#7244)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency rimraf to v6

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jul 9, 2024
1 parent 3aa1583 commit 522788e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_cli-7244-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/cli": patch
---
dependencies updates:
- Updated dependency [`rimraf@^6.0.0` ↗︎](https://www.npmjs.com/package/rimraf/v/6.0.0) (from `^5.0.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mkdirp": "^3.0.0",
"open": "^7.4.2",
"pascal-case": "^3.1.2",
"rimraf": "^5.0.0",
"rimraf": "^6.0.0",
"tslib": "^2.4.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
Expand Down
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4740,7 +4740,7 @@ __metadata:
node-libcurl: "npm:^4.0.0"
open: "npm:^7.4.2"
pascal-case: "npm:^3.1.2"
rimraf: "npm:^5.0.0"
rimraf: "npm:^6.0.0"
tslib: "npm:^2.4.0"
tsx: "npm:^4.7.1"
typescript: "npm:^5.4.2"
Expand Down Expand Up @@ -30680,7 +30680,7 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:*":
"rimraf@npm:*, rimraf@npm:^6.0.0":
version: 6.0.0
resolution: "rimraf@npm:6.0.0"
dependencies:
Expand Down Expand Up @@ -30724,17 +30724,6 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.0":
version: 5.0.9
resolution: "rimraf@npm:5.0.9"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/87374682492b9e64de9c6fcbf2c8f209c7a2cd0e9749b3732eef8a62c6f859a9ed996d46f662d9ad5dd38c2c469f8e88de56b6c509026070ee3f06369cac1bc8
languageName: node
linkType: hard

"ringbufferjs@npm:^2.0.0":
version: 2.0.0
resolution: "ringbufferjs@npm:2.0.0"
Expand Down

0 comments on commit 522788e

Please sign in to comment.