From 6efbb05939ff5b6253e787cb19b7f19d8d829bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:42:15 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.1.28 to 2.1.29 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.1.28 to 2.1.29. - [Release notes](https://github.com/arktypeio/arktype/releases) - [Changelog](https://github.com/arktypeio/arktype/blob/main/ark/type/CHANGELOG.md) - [Commits](https://github.com/arktypeio/arktype/commits/arktype@2.1.29/ark/type) --- updated-dependencies: - dependency-name: arktype dependency-version: 2.1.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/snippets/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/snippets/package.json b/examples/snippets/package.json index fd9f55c6e5..39821513e5 100644 --- a/examples/snippets/package.json +++ b/examples/snippets/package.json @@ -47,7 +47,7 @@ "zod": "^4.2.0" }, "dependencies": { - "arktype": "^2.1.28", + "arktype": "^2.1.29", "valibot": "^1.2.0" } } diff --git a/package-lock.json b/package-lock.json index 34dfecc050..4b96760a25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "version": "2.30.0", "license": "MIT-0", "dependencies": { - "arktype": "^2.1.28", + "arktype": "^2.1.29", "valibot": "^1.2.0" }, "devDependencies": { @@ -5877,23 +5877,23 @@ "dev": true }, "node_modules/arkregex": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.4.tgz", - "integrity": "sha512-biS/FkvSwQq59TZ453piUp8bxMui11pgOMV9WHAnli1F8o0ayNCZzUwQadL/bGIUic5TkS/QlPcyMuI8ZIwedQ==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.5.tgz", + "integrity": "sha512-ncYjBdLlh5/QnVsAA8De16Tc9EqmYM7y/WU9j+236KcyYNUXogpz3sC4ATIZYzzLxwI+0sEOaQLEmLmRleaEXw==", "license": "MIT", "dependencies": { "@ark/util": "0.56.0" } }, "node_modules/arktype": { - "version": "2.1.28", - "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.28.tgz", - "integrity": "sha512-LVZqXl2zWRpNFnbITrtFmqeqNkPPo+KemuzbGSY6jvJwCb4v8NsDzrWOLHnQgWl26TkJeWWcUNUeBpq2Mst1/Q==", + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.29.tgz", + "integrity": "sha512-jyfKk4xIOzvYNayqnD8ZJQqOwcrTOUbIU4293yrzAjA3O1dWh61j71ArMQ6tS/u4pD7vabSPe7nG3RCyoXW6RQ==", "license": "MIT", "dependencies": { "@ark/schema": "0.56.0", "@ark/util": "0.56.0", - "arkregex": "0.0.4" + "arkregex": "0.0.5" } }, "node_modules/ast-v8-to-istanbul": {