diff --git a/package-lock.json b/package-lock.json index 24c630bdc2..74a555f86d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "@types/graphql-depth-limit": "^1.1.6", "@types/i18n": "^0.13.12", "@types/inquirer": "^9.0.7", - "@types/jsonwebtoken": "^9.0.5", + "@types/jsonwebtoken": "^9.0.7", "@types/lodash": "^4.17.7", "@types/mongoose-paginate-v2": "^1.6.5", "@types/morgan": "^1.9.9", @@ -5739,9 +5739,9 @@ "dev": true }, "node_modules/@types/jsonwebtoken": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz", - "integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz", + "integrity": "sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==", "dev": true, "dependencies": { "@types/node": "*" diff --git a/package.json b/package.json index e600b8a16c..c0a549aa52 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@types/graphql-depth-limit": "^1.1.6", "@types/i18n": "^0.13.12", "@types/inquirer": "^9.0.7", - "@types/jsonwebtoken": "^9.0.5", + "@types/jsonwebtoken": "^9.0.7", "@types/lodash": "^4.17.7", "@types/mongoose-paginate-v2": "^1.6.5", "@types/morgan": "^1.9.9",