Skip to content

Commit

Permalink
Merge pull request #2 from integrations/users/apurva1112/axiosUpdate
Browse files Browse the repository at this point in the history
Update axios to 0.26.0
  • Loading branch information
apurva1112 authored Feb 17, 2022
2 parents 72dac6a + f832d9d commit e89c26f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 37 deletions.
40 changes: 8 additions & 32 deletions package-lock.json

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

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "jsonwebtokenydoo",
"version": "1.1.0",
"description":
"Command line utility that assists with GitHub App Authentication",
"description": "Command line utility that assists with GitHub App Authentication",
"bin": {
"ghtoken": "./bin/jsonwebtokenydoo.js",
"jsonwebtokenydoo": "./bin/jsonwebtokenydoo.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["github", "app", "jwt", "json", "web", "token"],
"keywords": [
"github",
"app",
"jwt",
"json",
"web",
"token"
],
"author": "Wilhelm Klopp",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.26.0",
"chalk": "^2.4.1",
"dotenv": "^5.0.1",
"inquirer": "^5.2.0",
"jsonwebtoken": "^8.2.1"
}
}
}

0 comments on commit e89c26f

Please sign in to comment.