We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d3051 commit 5a1a75bCopy full SHA for 5a1a75b
package.json
@@ -42,7 +42,6 @@
42
"@openapitools/openapi-generator-cli": "^2.7.0",
43
"@rollup/plugin-replace": "^5.0.2",
44
"@rollup/plugin-typescript": "^11.1.4",
45
- "@types/jsonwebtoken": "^9.0.3",
46
"@types/uuid": "^9.0.4",
47
"@typescript-eslint/eslint-plugin": "^6.4.0",
48
"dotenv": "^16.3.1",
@@ -62,6 +61,8 @@
62
61
"vitest-mock-extended": "^1.2.1"
63
},
64
"dependencies": {
+ "@types/jsonwebtoken": "^9.0.3",
65
+ "@types/node": "^20.11.24",
66
"jsonwebtoken": "^9.0.2",
67
"uuid": "^9.0.1"
68
}
0 commit comments