diff --git a/examples/nextjs-app-dir-rate-limit/package-lock.json b/examples/nextjs-app-dir-rate-limit/package-lock.json index bb6b98835..2b7bacae2 100644 --- a/examples/nextjs-app-dir-rate-limit/package-lock.json +++ b/examples/nextjs-app-dir-rate-limit/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^19", "autoprefixer": "^10.4.20", "eslint": "^8", - "eslint-config-next": "15.1.4", + "eslint-config-next": "15.1.5", "postcss": "^8", "tailwindcss": "^3.4.17", "typescript": "^5" @@ -27,21 +27,21 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.34", + "version": "1.0.0-beta.1", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.34", - "@arcjet/headers": "1.0.0-alpha.34", - "@arcjet/ip": "1.0.0-alpha.34", - "@arcjet/logger": "1.0.0-alpha.34", - "@arcjet/protocol": "1.0.0-alpha.34", - "@arcjet/transport": "1.0.0-alpha.34", - "arcjet": "1.0.0-alpha.34" + "@arcjet/env": "1.0.0-beta.1", + "@arcjet/headers": "1.0.0-beta.1", + "@arcjet/ip": "1.0.0-beta.1", + "@arcjet/logger": "1.0.0-beta.1", + "@arcjet/protocol": "1.0.0-beta.1", + "@arcjet/transport": "1.0.0-beta.1", + "arcjet": "1.0.0-beta.1" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.34", - "@arcjet/rollup-config": "1.0.0-alpha.34", - "@arcjet/tsconfig": "1.0.0-alpha.34", + "@arcjet/eslint-config": "1.0.0-beta.1", + "@arcjet/rollup-config": "1.0.0-beta.1", + "@arcjet/tsconfig": "1.0.0-beta.1", "@rollup/wasm-node": "4.30.1", "@types/node": "18.18.0", "next": "15.1.4", @@ -640,10 +640,11 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.1.4", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.4.tgz", - "integrity": "sha512-HwlEXwCK3sr6zmVGEvWBjW9tBFs1Oe6hTmTLoFQtpm4As5HCdu8jfSE0XJOp7uhfEGLniIx8yrGxEWwNnY0fmQ==", + "version": "15.1.5", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.5.tgz", + "integrity": "sha512-3cCrXBybsqe94UxD6DBQCYCCiP9YohBMgZ5IzzPYHmPzj8oqNlhBii5b6o1HDDaRHdz2pVnSsAROCtrczy8O0g==", "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "3.3.1" } @@ -653,6 +654,7 @@ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -669,6 +671,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -2216,12 +2219,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.1.4", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.4.tgz", - "integrity": "sha512-u9+7lFmfhKNgGjhQ9tBeyCFsPJyq0SvGioMJBngPC7HXUpR0U+ckEwQR48s7TrRNHra1REm6evGL2ie38agALg==", + "version": "15.1.5", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.5.tgz", + "integrity": "sha512-Awm7iUJY8toOR+fU8yTxZnA7/LyOGUGOd6cENCuDfJ3gucHOSmLdOSGJ4u+nlrs8p5qXemua42bZmq+uOzxl6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.1.4", + "@next/eslint-plugin-next": "15.1.5", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", diff --git a/examples/nextjs-app-dir-rate-limit/package.json b/examples/nextjs-app-dir-rate-limit/package.json index 7a8eb4a94..8254d6e73 100644 --- a/examples/nextjs-app-dir-rate-limit/package.json +++ b/examples/nextjs-app-dir-rate-limit/package.json @@ -20,7 +20,7 @@ "@types/react-dom": "^19", "autoprefixer": "^10.4.20", "eslint": "^8", - "eslint-config-next": "15.1.4", + "eslint-config-next": "15.1.5", "postcss": "^8", "tailwindcss": "^3.4.17", "typescript": "^5"