From b339b032d3b5c45aebf4f17642a5f915958886eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:31:25 -0500 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /common/module (#2046) 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> Co-authored-by: Tom Brunet --- common/module/package-lock.json | 10 +++++----- common/module/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/module/package-lock.json b/common/module/package-lock.json index 19eb45453..75774c2c9 100644 --- a/common/module/package-lock.json +++ b/common/module/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "SEE LICENSE in ../../LICENSE", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.7.4", "deep-diff": "^1.0.2", "exceljs": "^4.3.0" }, @@ -1414,11 +1414,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/common/module/package.json b/common/module/package.json index f54b9c07d..02b0af70b 100644 --- a/common/module/package.json +++ b/common/module/package.json @@ -23,7 +23,7 @@ "typescript": "^5.1.3" }, "dependencies": { - "axios": "^1.6.0", + "axios": "^1.7.4", "deep-diff": "^1.0.2", "exceljs": "^4.3.0" }