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