File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 27
27
"prepublishOnly" : " safe-publish-latest && npm run lint && npm run flow && npm run jest" ,
28
28
"pretest" : " npm run lint:fix && npm run flow" ,
29
29
"test" : " npm run jest" ,
30
- "posttest" : " aud --production" ,
30
+ "posttest" : " npx npm@'>=10.2' audit --production" ,
31
31
"test:ci" : " npm run jest -- --ci --runInBand" ,
32
32
"pretest:examples" : " npm run build" ,
33
33
"test:examples" : " npm run test-example:legacy && npm run test-example:flat-esm && npm run test-example:flat-cjs" ,
47
47
"@babel/eslint-parser" : " ^7.25.1" ,
48
48
"@babel/plugin-transform-flow-strip-types" : " ^7.25.2" ,
49
49
"@babel/register" : " ^7.24.6" ,
50
- "aud" : " ^2.0.4" ,
51
50
"auto-changelog" : " ^2.4.0" ,
52
51
"babel-jest" : " ^24.9.0" ,
53
52
"babel-plugin-add-module-exports" : " ^1.0.4" ,
You can’t perform that action at this time.
0 commit comments