From 197a1b24f27f7759521016f19e91be88e172a8d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 18:57:18 +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 2484fec..1031bdc 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,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",