From 5382da035e3c77c59dabcc410a12722c64509435 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 22:14:52 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - cookie from 0.5.0 to 0.6.0. See this package in npm: https://www.npmjs.com/package/cookie - next-connect from 0.8.1 to 0.13.0. See this package in npm: https://www.npmjs.com/package/next-connect - passport from 0.6.0 to 0.7.0. See this package in npm: https://www.npmjs.com/package/passport See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/dceb88da-713e-4dd2-b53f-780e058a2702?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-passport/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-passport/package.json b/examples/with-passport/package.json index 071b93d56af2c..29b88460835ac 100644 --- a/examples/with-passport/package.json +++ b/examples/with-passport/package.json @@ -7,10 +7,10 @@ }, "dependencies": { "@hapi/iron": "6.0.0", - "cookie": "0.5.0", + "cookie": "0.6.0", "next": "latest", - "next-connect": "0.8.1", - "passport": "^0.6.0", + "next-connect": "0.13.0", + "passport": "^0.7.0", "passport-local": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0",