From 01813cc45e31073e7397714809b5c8f2bc126a34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 06:15:29 +0000 Subject: [PATCH] fix: upgrade nestjs-oauth2 from 0.0.7 to 0.0.31 Snyk has created this PR to upgrade nestjs-oauth2 from 0.0.7 to 0.0.31. See this package in npm: nestjs-oauth2 See this project in Snyk: https://app.snyk.io/org/jamesp918/project/36c9f381-7c8b-4a96-bfa0-4d37dc29d5ca?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6632ae..9481b3a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "ms": "^2.1.3", "nanoid": "3.3.7", "nestjs-cls": "^4.4.1", - "nestjs-oauth2": "^0.0.7", + "nestjs-oauth2": "^0.0.31", "nestjs-pino": "^4.1.0", "nestjs-prisma": "^0.23.0", "passport-jwt": "^4.0.1",