From 577526c0a95169945a4cad8d0ba1c388bbf05743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:44:38 +0000 Subject: [PATCH] chore(deps): bump arktype from 2.1.22 to 2.1.25 Bumps [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) from 2.1.22 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] --- package-lock.json | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e01172..daaa4b6 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", @@ -19,18 +19,18 @@ } }, "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.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.49.0" + "@ark/util": "0.53.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.53.0", + "resolved": "https://registry.npmjs.org/@ark/util/-/util-0.53.0.tgz", + "integrity": "sha512-TGn4gLlA6dJcQiqrtCtd88JhGb2XBHo6qIejsDre+nxpGuUVW4G3YZGVrwjNBTO0EyR+ykzIo4joHJzOj+/cpA==", "license": "MIT" }, "node_modules/@types/node": { @@ -53,14 +53,24 @@ "@types/node": "*" } }, + "node_modules/arkregex": { + "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.53.0" + } + }, "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.25", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.25.tgz", + "integrity": "sha512-fdj10sNlUPeDRg1QUqMbzJ4Q7gutTOWOpLUNdcC4vxeVrN0G+cbDOvLbuxQOFj/NDAode1G7kwFv4yKwQvupJg==", "license": "MIT", "dependencies": { - "@ark/schema": "0.49.0", - "@ark/util": "0.49.0" + "@ark/schema": "0.53.0", + "@ark/util": "0.53.0", + "arkregex": "0.0.2" } }, "node_modules/pngjs": {