From e5a699ba66791042fe0411f8f9549e643e32f69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:53:36 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.15.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.13.2...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../sample-app/frontend/package-lock.json | 25 +++++++++++-------- .../sample-app/frontend/package.json | 2 +- 2 files changed, 15 insertions(+), 12 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 3300316fa..fd3329413 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.15.0", "next": "^15.5.10", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -640,14 +640,14 @@ "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.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", - "proxy-from-env": "^1.1.0" + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", + "proxy-from-env": "^2.1.0" } }, "node_modules/call-bind-apply-helpers": { @@ -1065,10 +1065,13 @@ "license": "ISC" }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/react": { "version": "18.3.1", 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 a9a4486e5..fa5353faf 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": "^15.5.10", - "axios": "^1.6.0" + "axios": "^1.15.0" }, "scripts": { "dev": "next dev",