Skip to content

Commit f2fc985

Browse files
committed
fix(deps): update rework-import to 4.1.0 to remove audit issues and drop node < 18
1 parent 4db5eb7 commit f2fc985

File tree

2 files changed

+356
-283
lines changed

2 files changed

+356
-283
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
"dependencies": {
2323
"lodash.defaults": "^4.2.0",
2424
"parse-import": "^2.0.0",
25-
"plugin-error": "^2.0.0",
26-
"@fomantic/rework": "^2.1.0",
27-
"@fomantic/rework-import": "^3.2.0",
25+
"plugin-error": "^2.0.1",
26+
"@fomantic/rework": "^3.0.0",
27+
"@fomantic/rework-import": "^4.1.0",
2828
"rework-plugin-url": "^1.1.0",
2929
"through2": "^4.0.2",
3030
"vinyl": "^3.0.0"
3131
},
3232
"devDependencies": {
33-
"chai": "^4.3.6",
34-
"mocha": "^9.2.2"
33+
"chai": "^4.5.0",
34+
"mocha": "^11.1.0"
35+
},
36+
"engines": {
37+
"node": ">=18.18.0"
3538
},
3639
"scripts": {
3740
"test": "mocha test/*.js --reporter spec"

0 commit comments

Comments
 (0)