From fa9db68a961324abeed26c6f9b503bffa6ae21ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:34:28 +0000 Subject: [PATCH] Bump axios in /pre-existing-codebase-to-adaptive-with-kb Bumps [axios](https://github.com/axios/axios) from 1.15.2 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.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../frontend/package.json | 2 +- .../package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pre-existing-codebase-to-adaptive-with-kb/frontend/package.json b/pre-existing-codebase-to-adaptive-with-kb/frontend/package.json index f0701fb..11b1937 100644 --- a/pre-existing-codebase-to-adaptive-with-kb/frontend/package.json +++ b/pre-existing-codebase-to-adaptive-with-kb/frontend/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "axios": "^1.13.6", + "axios": "^1.16.0", "markdown-to-jsx": "^9.7.9", "react": "^19.2.4", "react-dom": "^19.2.4", diff --git a/pre-existing-codebase-to-adaptive-with-kb/package-lock.json b/pre-existing-codebase-to-adaptive-with-kb/package-lock.json index 9ac30c6..2f9e0c6 100644 --- a/pre-existing-codebase-to-adaptive-with-kb/package-lock.json +++ b/pre-existing-codebase-to-adaptive-with-kb/package-lock.json @@ -37,7 +37,7 @@ "frontend": { "version": "0.1.0", "dependencies": { - "axios": "^1.13.6", + "axios": "^1.16.0", "markdown-to-jsx": "^9.7.9", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -1646,12 +1646,12 @@ } }, "node_modules/axios": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", - "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "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" }