From 2ba4f9422c95014743e99bb1c18b846063629c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:17:37 +0000 Subject: [PATCH] deps: bump twilio from 5.4.3 to 5.4.4 in /server Bumps [twilio](https://github.com/twilio/twilio-node) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/twilio/twilio-node/releases) - [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-node/compare/5.4.3...5.4.4) --- updated-dependencies: - dependency-name: twilio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 44b5756..c147637 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -2111,12 +2111,12 @@ } }, "node_modules/twilio": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.4.3.tgz", - "integrity": "sha512-8IF9wZZ7ZhKJ371t5wLv2Ka1dAAWP7qw0oXeyH18dH1YHQZea1sY/SLdEUct3goIOqZ01V3hysUOWoajoKL5Qg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.4.4.tgz", + "integrity": "sha512-xrdKfXZuHOPMBgWwzZrgzL8oE6riG4jkNoQQ6HkGPD0reNej/meNV+MPl/VYO/jUzMd0NTld6/Gh/BrqMGCnzQ==", "license": "MIT", "dependencies": { - "axios": "^1.7.4", + "axios": "^1.7.8", "dayjs": "^1.11.9", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^9.0.2", @@ -2129,9 +2129,9 @@ } }, "node_modules/twilio/node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6",