From 7e886349eeeb2a5c770b149e9a678b11f150b457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:56:10 +0000 Subject: [PATCH] Bump axios 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] --- .../Challenge-02/rating-web/package-lock.json | 13 +++++++------ .../Resources/Challenge-02/rating-web/package.json | 2 +- 2 files changed, 8 insertions(+), 7 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 e4d93066c8..4c3139c20f 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": "^10.5.0", - "axios": "^1.15.2", + "axios": "^1.16.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.1", "babel-preset-env": "^1.7.0", @@ -31,7 +31,8 @@ "vue": "^3.0.0", "vue-loader": "^17.4.2", "vue-style-loader": "^3.0.1", - "webpack": "^5.104.1" + "webpack": "^5.104.1", + "webpack-dev-server": "^5.2.4" }, "devDependencies": { "autoprefixer": "^10.5.0", @@ -1374,12 +1375,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" } 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 1fce9ec5f2..5b6af2d7d7 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": "^10.5.0", - "axios": "^1.15.2", + "axios": "^1.16.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.1", "babel-preset-env": "^1.7.0",