Skip to content

chore(deps): pin dependency rimraf to 6.0.1 (main) #7357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"postcss-modules": "6.0.1",
"postcss-nesting": "13.0.1",
"prettier": "3.5.3",
"rimraf": "^6.0.0",
"rimraf": "6.0.1",
"typescript": "5.7.3",
"typescript-eslint": "8.32.0",
"vite": "6.3.5",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21600,18 +21600,7 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^4.4.1":
version: 4.4.1
resolution: "rimraf@npm:4.4.1"
dependencies:
glob: "npm:^9.2.0"
bin:
rimraf: dist/cjs/src/bin.js
checksum: 10c0/8c5e142d26d8b222be9dc9a1a41ba48e95d8f374e813e66a8533e87c6180174fcb3f573b9b592eca12740ebf8b78526d136acd971d4a790763d6f2232c34fa24
languageName: node
linkType: hard

"rimraf@npm:^6.0.0":
"rimraf@npm:6.0.1":
version: 6.0.1
resolution: "rimraf@npm:6.0.1"
dependencies:
Expand All @@ -21623,6 +21612,17 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^4.4.1":
version: 4.4.1
resolution: "rimraf@npm:4.4.1"
dependencies:
glob: "npm:^9.2.0"
bin:
rimraf: dist/cjs/src/bin.js
checksum: 10c0/8c5e142d26d8b222be9dc9a1a41ba48e95d8f374e813e66a8533e87c6180174fcb3f573b9b592eca12740ebf8b78526d136acd971d4a790763d6f2232c34fa24
languageName: node
linkType: hard

"rollup@npm:^4.20.0":
version: 4.21.0
resolution: "rollup@npm:4.21.0"
Expand Down Expand Up @@ -24032,7 +24032,7 @@ __metadata:
react: "npm:19.1.0"
react-dom: "npm:19.1.0"
remark-gfm: "npm:4.0.1"
rimraf: "npm:^6.0.0"
rimraf: "npm:6.0.1"
storybook: "npm:8.6.12"
tocbot: "npm:4.36.3"
typescript: "npm:5.7.3"
Expand Down
Loading