From a6b2db44c3a02fd323299ae243dd687e45f67831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:47:43 +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/with-schema-validation/package.json | 2 +- package-lock.json | 38 ++++++++++---------- packages/openworkflow/package.json | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/with-schema-validation/package.json b/examples/with-schema-validation/package.json index 148d927f..5241a812 100644 --- a/examples/with-schema-validation/package.json +++ b/examples/with-schema-validation/package.json @@ -9,7 +9,7 @@ "zod": "tsx zod.ts" }, "dependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "openworkflow": "*", "postgres": "^3.4.9", "valibot": "^1.4.2", diff --git a/package-lock.json b/package-lock.json index a7833471..d2c44e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -254,7 +254,7 @@ "examples/with-schema-validation": { "name": "example-with-zod-schema", "dependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "openworkflow": "*", "postgres": "^3.4.9", "valibot": "^1.4.2", @@ -275,18 +275,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/@asamuzakjp/css-color": { @@ -7029,23 +7029,23 @@ } }, "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/array-buffer-byte-length": { @@ -16169,7 +16169,7 @@ "version": "0.9.0", "license": "Apache-2.0", "devDependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2", "vitest": "^4.0.18", "yup": "^1.7.1", diff --git a/packages/openworkflow/package.json b/packages/openworkflow/package.json index 4d3bfd0a..cb1737ed 100644 --- a/packages/openworkflow/package.json +++ b/packages/openworkflow/package.json @@ -56,7 +56,7 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "arktype": "^2.2.1", + "arktype": "^2.2.2", "valibot": "^1.4.2", "vitest": "^4.0.18", "yup": "^1.7.1",