From f2e3f32b65832ece7e297c8fe9414e103932f176 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 17:00:52 +0000 Subject: [PATCH] fix: upgrade @hattip/adapter-node from 0.0.34 to 0.0.48 Snyk has created this PR to upgrade @hattip/adapter-node from 0.0.34 to 0.0.48. See this package in npm: @hattip/adapter-node See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/f26a67eb-a10b-431b-bb7b-f98d993b4d3a?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/playgrounds/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playgrounds/nuxt/package.json b/apps/playgrounds/nuxt/package.json index ef9f1ed038..ba51693fd1 100644 --- a/apps/playgrounds/nuxt/package.json +++ b/apps/playgrounds/nuxt/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@auth/core": "workspace:*", - "@hattip/adapter-node": "^0.0.34", + "@hattip/adapter-node": "^0.0.48", "requrl": "^3.0.2" } }