Skip to content

Commit

Permalink
Upgrade fast-jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 28, 2024
1 parent a3eed3a commit d382d7e
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 86 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

---

## [11.7.0](https://github.com/AndrewBarba/apns2/releases/tag/11.7.0)

1. Update `fast-jwt` to v4

## [11.6.0](https://github.com/AndrewBarba/apns2/releases/tag/11.6.0)

1. Fix issue with `contentAvailable`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"watchos"
],
"dependencies": {
"fast-jwt": "^3.3.3",
"fast-jwt": "^4.0.0",
"fetch-http2": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.2",
"@tsconfig/node16": "^16.1.2",
"@biomejs/biome": "^1.6.3",
"@tsconfig/node16": "^16.1.3",
"@types/node": "^20.11.30",
"chai": "^5.1.0",
"typescript": "^5.4.3",
Expand Down
Loading

0 comments on commit d382d7e

Please sign in to comment.