From f683ec3f499ba3e74611cf5ac8005c3b19ea4cb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Jun 2024 05:09:35 +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 24d363a..72f4d4e 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "ms": "^2.1.3", "nanoid": "3.3.7", "nestjs-cls": "^4.2.0", - "nestjs-oauth2": "^0.0.7", + "nestjs-oauth2": "^0.0.31", "nestjs-pino": "^4.0.0", "nestjs-prisma": "^0.23.0", "passport-jwt": "^4.0.1",