From f9508191504b1649ee74ec3c713747988cd9ea55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:35:02 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /examples/whatsapp_chatbot directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /examples/whatsapp_chatbot/frontend/whatsapp-bot-frontend directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `axios` from 1.6.3 to 1.6.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.3...v1.6.4) Updates `follow-redirects` from 1.15.3 to 1.15.5 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.5) Updates `follow-redirects` from 1.15.4 to 1.15.5 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- .../whatsapp-bot-frontend/package-lock.json | 6 +++--- examples/whatsapp_chatbot/package-lock.json | 16 ++++++++-------- examples/whatsapp_chatbot/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/whatsapp_chatbot/frontend/whatsapp-bot-frontend/package-lock.json b/examples/whatsapp_chatbot/frontend/whatsapp-bot-frontend/package-lock.json index 6b14bf6..45a19b8 100644 --- a/examples/whatsapp_chatbot/frontend/whatsapp-bot-frontend/package-lock.json +++ b/examples/whatsapp_chatbot/frontend/whatsapp-bot-frontend/package-lock.json @@ -8438,9 +8438,9 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" }, "node_modules/follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", + "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", "funding": [ { "type": "individual", diff --git a/examples/whatsapp_chatbot/package-lock.json b/examples/whatsapp_chatbot/package-lock.json index 55900e3..6b23b4b 100644 --- a/examples/whatsapp_chatbot/package-lock.json +++ b/examples/whatsapp_chatbot/package-lock.json @@ -17,7 +17,7 @@ "api": "^6.1.1", "awesome-phonenumber": "^5.10.0", "aws-sdk": "^2.1423.0", - "axios": "^1.6.3", + "axios": "^1.6.4", "concurrently": "^8.2.2", "cors": "^2.8.5", "dotenv": "^16.3.1", @@ -6188,11 +6188,11 @@ } }, "node_modules/axios": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", - "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.4.tgz", + "integrity": "sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -9778,9 +9778,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", - "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", + "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", "funding": [ { "type": "individual", diff --git a/examples/whatsapp_chatbot/package.json b/examples/whatsapp_chatbot/package.json index 5fbb898..4f4643f 100644 --- a/examples/whatsapp_chatbot/package.json +++ b/examples/whatsapp_chatbot/package.json @@ -26,7 +26,7 @@ "api": "^6.1.1", "awesome-phonenumber": "^5.10.0", "aws-sdk": "^2.1423.0", - "axios": "^1.6.3", + "axios": "^1.6.4", "concurrently": "^8.2.2", "cors": "^2.8.5", "dotenv": "^16.3.1",