From e7a257d446cccce810d9c6cb0c88cb94828c3484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:35:05 +0000 Subject: [PATCH] Bump axios and @green-api/whatsapp-api-client in /examples Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [@green-api/whatsapp-api-client](https://github.com/green-api/whatsapp-api-client). These dependencies need to be updated together. Updates `axios` from 1.5.0 to 1.6.7 - [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.5.0...v1.6.7) Updates `@green-api/whatsapp-api-client` from 0.3.38 to 0.3.39 - [Release notes](https://github.com/green-api/whatsapp-api-client/releases) - [Commits](https://github.com/green-api/whatsapp-api-client/compare/v0.3.38...v0.3.39) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: "@green-api/whatsapp-api-client" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index e7a6137..170da65 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -13,11 +13,11 @@ } }, "node_modules/@green-api/whatsapp-api-client": { - "version": "0.3.38", - "resolved": "https://registry.npmjs.org/@green-api/whatsapp-api-client/-/whatsapp-api-client-0.3.38.tgz", - "integrity": "sha512-3TuuJgFPsZXvSmyhpjd8OVb5o1X/LQQcqx1fX2i+c+T8qfFFAE+CM/LCic+HzY3jRM62QKHx6HHwFUeZpcRUqA==", + "version": "0.3.39", + "resolved": "https://registry.npmjs.org/@green-api/whatsapp-api-client/-/whatsapp-api-client-0.3.39.tgz", + "integrity": "sha512-o2W0GJ8CZq+Ad8m5KGuCOs21xvdjUu+h7REV/T6850S4ebhgUk2CSCc5mU/IL4s3CFuw5ExGmlgREYy4F5wVuQ==", "dependencies": { - "axios": "1.5.0", + "axios": "^1.6.7", "fs": "0.0.1-security", "mime": "^3.0.0", "rollup": "^2.79.1" @@ -32,11 +32,11 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" }