Skip to content

Commit 2ee940c

Browse files
lb-ljharb
authored andcommittedOct 18, 2024··
[meta] package.json - Update jscodeshift & remove babel-jest
Resolves multiple npm audit issues - 11 vulnerabilities (9 moderate, 2 high)
1 parent a262131 commit 2ee940c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
4848
"@babel/register": "^7.24.6",
4949
"auto-changelog": "^2.4.0",
50-
"babel-jest": "^24.9.0",
5150
"babel-plugin-add-module-exports": "^1.0.4",
5251
"babel-preset-airbnb": "^5.0.0",
5352
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
@@ -60,7 +59,7 @@
6059
"flow-bin": "^0.147.0",
6160
"in-publish": "^2.0.1",
6261
"jackspeak": "=2.1.1",
63-
"jscodeshift": "^0.7.1",
62+
"jscodeshift": "^17.0.0",
6463
"minimist": "^1.2.8",
6564
"npmignore": "^0.3.1",
6665
"object.assign": "^4.1.5",

0 commit comments

Comments
 (0)
Please sign in to comment.