From 46236542fefc8e7d1e540f1a737412d548bc923d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:10:47 +0000 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /tests/api-tests 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] --- tests/api-tests/package-lock.json | 10 +++++----- tests/api-tests/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/api-tests/package-lock.json b/tests/api-tests/package-lock.json index ebffac8..284929d 100644 --- a/tests/api-tests/package-lock.json +++ b/tests/api-tests/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@faker-js/faker": "8.0.2", - "axios": "1.6.0", + "axios": "1.7.4", "chai": "4.3.8", "cli-color": "2.0.3", "dotenv": "16.3.1", @@ -96,11 +96,11 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index 20b231b..8904bfd 100644 --- a/tests/api-tests/package.json +++ b/tests/api-tests/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@faker-js/faker": "8.0.2", - "axios": "1.6.0", + "axios": "1.7.4", "chai": "4.3.8", "cli-color": "2.0.3", "dotenv": "16.3.1",