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 16
16
"tests-only" : " nyc tape 'test/**/*.js'" ,
17
17
"test:harmony" : " nyc node --harmony --es-staging test" ,
18
18
"test" : " npm run tests-only && npm run test:harmony" ,
19
- "posttest" : " aud --production" ,
19
+ "posttest" : " npx npm@'>= 10.2' audit --production" ,
20
20
"version" : " auto-changelog && git add CHANGELOG.md" ,
21
21
"postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
22
22
},
49
49
"homepage" : " https://github.com/inspect-js/has-typed-arrays#readme" ,
50
50
"devDependencies" : {
51
51
"@ljharb/eslint-config" : " ^21.0.0" ,
52
- "aud" : " ^2.0.1" ,
53
52
"auto-changelog" : " ^2.4.0" ,
54
53
"eslint" : " =8.8.0" ,
55
54
"in-publish" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments