From c2c1065b6941d0a6febf71e4f2314dc66276deb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:17:22 +0000 Subject: [PATCH] chore(deps): bump axios in /5-browser-extension/solution Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.16.0. - [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.15.0...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 5-browser-extension/solution/package-lock.json | 10 +++++----- 5-browser-extension/solution/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/5-browser-extension/solution/package-lock.json b/5-browser-extension/solution/package-lock.json index 10c5cc384..8a497fd05 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.15.0" + "axios": "^1.16.0" }, "devDependencies": { "webpack": "^5.105.4", @@ -431,12 +431,12 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } diff --git a/5-browser-extension/solution/package.json b/5-browser-extension/solution/package.json index 266a2ff14..a496ef65a 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.15.0" + "axios": "^1.16.0" } }