Skip to content

Commit

Permalink
Resolve sec vulnerability (twilio#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Badhwar authored Oct 11, 2021
1 parent 188120a commit ac25774
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"lint": "eslint --ext js --ext jsx src/ test/",
"lint:fix": "npm run lint -- --fix",
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate"
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"dependencies": {
"@actions/core": "^1.0.0",
Expand Down Expand Up @@ -64,6 +65,9 @@
"sinon": "^9.0.2",
"tmp": "^0.2.1"
},
"resolutions": {
"ansi-regex": "5.0.1"
},
"optionalDependencies": {
"keytar": "^7.6.0"
},
Expand Down

0 comments on commit ac25774

Please sign in to comment.