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" }