From bb5d9877076d2ebf3e6a57139f24ab9e0796ed94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:51:31 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5. - [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.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../sample-app/frontend/package-lock.json | 12 ++++++------ .../solution-01/sample-app/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package-lock.json b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package-lock.json index be2568a0..b7e2ff2a 100644 --- a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package-lock.json +++ b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "akslab-frontend", "version": "1.0.0", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.13.5", "next": "^14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -187,13 +187,13 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, diff --git a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package.json b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package.json index d164e039..3ddce498 100644 --- a/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package.json +++ b/03-Azure/01-01-App Innovation/02_AKS/walkthrough/resources/solution-01/sample-app/frontend/package.json @@ -6,7 +6,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "next": "^14.0.0", - "axios": "^1.6.0" + "axios": "^1.13.5" }, "scripts": { "dev": "next dev",