Skip to content

Commit 0755137

Browse files
vveerrggclaude
andcommitted
chore(deps): replace rimraf with rm -rf, remove devDep
Native rm -rf is equivalent for the clean script on macOS/Linux. Eliminates rimraf -> glob -> minimatch vulnerability chain. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ded8d7f commit 0755137

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "vitest run",
4343
"test:watch": "vitest",
4444
"test:coverage": "vitest run --coverage",
45-
"clean": "rimraf dist",
45+
"clean": "rm -rf dist",
4646
"prepare": "npm run build",
4747
"lint": "eslint .",
4848
"lint:fix": "eslint . --fix",
@@ -97,7 +97,7 @@
9797
"eslint": "^10.0.0",
9898
"express": "^4.18.2",
9999
"ignore-loader": "^0.1.2",
100-
"rimraf": "^5.0.10",
100+
101101
"ts-loader": "^9.5.4",
102102
"tsx": "^4.21.0",
103103
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)