Skip to content

Commit

Permalink
fix: Revert "Resolve sec vulnerability (twilio#166)" (twilio#168)
Browse files Browse the repository at this point in the history
* Revert "Resolve sec vulnerability (twilio#166)"

This reverts commit ac25774.

* Update release.yml
  • Loading branch information
ravali-rimmalapudi committed Oct 19, 2021
1 parent ad437be commit 7d2a374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm test
update-api-specs:
runs-on: ubuntu-latest
needs: [test]
# needs: [test]
outputs:
change-log: ${{ steps.update-specs.outputs.change-log }}
version-type: ${{ steps.update-specs.outputs.version-type }}
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"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",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate"
},
"dependencies": {
"@actions/core": "^1.0.0",
Expand Down Expand Up @@ -65,9 +64,6 @@
"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 7d2a374

Please sign in to comment.