Skip to content

Commit 3707118

Browse files
feat(deps): update dependency rimraf to ^4.4.1
1 parent de7f7b5 commit 3707118

File tree

2 files changed

+182
-38
lines changed

2 files changed

+182
-38
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/lodash.has": "^4.5.9",
5858
"@types/mkdirp": "^1.0.2",
5959
"@types/node": "^18.19.61",
60-
"@types/rimraf": "^3.0.2",
60+
"@types/rimraf": "^4.0.5",
6161
"@types/which": "^2.0.2",
6262
"@typescript-eslint/eslint-plugin": "^5.62.0",
6363
"@typescript-eslint/parser": "^5.62.0",
@@ -88,7 +88,7 @@
8888
"mkdirp": "^2.1.3",
8989
"prettier": "^2.8.8",
9090
"read-pkg-up": "^7.0.1",
91-
"rimraf": "^4.1.1",
91+
"rimraf": "^4.4.1",
9292
"tslib": "^2.8.0",
9393
"typescript": "^4.9.5",
9494
"which": "^3.0.0",

0 commit comments

Comments
 (0)