diff --git a/package-lock.json b/package-lock.json index fa69e8f..5015923 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": "^1.0.0", - "@map-colonies/schemas": "^1.18.0", + "@map-colonies/schemas": "^1.21.0", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^1.0.0", "@opentelemetry/api": "^1.9.0", @@ -2512,9 +2512,9 @@ } }, "node_modules/@map-colonies/schemas": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@map-colonies/schemas/-/schemas-1.19.0.tgz", - "integrity": "sha512-PBtX4WbjAIj0UZ1B/WO84lAdY0hLUVfd4qAvXM89CDcrmjiM0Rw04HZp3cfrCXfOMOYsbnX5qtHhnkOqZN4XsQ==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@map-colonies/schemas/-/schemas-1.21.0.tgz", + "integrity": "sha512-SFBb3nAKsXisP2FPo9iGBWTTYWQ7UFiX/esl81HchGj4ZKyZeUpdQnwYlqfIKje86DxF/P9CY5wrPhAsH5adyA==", "license": "MIT" }, "node_modules/@map-colonies/tracing": { @@ -5492,9 +5492,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5512,9 +5509,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5532,9 +5526,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5552,9 +5543,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5572,9 +5560,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5592,9 +5577,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6629,9 +6611,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6646,9 +6625,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6663,9 +6639,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6680,9 +6653,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6697,9 +6667,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6714,9 +6681,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6731,9 +6695,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6748,9 +6709,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12295,9 +12253,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -12319,9 +12274,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -12343,9 +12295,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -12367,9 +12316,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 834e3ab..eb973c9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@map-colonies/openapi-express-viewer": "^5.0.0", "@map-colonies/prometheus": "^1.0.0", "@map-colonies/read-pkg": "^1.0.0", - "@map-colonies/schemas": "^1.18.0", + "@map-colonies/schemas": "^1.21.0", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^1.0.0", "@opentelemetry/api": "^1.9.0",