diff --git a/examples/nextjs-14-openai/package-lock.json b/examples/nextjs-14-openai/package-lock.json index cc971f9ea..199b6358a 100644 --- a/examples/nextjs-14-openai/package-lock.json +++ b/examples/nextjs-14-openai/package-lock.json @@ -9,9 +9,9 @@ "version": "0.1.0", "dependencies": { "@arcjet/next": "file:../../arcjet-next", - "ai": "^3.1.32", + "ai": "^3.1.33", "next": "^14.2.4", - "openai": "^4.50.0", + "openai": "^4.51.0", "openai-chat-tokens": "^0.2.8", "react": "^18", "react-dom": "^18" @@ -30,20 +30,21 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.14", - "@arcjet/headers": "1.0.0-alpha.14", - "@arcjet/ip": "1.0.0-alpha.14", - "@arcjet/logger": "1.0.0-alpha.14", + "@arcjet/env": "1.0.0-alpha.15", + "@arcjet/headers": "1.0.0-alpha.15", + "@arcjet/ip": "1.0.0-alpha.15", + "@arcjet/logger": "1.0.0-alpha.15", + "@arcjet/protocol": "1.0.0-alpha.15", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.14" + "arcjet": "1.0.0-alpha.15" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.14", - "@arcjet/rollup-config": "1.0.0-alpha.14", - "@arcjet/tsconfig": "1.0.0-alpha.14", + "@arcjet/eslint-config": "1.0.0-alpha.15", + "@arcjet/rollup-config": "1.0.0-alpha.15", + "@arcjet/tsconfig": "1.0.0-alpha.15", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", @@ -1003,9 +1004,9 @@ } }, "node_modules/ai": { - "version": "3.1.32", - "resolved": "https://registry.npmjs.org/ai/-/ai-3.1.32.tgz", - "integrity": "sha512-+2dycoLQE3xN2BnfpWwTQYjMiwB3y1M9yLZxoODhzGCT/R/0JJjOFvqUHOvpx1K6hkWgIlHWTFfsK2VK/fRG7A==", + "version": "3.1.33", + "resolved": "https://registry.npmjs.org/ai/-/ai-3.1.33.tgz", + "integrity": "sha512-JXiWKvkfRFhzUgqqVRByhovP8BOsv0LdA92lEtwm4opxM7EsKqSvCz3Yb5abp4GRUz7NS3ukBbGCjvRlymgQIw==", "dependencies": { "@ai-sdk/provider": "0.0.10", "@ai-sdk/provider-utils": "0.0.13", @@ -3934,9 +3935,9 @@ } }, "node_modules/openai": { - "version": "4.50.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.50.0.tgz", - "integrity": "sha512-2ADkNIU6Q589oYHr5pn9k7SbUcrBTK9X0rIXrYqwMVSoqOj1yK9/1OO0ExaWsqOOpD7o58UmRjeKlx9gKAcuKQ==", + "version": "4.51.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.51.0.tgz", + "integrity": "sha512-UKuWc3/qQyklqhHM8CbdXCv0Z0obap6T0ECdcO5oATQxAbKE5Ky3YCXFQY207z+eGG6ez4U9wvAcuMygxhmStg==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/examples/nextjs-14-openai/package.json b/examples/nextjs-14-openai/package.json index ea6329cc2..a4a6c3c4a 100644 --- a/examples/nextjs-14-openai/package.json +++ b/examples/nextjs-14-openai/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@arcjet/next": "file:../../arcjet-next", - "ai": "^3.1.32", + "ai": "^3.1.33", "next": "^14.2.4", - "openai": "^4.50.0", + "openai": "^4.51.0", "openai-chat-tokens": "^0.2.8", "react": "^18", "react-dom": "^18"