From 1c5f05381b4d6a8a55243ca995832ba3e8206c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:24:59 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.2.1 to 2.2.2 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.2.1 to 2.2.2. - [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.2.2/ark/type) --- updated-dependencies: - dependency-name: arktype dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/snippets/package.json | 2 +- package-lock.json | 38 +++++++++++++++++----------------- packages/kafka/package.json | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/snippets/package.json b/examples/snippets/package.json index cb0d534e0d..e7f7d25034 100644 --- a/examples/snippets/package.json +++ b/examples/snippets/package.json @@ -49,7 +49,7 @@ "zod": "^4.4.3" }, "dependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2" } } diff --git a/package-lock.json b/package-lock.json index 1123100b79..84c4d42e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "version": "2.33.1", "license": "MIT-0", "dependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2" }, "devDependencies": { @@ -128,18 +128,18 @@ } }, "node_modules/@ark/schema": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.56.0.tgz", - "integrity": "sha512-ECg3hox/6Z/nLajxXqNhgPtNdHWC9zNsDyskwO28WinoFEnWow4IsERNz9AnXRhTZJnYIlAJ4uGn3nlLk65vZA==", + "version": "0.56.1", + "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.56.1.tgz", + "integrity": "sha512-1Cf2g9nKD8K/3JGRu+gCCfYw5d4qR8YLLjDs5W5kpmaButCYWAPFUJqSXyBATPjglzCd4tIkp398iPYVs8MjRA==", "license": "MIT", "dependencies": { - "@ark/util": "0.56.0" + "@ark/util": "0.56.1" } }, "node_modules/@ark/util": { - "version": "0.56.0", - "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.56.0.tgz", - "integrity": "sha512-BghfRC8b9pNs3vBoDJhcta0/c1J1rsoS1+HgVUreMFPdhz/CRAKReAu57YEllNaSy98rWAdY1gE+gFup7OXpgA==", + "version": "0.56.1", + "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.56.1.tgz", + "integrity": "sha512-Tp1rTik3q5Z+jAeeDxr5JZpmVIw0miti1ykSEHyZv5Pw3TIJl2xbN6KTacOxITp0l3s9ytlrWd30Zvqcy5vzoQ==", "license": "MIT" }, "node_modules/@aws-cdk/asset-awscli-v1": { @@ -4100,23 +4100,23 @@ "license": "Python-2.0" }, "node_modules/arkregex": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.6.tgz", - "integrity": "sha512-9mvuMKQuibfWhBrsNYhsKhNb6k9oEHoAJ/FvDiqe8h+E9Siwe0/cro1WVOGgpajXQ9ZHd24yCOf2k35Q/QqUQw==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.7.tgz", + "integrity": "sha512-O/Ltrn9EUSn3ui0KVzfyrWGDUsHlzKxDVBtpQxL/6JmLRMAZAebfSNf/A/J5Ny5S6QIwrXX+RfXsu888HMs35A==", "license": "MIT", "dependencies": { - "@ark/util": "0.56.0" + "@ark/util": "0.56.1" } }, "node_modules/arktype": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.2.1.tgz", - "integrity": "sha512-CWPJxNoSxrS+NYGB3ufwc/blFonESEW5vBQyYPVS0rf4STu8VWoAWfKJSl5vVVm56h4yxpwbODeYwy6XFKvojA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.2.2.tgz", + "integrity": "sha512-YYf1xhL2dh5aPZFlsY0RAsxv5HZqfLGLptH2ZP3JidTmsGRW8VOymhPjjMTkerL12vR2YtX0SK4c1mATtae8SA==", "license": "MIT", "dependencies": { - "@ark/schema": "0.56.0", - "@ark/util": "0.56.0", - "arkregex": "0.0.6" + "@ark/schema": "0.56.1", + "@ark/util": "0.56.1", + "arkregex": "0.0.7" } }, "node_modules/asn1.js": { @@ -9065,7 +9065,7 @@ "zod": "^4.4.3" }, "peerDependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2", "zod": "^3.25.0 || ^4.0.0" }, diff --git a/packages/kafka/package.json b/packages/kafka/package.json index b0ca301b98..a3270a10d3 100644 --- a/packages/kafka/package.json +++ b/packages/kafka/package.json @@ -52,7 +52,7 @@ "@standard-schema/spec": "^1.1.0" }, "peerDependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2", "zod": "^3.25.0 || ^4.0.0" },