From 371e1b28b72b431cf6ac54949720f4ebfca9eb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:14:30 +0000 Subject: [PATCH] fix(deps)(deps): bump twilio in /services/notification Bumps [twilio](https://github.com/twilio/twilio-node) from 5.13.1 to 6.0.2. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md) - [Upgrade guide](https://github.com/twilio/twilio-node/blob/main/UPGRADE.md) - [Commits](https://github.com/twilio/twilio-node/compare/5.13.1...6.0.2) --- updated-dependencies: - dependency-name: twilio dependency-version: 6.0.2 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..000f9834 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -16,7 +16,7 @@ "amqplib": "^0.10.3", "zod": "^3.23.8", "@sendgrid/mail": "^8.1.1", - "twilio": "^5.3.4", + "twilio": "^6.0.2", "expo-server-sdk": "^6.1.0", "pino": "^10.3.1", "pino-pretty": "^13.0.0"