diff --git a/package-lock.json b/package-lock.json index 1d40c18..c9ecccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "example-nextjs", "license": "Apache-2.0", "dependencies": { - "@arcjet/decorate": "1.0.0-beta.10", + "@arcjet/decorate": "1.0.0-beta.11", "@arcjet/env": "^1.0.0-beta.10", "@arcjet/ip": "1.0.0-beta.10", "@arcjet/next": "1.0.0-beta.10", @@ -72,18 +72,51 @@ } }, "node_modules/@arcjet/decorate": { - "version": "1.0.0-beta.10", - "resolved": "https://registry.npmjs.org/@arcjet/decorate/-/decorate-1.0.0-beta.10.tgz", - "integrity": "sha512-JrYjheGXuuTfWMCqajbd1CEmKrcR003q/cqsAMN08ikbqvaWQaJMw1uQAhjCynmrhJiAMnef20TbrW79831BIQ==", + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@arcjet/decorate/-/decorate-1.0.0-beta.11.tgz", + "integrity": "sha512-z5gJ92Jmuaq4r6+YPFLCie5yDJDAVJrJkv+ZgNd/6UT1QWYIm9SLX3DzFDZgXTuV/jv/ti1YVFuKfQ2ROREd7w==", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.0.0-beta.10", - "@arcjet/sprintf": "1.0.0-beta.10" + "@arcjet/protocol": "1.0.0-beta.11", + "@arcjet/sprintf": "1.0.0-beta.11" }, "engines": { "node": ">=18" } }, + "node_modules/@arcjet/decorate/node_modules/@arcjet/cache": { + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@arcjet/cache/-/cache-1.0.0-beta.11.tgz", + "integrity": "sha512-rTonYNEO39WeCuip+pPEFow2Yhh8wFuO2f2+hrLzJrPjYGVUefMsC6Ztiw1QnpNFhtgRo8/5Y6PUCX8TkzI28w==", + "license": "Apache-2.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/@arcjet/decorate/node_modules/@arcjet/protocol": { + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@arcjet/protocol/-/protocol-1.0.0-beta.11.tgz", + "integrity": "sha512-3iM95zO0+3jD9oZxl09XOGALNs7SQu7jInhGxYaBmYxcFCYHMQYumMmSbTl1sKkIKiLVX4KrpVVgDarTm2Chtw==", + "license": "Apache-2.0", + "dependencies": { + "@arcjet/cache": "1.0.0-beta.11", + "@bufbuild/protobuf": "1.10.1", + "@connectrpc/connect": "1.6.1", + "typeid-js": "1.2.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@arcjet/decorate/node_modules/@arcjet/sprintf": { + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@arcjet/sprintf/-/sprintf-1.0.0-beta.11.tgz", + "integrity": "sha512-gRZYtl8isK2GbXYKX9hGzZet05bvoFk2OLmLrFk2oVyNMny0p4Sga7/kEwTkssIIwk+pWECGDvW9ZfRpMMEjsw==", + "license": "Apache-2.0", + "engines": { + "node": ">=18" + } + }, "node_modules/@arcjet/duration": { "version": "1.0.0-beta.10", "resolved": "https://registry.npmjs.org/@arcjet/duration/-/duration-1.0.0-beta.10.tgz", diff --git a/package.json b/package.json index 66c900f..a8b261f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test:run": "playwright test" }, "dependencies": { - "@arcjet/decorate": "1.0.0-beta.10", + "@arcjet/decorate": "1.0.0-beta.11", "@arcjet/env": "^1.0.0-beta.10", "@arcjet/ip": "1.0.0-beta.10", "@arcjet/next": "1.0.0-beta.10",