Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit c48213b

Browse files
committed
Revert to rimraf v3 for glob
1 parent 03b2f15 commit c48213b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,16 @@
9191
"devDependencies": {
9292
"@types/node": "~18.11",
9393
"@types/through2": "~2.0",
94-
"@typescript-eslint/eslint-plugin": "~5.47",
95-
"@typescript-eslint/parser": "~5.47",
94+
"@typescript-eslint/eslint-plugin": "~5.50",
95+
"@typescript-eslint/parser": "~5.50",
9696
"add-dist-header": "~0.3",
9797
"assert-deep-strict-equal": "~1.0",
9898
"copy-file-util": "~0.1",
9999
"copy-folder-util": "~0.2",
100-
"eslint": "~8.31",
100+
"eslint": "~8.33",
101101
"jshint": "~2.13",
102102
"mocha": "~10.2",
103-
"rimraf": "~3.0",
103+
"rimraf": "3",
104104
"run-scripts-util": "~0.1",
105105
"sinon": "~15.0",
106106
"slash": "~5.0",

0 commit comments

Comments
 (0)