Aktueller Stand
This commit is contained in:
12
backend/node_modules/@fastify/jwt/package.json
generated
vendored
12
backend/node_modules/@fastify/jwt/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fastify/jwt",
|
||||
"version": "9.1.0",
|
||||
"version": "10.0.0",
|
||||
"description": "JWT utils for Fastify",
|
||||
"main": "jwt.js",
|
||||
"type": "commonjs",
|
||||
@@ -60,21 +60,21 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@fastify/error": "^4.0.0",
|
||||
"@fastify/error": "^4.2.0",
|
||||
"@lukeed/ms": "^2.0.2",
|
||||
"fast-jwt": "^5.0.0",
|
||||
"fastify-plugin": "^5.0.0",
|
||||
"fast-jwt": "^6.0.2",
|
||||
"fastify-plugin": "^5.0.1",
|
||||
"steed": "^1.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fastify/cookie": "^11.0.1",
|
||||
"@fastify/pre-commit": "^2.1.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/node": "^24.0.10",
|
||||
"c8": "^10.1.3",
|
||||
"eslint": "^9.17.0",
|
||||
"fastify": "^5.0.0",
|
||||
"neostandard": "^0.12.0",
|
||||
"tsd": "^0.31.0"
|
||||
"tsd": "^0.32.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user