diff --git a/package-lock.json b/package-lock.json index 0c7d330..e085446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "stytch-react-example", "version": "1.0.0", "dependencies": { - "@stytch/react": "^19.5.2", + "@stytch/react": "^19.18.1", "@stytch/vanilla-js": "^5.24.1", "@types/cookie-parser": "^1.4.8", "concurrently": "^9.1.2", @@ -1157,9 +1157,9 @@ } }, "node_modules/@stytch/react": { - "version": "19.5.2", - "resolved": "https://registry.npmjs.org/@stytch/react/-/react-19.5.2.tgz", - "integrity": "sha512-bhyote7IV4YSL1Zwd+Ly25fAIPrjmzdumY9p/dNaWU2LyYxeuZ2B0v/A1RuJ3DYcvo3SJsEiO7woGatdGjI2yg==", + "version": "19.18.1", + "resolved": "https://registry.npmjs.org/@stytch/react/-/react-19.18.1.tgz", + "integrity": "sha512-pdRkk1Wbwl6q150HGVLMksVZnge3oFzsR2NStCd8BKOiedkbiEGaPTZYTWVQ+IEoLpGSvhm2lf5gOh/95oCxww==", "license": "MIT", "peerDependencies": { "@stytch/vanilla-js": "^5.0.0", diff --git a/package.json b/package.json index ac93297..c4b0923 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "stytch-react-example", "version": "1.0.0", "dependencies": { - "@stytch/react": "^19.5.2", + "@stytch/react": "^19.18.1", "@stytch/vanilla-js": "^5.24.1", "@types/cookie-parser": "^1.4.8", "concurrently": "^9.1.2",