From 4b9ef2aa1c1a2d264cbed859e5ebdcb702fbf909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:15:07 +0000 Subject: [PATCH] fix(deps)(deps): bump amqplib in /services/notification Bumps [amqplib](https://github.com/amqp-node/amqplib) from 0.10.9 to 2.0.1. - [Release notes](https://github.com/amqp-node/amqplib/releases) - [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md) - [Commits](https://github.com/amqp-node/amqplib/compare/v0.10.9...v2.0.1) --- updated-dependencies: - dependency-name: amqplib dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/notification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notification/package.json b/services/notification/package.json index a0b88945..39cd68a1 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "amqplib": "^0.10.3", + "amqplib": "^2.0.1", "zod": "^3.23.8", "@sendgrid/mail": "^8.1.1", "twilio": "^5.3.4",