From 6c50ba4814f1c5a6227643922c8672410fe81b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:19:20 -0700 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /clients/nodejs/zts (#2690) Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.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.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- clients/nodejs/zts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/nodejs/zts/package.json b/clients/nodejs/zts/package.json index db452ccca63..cc07595d805 100644 --- a/clients/nodejs/zts/package.json +++ b/clients/nodejs/zts/package.json @@ -32,7 +32,7 @@ "debug": "^2.6.8", "lodash.clone": "^4.5.0", "memory-cache": "^0.2.0", - "axios": "1.6.0", + "axios": "1.7.4", "winston": "^3.7.2" }, "devDependencies": {