From 96f356f60553d0ce19f0cd042078760a3a52ca02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:53:22 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.2.2 to 2.2.3 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.2.2 to 2.2.3. - [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.3/ark/type) --- updated-dependencies: - dependency-name: arktype dependency-version: 2.2.3 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 a7178ef2..f815859c 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.2", + "arktype": "^2.2.3", "openworkflow": "*", "postgres": "^3.4.9", "valibot": "^1.4.2", diff --git a/package-lock.json b/package-lock.json index abcaeffa..fcda0e32 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.2", + "arktype": "^2.2.3", "openworkflow": "*", "postgres": "^3.4.9", "valibot": "^1.4.2", @@ -275,18 +275,18 @@ } }, "node_modules/@ark/schema": { - "version": "0.56.1", - "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.56.1.tgz", - "integrity": "sha512-1Cf2g9nKD8K/3JGRu+gCCfYw5d4qR8YLLjDs5W5kpmaButCYWAPFUJqSXyBATPjglzCd4tIkp398iPYVs8MjRA==", + "version": "0.56.2", + "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.56.2.tgz", + "integrity": "sha512-Qx4D2JFbBWpntiHZaTv7bGG4H/M2rigiknezKg/WVyDSaLdE4YCcWAOoFB7pjjDqHbbV2OqRfntm1nnXvwMexg==", "license": "MIT", "dependencies": { - "@ark/util": "0.56.1" + "@ark/util": "0.56.2" } }, "node_modules/@ark/util": { - "version": "0.56.1", - "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.56.1.tgz", - "integrity": "sha512-Tp1rTik3q5Z+jAeeDxr5JZpmVIw0miti1ykSEHyZv5Pw3TIJl2xbN6KTacOxITp0l3s9ytlrWd30Zvqcy5vzoQ==", + "version": "0.56.2", + "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.56.2.tgz", + "integrity": "sha512-9kU2sUE38FZEGG7l3hamYMBieLYEJh2L1mrYD2eXpT+78EnQSV1bhjxJhnxGBMSTbtwpBSDNSK+K60WvaI/DTQ==", "license": "MIT" }, "node_modules/@asamuzakjp/css-color": { @@ -7056,23 +7056,23 @@ } }, "node_modules/arkregex": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.7.tgz", - "integrity": "sha512-O/Ltrn9EUSn3ui0KVzfyrWGDUsHlzKxDVBtpQxL/6JmLRMAZAebfSNf/A/J5Ny5S6QIwrXX+RfXsu888HMs35A==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.8.tgz", + "integrity": "sha512-PJcx6G1kQTgLKPUbeYlYecDRaKq15AMSGVajlKFYWlPeJRQL+j3dKE6tyMs40HZ99djS1l9Vhl3ezAHy9JBIqQ==", "license": "MIT", "dependencies": { - "@ark/util": "0.56.1" + "@ark/util": "0.56.2" } }, "node_modules/arktype": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.2.2.tgz", - "integrity": "sha512-YYf1xhL2dh5aPZFlsY0RAsxv5HZqfLGLptH2ZP3JidTmsGRW8VOymhPjjMTkerL12vR2YtX0SK4c1mATtae8SA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.2.3.tgz", + "integrity": "sha512-7W+0RLTUNJiBFIIZXwOQxSR8Z273IAd6IvqBeG9+gHnQKFsIx2C0iOtGTmMrPnlX4qLXyc5+ll7A0BIj9WrbTg==", "license": "MIT", "dependencies": { - "@ark/schema": "0.56.1", - "@ark/util": "0.56.1", - "arkregex": "0.0.7" + "@ark/schema": "0.56.2", + "@ark/util": "0.56.2", + "arkregex": "0.0.8" } }, "node_modules/array-buffer-byte-length": { @@ -16112,7 +16112,7 @@ "version": "0.9.0", "license": "Apache-2.0", "devDependencies": { - "arktype": "^2.2.2", + "arktype": "^2.2.3", "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 cb1737ed..235abd3d 100644 --- a/packages/openworkflow/package.json +++ b/packages/openworkflow/package.json @@ -56,7 +56,7 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "arktype": "^2.2.2", + "arktype": "^2.2.3", "valibot": "^1.4.2", "vitest": "^4.0.18", "yup": "^1.7.1",