From f5d1ccad72f02da2c75a167f2035af0e592616fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:24:00 +0000 Subject: [PATCH] deps: bump @map-colonies/schemas from 1.21.0 to 1.22.0 Bumps [@map-colonies/schemas](https://github.com/MapColonies/schemas) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/MapColonies/schemas/releases) - [Changelog](https://github.com/MapColonies/schemas/blob/master/CHANGELOG.md) - [Commits](https://github.com/MapColonies/schemas/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: "@map-colonies/schemas" dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81425c9..43434dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@map-colonies/openapi-express-viewer": "^5.0.0", "@map-colonies/prometheus": "^1.0.0", "@map-colonies/read-pkg": "^2.0.0", - "@map-colonies/schemas": "^1.21.0", + "@map-colonies/schemas": "^1.22.0", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^1.0.0", "@opentelemetry/api": "^1.9.1", @@ -2118,7 +2118,9 @@ } }, "node_modules/@map-colonies/schemas": { - "version": "1.21.0", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/@map-colonies/schemas/-/schemas-1.22.0.tgz", + "integrity": "sha512-yieLkagKcCSHiAy3/V6OC+Zo8ougtAVuyP2poFGFJFAUXH17yu8CgxHXTARVuQCKCXxcH/Rem8QWfW3EdTggPA==", "license": "MIT" }, "node_modules/@map-colonies/tracing": { diff --git a/package.json b/package.json index 37d5171..6027c78 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@map-colonies/openapi-express-viewer": "^5.0.0", "@map-colonies/prometheus": "^1.0.0", "@map-colonies/read-pkg": "^2.0.0", - "@map-colonies/schemas": "^1.21.0", + "@map-colonies/schemas": "^1.22.0", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^1.0.0", "@opentelemetry/api": "^1.9.1",