From 4b3ce54753ea90384e64ce0c7930ffb27c8f427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:58:09 +0000 Subject: [PATCH] chore(deps): Bump @arcjet/next from 1.3.0 to 1.3.1 in /packages/security Bumps [@arcjet/next](https://github.com/arcjet/arcjet-js/tree/HEAD/arcjet-next) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/arcjet/arcjet-js/releases) - [Changelog](https://github.com/arcjet/arcjet-js/blob/main/arcjet-next/CHANGELOG.md) - [Commits](https://github.com/arcjet/arcjet-js/commits/v1.3.1/arcjet-next) --- updated-dependencies: - dependency-name: "@arcjet/next" dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/security/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/security/package.json b/packages/security/package.json index 026b66d..dbf4a85 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -8,7 +8,7 @@ "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { - "@arcjet/next": "1.3.0", + "@arcjet/next": "1.3.1", "@nosecone/next": "1.3.0", "@t3-oss/env-nextjs": "^0.13.10", "zod": "^4.3.6"