build(deps): update @elysiajs/jwt requirement from ^1.0.2 to ^1.1.0

---
updated-dependencies:
- dependency-name: "@elysiajs/jwt"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-19 10:04:55 +00:00 committed by dependabot[bot]
parent 2d9d8f8b4f
commit 56632f3500
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"dependencies": {
"@elysiajs/cookie": "^0.8.0",
"@elysiajs/html": "^1.0.2",
"@elysiajs/jwt": "^1.0.2",
"@elysiajs/jwt": "^1.1.0",
"@elysiajs/static": "^1.1.0",
"elysia": "^1.1.3"
},