From da391f08cf449ec61d79a1e7433a4a6ea8a59824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 15:59:22 +0000 Subject: [PATCH] Bump axios from 1.7.4 to 1.8.2 in /5-browser-extension/solution Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. - [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.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 5-browser-extension/solution/package-lock.json | 9 +++++---- 5-browser-extension/solution/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/5-browser-extension/solution/package-lock.json b/5-browser-extension/solution/package-lock.json index 6c6d9a32..e86f2ff3 100644 --- a/5-browser-extension/solution/package-lock.json +++ b/5-browser-extension/solution/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "axios": "^1.7.4" + "axios": "^1.8.2" }, "devDependencies": { "webpack": "^5.94.0", @@ -362,9 +362,10 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/5-browser-extension/solution/package.json b/5-browser-extension/solution/package.json index 75f22cd1..f789e84e 100644 --- a/5-browser-extension/solution/package.json +++ b/5-browser-extension/solution/package.json @@ -24,6 +24,6 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "axios": "^1.7.4" + "axios": "^1.8.2" } }