From 36759517ff96b909828cf6123e4e0339f9751b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:06:41 +0000 Subject: [PATCH] chore(deps): bump @willsoto/nestjs-prometheus in /src/checkout (#569) Bumps [@willsoto/nestjs-prometheus](https://github.com/willsoto/nestjs-prometheus) from 5.2.1 to 5.5.1. - [Release notes](https://github.com/willsoto/nestjs-prometheus/releases) - [Changelog](https://github.com/willsoto/nestjs-prometheus/blob/main/CHANGELOG.md) - [Commits](https://github.com/willsoto/nestjs-prometheus/compare/v5.2.1...v5.5.1) --- updated-dependencies: - dependency-name: "@willsoto/nestjs-prometheus" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- src/checkout/package-lock.json | 14 +++++++------- src/checkout/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/checkout/package-lock.json b/src/checkout/package-lock.json index 4ffadcc3c..f29805bf1 100644 --- a/src/checkout/package-lock.json +++ b/src/checkout/package-lock.json @@ -20,7 +20,7 @@ "@opentelemetry/id-generator-aws-xray": "^1.2.2", "@opentelemetry/resource-detector-aws": "^1.3.1", "@opentelemetry/sdk-node": "^0.38.0", - "@willsoto/nestjs-prometheus": "^5.2.1", + "@willsoto/nestjs-prometheus": "^5.5.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "nestjs-otel": "^5.1.5", @@ -4432,9 +4432,9 @@ } }, "node_modules/@willsoto/nestjs-prometheus": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@willsoto/nestjs-prometheus/-/nestjs-prometheus-5.2.1.tgz", - "integrity": "sha512-tvokVD6FlWO8uwBDZ7RQVpumUK0cRQ2zhOqOXwzIAO3zbTt4/yNo63oW59M+gQxIulKzAZE5JzyRXzPfwOJE9Q==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@willsoto/nestjs-prometheus/-/nestjs-prometheus-5.5.1.tgz", + "integrity": "sha512-aHs7pUCMEVzdq5qglojNSbo0xF53YSDmdjfcsr1gBBldIopzoVuJJaC+JoMSK9eeuTM0RinsTIAwzbaDVR9T2A==", "peerDependencies": { "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "prom-client": "^13.0.0 || ^14.0.0" @@ -14205,9 +14205,9 @@ } }, "@willsoto/nestjs-prometheus": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@willsoto/nestjs-prometheus/-/nestjs-prometheus-5.2.1.tgz", - "integrity": "sha512-tvokVD6FlWO8uwBDZ7RQVpumUK0cRQ2zhOqOXwzIAO3zbTt4/yNo63oW59M+gQxIulKzAZE5JzyRXzPfwOJE9Q==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@willsoto/nestjs-prometheus/-/nestjs-prometheus-5.5.1.tgz", + "integrity": "sha512-aHs7pUCMEVzdq5qglojNSbo0xF53YSDmdjfcsr1gBBldIopzoVuJJaC+JoMSK9eeuTM0RinsTIAwzbaDVR9T2A==", "requires": {} }, "@xtuc/ieee754": { diff --git a/src/checkout/package.json b/src/checkout/package.json index 01956d372..9e2e83810 100644 --- a/src/checkout/package.json +++ b/src/checkout/package.json @@ -32,7 +32,7 @@ "@opentelemetry/id-generator-aws-xray": "^1.2.2", "@opentelemetry/resource-detector-aws": "^1.3.1", "@opentelemetry/sdk-node": "^0.38.0", - "@willsoto/nestjs-prometheus": "^5.2.1", + "@willsoto/nestjs-prometheus": "^5.5.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "nestjs-otel": "^5.1.5",