From ff8c657b652e0c4141d679e44b8324dd9e56c807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20W=C3=B3jcik?= <1711174+lwojcik@users.noreply.github.com> Date: Thu, 29 Dec 2022 00:36:35 +0100 Subject: [PATCH] [Snyk] Security upgrade @nestjs/jwt from 9.0.0 to 10.0.0 (#664) fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 Co-authored-by: snyk-bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57caacd..cc7de03 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@nestjs/common": "^9.0.11", "@nestjs/config": "^2.2.0", "@nestjs/core": "^9.0.11", - "@nestjs/jwt": "^9.0.0", + "@nestjs/jwt": "^10.0.0", "@nestjs/passport": "^9.0.0", "@nestjs/platform-fastify": "^9.0.11", "@nestjs/schedule": "^2.1.0",