From 010eef5940dc26afad4f76c0721e5c9618a27ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:54:18 +0000 Subject: [PATCH] deps: bump the patch group with 2 updates Bumps the patch group with 2 updates: [@map-colonies/schemas](https://github.com/MapColonies/schemas) and [compression](https://github.com/expressjs/compression). Updates `@map-colonies/schemas` from 1.26.0 to 1.26.1 - [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.26.0...v1.26.1) Updates `compression` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/compression/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: "@map-colonies/schemas" dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: compression dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++-------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e121a64..3578a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,11 +17,11 @@ "@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.26.0", + "@map-colonies/schemas": "^1.26.1", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^2.0.0", "@opentelemetry/api": "^1.9.1", - "compression": "^1.8.0", + "compression": "^1.8.2", "express": "^4.21.2", "express-openapi-validator": "^5.6.2", "http-status-codes": "^2.3.0", @@ -1276,9 +1276,9 @@ } }, "node_modules/@map-colonies/schemas": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@map-colonies/schemas/-/schemas-1.26.0.tgz", - "integrity": "sha512-XUQ2/gvC6d6/nGMKIGVyZo/kemGH5uGOy4xhkYCVLNV/CJsHvJXmhiov7QpqVpb58x+/2WVVUThAStj9ogipug==", + "version": "1.26.1", + "resolved": "https://registry.npmjs.org/@map-colonies/schemas/-/schemas-1.26.1.tgz", + "integrity": "sha512-KQhYhVe4IpSwvWAFanWhHGz0eXu6AoTyNLR9WQMhLjg1Edcmto62XkQg7uO/9F+miphmVTWqczhoIuby6uzY4Q==", "license": "MIT" }, "node_modules/@map-colonies/tracing": { @@ -6037,14 +6037,15 @@ } }, "node_modules/compression": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", - "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.2.tgz", + "integrity": "sha512-o8vI5RE5A6EVVOd9o41jKp41aJom+QTEO/Bx8MYNjexMo/Bv2WOjUfZr+aL0WnYSgymUy6zeguqLTsIhV0gMvQ==", "license": "MIT", "dependencies": { "bytes": "3.1.2", "compressible": "~2.0.18", "debug": "2.6.9", + "destroy": "1.2.0", "negotiator": "~0.6.4", "on-headers": "~1.1.0", "safe-buffer": "5.2.1", @@ -6052,6 +6053,10 @@ }, "engines": { "node": ">= 0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/compression/node_modules/debug": { diff --git a/package.json b/package.json index 748467e..227898d 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ "@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.26.0", + "@map-colonies/schemas": "^1.26.1", "@map-colonies/tracing": "^1.0.0", "@map-colonies/tracing-utils": "^2.0.0", "@opentelemetry/api": "^1.9.1", - "compression": "^1.8.0", + "compression": "^1.8.2", "express": "^4.21.2", "express-openapi-validator": "^5.6.2", "http-status-codes": "^2.3.0",