Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprokopdev committed Dec 31, 2023
1 parent 7908dc0 commit 391099c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"url": "https://github.com/stefan-prokop-cz/verify-apple-id-token/issues"
},
"dependencies": {
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1"
"@types/jsonwebtoken": "^9.0.5",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0"
},
"devDependencies": {
"@types/jest": "29.5.11",
"@types/jsonwebtoken": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"jest": "^29.7.0",
"mock-jwks": "1.0.10",
"mockdate": "3.0.5",
"nock": "13.4.0",
"prettier": "^3.0.2",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "5.3.3"
}
Expand Down

0 comments on commit 391099c

Please sign in to comment.