diff --git a/examples/nextjs-authjs-5/package-lock.json b/examples/nextjs-authjs-5/package-lock.json index 5953cd414..4ddc63ef7 100644 --- a/examples/nextjs-authjs-5/package-lock.json +++ b/examples/nextjs-authjs-5/package-lock.json @@ -19,7 +19,7 @@ "next-auth": "*", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { @@ -34,21 +34,21 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.28", + "version": "1.0.0-alpha.31", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.28", - "@arcjet/headers": "1.0.0-alpha.28", - "@arcjet/ip": "1.0.0-alpha.28", - "@arcjet/logger": "1.0.0-alpha.28", - "@arcjet/protocol": "1.0.0-alpha.28", - "@arcjet/transport": "1.0.0-alpha.28", - "arcjet": "1.0.0-alpha.28" + "@arcjet/env": "1.0.0-alpha.31", + "@arcjet/headers": "1.0.0-alpha.31", + "@arcjet/ip": "1.0.0-alpha.31", + "@arcjet/logger": "1.0.0-alpha.31", + "@arcjet/protocol": "1.0.0-alpha.31", + "@arcjet/transport": "1.0.0-alpha.31", + "arcjet": "1.0.0-alpha.31" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.28", - "@arcjet/rollup-config": "1.0.0-alpha.28", - "@arcjet/tsconfig": "1.0.0-alpha.28", + "@arcjet/eslint-config": "1.0.0-alpha.31", + "@arcjet/rollup-config": "1.0.0-alpha.31", + "@arcjet/tsconfig": "1.0.0-alpha.31", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.27.3", "@types/node": "18.18.0", @@ -3044,9 +3044,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.5.tgz", + "integrity": "sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/examples/nextjs-authjs-5/package.json b/examples/nextjs-authjs-5/package.json index a53225e04..76568cedf 100644 --- a/examples/nextjs-authjs-5/package.json +++ b/examples/nextjs-authjs-5/package.json @@ -21,7 +21,7 @@ "next-auth": "beta", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": {