From a82c9d8962bd4964b0f80005a18c08630d5cc30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:23:19 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.1.22 to 2.1.23 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.1.22 to 2.1.23. - [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.23/ark/type) --- updated-dependencies: - dependency-name: arktype dependency-version: 2.1.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e01172..d409f66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wplace-api", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wplace-api", - "version": "0.1.0", + "version": "0.1.2", "license": "GPL-3.0-or-later", "dependencies": { "arktype": "^2.1.22", @@ -18,19 +18,28 @@ "typescript": "^5.9.2" } }, + "node_modules/@ark/regex": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/@ark/regex/-/regex-0.0.0.tgz", + "integrity": "sha512-p4vsWnd/LRGOdGQglbwOguIVhPmCAf5UzquvnDoxqhhPWTP84wWgi1INea8MgJ4SnI2gp37f13oA4Waz9vwNYg==", + "license": "MIT", + "dependencies": { + "@ark/util": "0.50.0" + } + }, "node_modules/@ark/schema": { - "version": "0.49.0", - "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.49.0.tgz", - "integrity": "sha512-GphZBLpW72iS0v4YkeUtV3YIno35Gimd7+ezbPO9GwEi9kzdUrPVjvf6aXSBAfHikaFc/9pqZOpv3pOXnC71tw==", + "version": "0.50.0", + "resolved": "https://registry.npmjs.org/@ark/schema/-/schema-0.50.0.tgz", + "integrity": "sha512-hfmP82GltBZDadIOeR3argKNlYYyB2wyzHp0eeAqAOFBQguglMV/S7Ip2q007bRtKxIMLDqFY6tfPie1dtssaQ==", "license": "MIT", "dependencies": { - "@ark/util": "0.49.0" + "@ark/util": "0.50.0" } }, "node_modules/@ark/util": { - "version": "0.49.0", - "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.49.0.tgz", - "integrity": "sha512-/BtnX7oCjNkxi2vi6y1399b+9xd1jnCrDYhZ61f0a+3X8x8DxlK52VgEEzyuC2UQMPACIfYrmHkhD3lGt2GaMA==", + "version": "0.50.0", + "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.50.0.tgz", + "integrity": "sha512-tIkgIMVRpkfXRQIEf0G2CJryZVtHVrqcWHMDa5QKo0OEEBu0tHkRSIMm4Ln8cd8Bn9TPZtvc/kE2Gma8RESPSg==", "license": "MIT" }, "node_modules/@types/node": { @@ -54,13 +63,14 @@ } }, "node_modules/arktype": { - "version": "2.1.22", - "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.22.tgz", - "integrity": "sha512-xdzl6WcAhrdahvRRnXaNwsipCgHuNoLobRqhiP8RjnfL9Gp947abGlo68GAIyLtxbD+MLzNyH2YR4kEqioMmYQ==", + "version": "2.1.23", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.23.tgz", + "integrity": "sha512-tyxNWX6xJVMb2EPJJ3OjgQS1G/vIeQRrZuY4DeBNQmh8n7geS+czgbauQWB6Pr+RXiOO8ChEey44XdmxsqGmfQ==", "license": "MIT", "dependencies": { - "@ark/schema": "0.49.0", - "@ark/util": "0.49.0" + "@ark/regex": "0.0.0", + "@ark/schema": "0.50.0", + "@ark/util": "0.50.0" } }, "node_modules/pngjs": {