From 78f7295a4c875a3cfa793b6a158c4bcb9c64308e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jun 2023 17:55:06 +0000 Subject: [PATCH] fix: upgrade supertokens-auth-react from 0.31.5 to 0.32.3 Snyk has created this PR to upgrade supertokens-auth-react from 0.31.5 to 0.32.3. See this package in npm: https://www.npmjs.com/package/supertokens-auth-react See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/906b80cc-f0b3-4f23-b254-68e868ff2860?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-supertokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-supertokens/package.json b/examples/with-supertokens/package.json index 0fd517c620245..abb68f2b3a5e6 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -9,7 +9,7 @@ "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "supertokens-auth-react": "^0.31.0", + "supertokens-auth-react": "^0.32.3", "supertokens-node": "^13.1.5", "supertokens-web-js": "^0.5.0" },