Skip to content

Commit

Permalink
upgrade ngrok to fix twilio#538
Browse files Browse the repository at this point in the history
  • Loading branch information
brleinad committed May 29, 2023
1 parent c33c5b5 commit 24d8ffa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
58 changes: 30 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"devDependencies": {
"@actions/core": "^1.0.0",
"@actions/github": "^2.2.0",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^2.1.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@twilio/cli-test": "3.0.0",
"aws-sdk": "^2.1361.0",
"@oclif/dev-cli": "^1.22.2",
"chai": "^4.3.4",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^7.27.0",
Expand All @@ -72,18 +72,18 @@
"mocha": "^10.0.0",
"nock": "^13.0.2",
"nyc": "^15.1.0",
"oclif": "^3",
"proxyquire": "^2.1.3",
"semantic-release": "^19.0.3",
"sinon": "^10.0.0",
"tildify": "^2.0.0",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"oclif": "^3"
"typescript": "^4.4.3"
},
"optionalDependencies": {
"ngrok": "^4.3.3"
"ngrok": "^5.0.0-beta.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 24d8ffa

Please sign in to comment.