Skip to content

Commit

Permalink
chore(verify-webhook): upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
preetpatel committed Oct 4, 2023
1 parent 04ab6df commit ab5f342
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 245 deletions.
25 changes: 14 additions & 11 deletions verify-webhook-http-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "verify-webhook-http-signature",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "rm -rf lib/ && tsc --pretty",
"lint:fix": "eslint . --ext .ts,.tsx --color --format=table --fix && yarn format",
Expand All @@ -7,23 +10,23 @@
"clean": "rm -rf lib/"
},
"dependencies": {
"@mattrglobal/http-signatures": "^4.0.1",
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"@mattrglobal/http-signatures": "^4.1.0",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ngrok": "^4.3.3"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"@types/express": "^4.17.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.50.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-functional": "^4.4.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"prettier": "^2.8.8",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit ab5f342

Please sign in to comment.