From a4413ff9d86aa2aa1dc0f5ed913bddb437ffdf6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:27:21 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 1.13.5 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.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Challenge-02/rating-web/package-lock.json | 20 +++++++++++-------- .../Challenge-02/rating-web/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package-lock.json b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package-lock.json index 6ea5ed7a5b..1b55baf0d5 100644 --- a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package-lock.json +++ b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package-lock.json @@ -11,7 +11,7 @@ "at-ui": "^1.2.0-beta", "at-ui-style": "^1.3.2", "autoprefixer": "^7.1.1", - "axios": "^1.13.5", + "axios": "^1.15.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.1", "babel-preset-env": "^1.7.0", @@ -1204,14 +1204,14 @@ } }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "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.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/babel-code-frame": { @@ -6534,9 +6534,13 @@ } }, "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==" + "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/qs": { "version": "6.13.0", diff --git a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package.json b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package.json index f12ddb3edd..64bf9cd097 100644 --- a/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package.json +++ b/063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web/package.json @@ -10,7 +10,7 @@ "at-ui": "^1.2.0-beta", "at-ui-style": "^1.3.2", "autoprefixer": "^7.1.1", - "axios": "^1.13.5", + "axios": "^1.15.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.1", "babel-preset-env": "^1.7.0",