From 9ea7612ee8774c30bf0ea95865c9fb2838c5b709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:30:25 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.1.24 to 2.1.25 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.1.24 to 2.1.25. - [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.25/ark/type) --- updated-dependencies: - dependency-name: arktype dependency-version: 2.1.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/snippets/package.json | 2 +- package-lock.json | 36 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/snippets/package.json b/examples/snippets/package.json index ea2ccf40e9..8dc2b6e3a4 100644 --- a/examples/snippets/package.json +++ b/examples/snippets/package.json @@ -47,7 +47,7 @@ "zod": "^4.1.12" }, "dependencies": { - "arktype": "^2.1.24", + "arktype": "^2.1.25", "valibot": "^1.1.0" } } diff --git a/package-lock.json b/package-lock.json index c311cd4677..155b43b6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "version": "2.28.1", "license": "MIT-0", "dependencies": { - "arktype": "^2.1.24", + "arktype": "^2.1.25", "valibot": "^1.1.0" }, "devDependencies": { @@ -161,18 +161,18 @@ } }, "node_modules/@ark/schema": { - "version": "0.52.0", - "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.52.0.tgz", - "integrity": "sha512-gt2lD8hgfNeCwpColAPoJIoNHflNNuQpVgPmGfan8D+z59bBfqQrumasyeZAC850iGsZ1oY4V+slVLldowOUqA==", + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.53.0.tgz", + "integrity": "sha512-1PB7RThUiTlmIu8jbSurPrhHpVixPd4C+xNBUF/HrjIENCeDcAMg36n5mpMzED7OQGDVIzpfXXiMnaTiutjHJw==", "license": "MIT", "dependencies": { - "@ark/util": "0.52.0" + "@ark/util": "0.53.0" } }, "node_modules/@ark/util": { - "version": "0.52.0", - "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.52.0.tgz", - "integrity": "sha512-FON6KjeRGD6OBcWkYSrlUtt4N4+IEoNQ/cH4kyeflIGt3cl542+QCKpcLBWEa8PyGkM5sNxFr7nUV1SUKRUJ1g==", + "version": "0.53.0", + "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.53.0.tgz", + "integrity": "sha512-TGn4gLlA6dJcQiqrtCtd88JhGb2XBHo6qIejsDre+nxpGuUVW4G3YZGVrwjNBTO0EyR+ykzIo4joHJzOj+/cpA==", "license": "MIT" }, "node_modules/@aws-cdk/asset-awscli-v1": { @@ -5880,23 +5880,23 @@ "dev": true }, "node_modules/arkregex": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.1.tgz", - "integrity": "sha512-e9iX/j8SYc2XrCXL+g6IJybiAhc4fZ/HEnrPejllKp8QM1mx5jFcH7q2GtWhVU0aISaDfOK9PW92nR4zZnXsTg==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.2.tgz", + "integrity": "sha512-ttjDUICBVoXD/m8bf7eOjx8XMR6yIT2FmmW9vsN0FCcFOygEZvvIX8zK98tTdXkzi0LkRi5CmadB44jFEIyDNA==", "license": "MIT", "dependencies": { - "@ark/util": "0.52.0" + "@ark/util": "0.53.0" } }, "node_modules/arktype": { - "version": "2.1.24", - "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.24.tgz", - "integrity": "sha512-2DiUe9jUIoCS/pP6wvVrP5LQnQZfiNwXMD98YHYGVlXbi9oDBjJPgBeyypAx5VPGJ5ryzfk4RUw7GVv5+009DQ==", + "version": "2.1.25", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.25.tgz", + "integrity": "sha512-fdj10sNlUPeDRg1QUqMbzJ4Q7gutTOWOpLUNdcC4vxeVrN0G+cbDOvLbuxQOFj/NDAode1G7kwFv4yKwQvupJg==", "license": "MIT", "dependencies": { - "@ark/schema": "0.52.0", - "@ark/util": "0.52.0", - "arkregex": "0.0.1" + "@ark/schema": "0.53.0", + "@ark/util": "0.53.0", + "arkregex": "0.0.2" } }, "node_modules/assertion-error": {