From f9f0140a71be76b43e63e937d95e9c98084bd93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:38:45 +0000 Subject: [PATCH] Bump axios from 0.29.0 to 1.8.3 in /LearningHub.Nhs.WebUI Bumps [axios](https://github.com/axios/axios) from 0.29.0 to 1.8.3. - [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/v0.29.0...v1.8.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LearningHub.Nhs.WebUI/package-lock.json | 11 ++++++----- LearningHub.Nhs.WebUI/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LearningHub.Nhs.WebUI/package-lock.json b/LearningHub.Nhs.WebUI/package-lock.json index 7c8e916ad..29f6327c0 100644 --- a/LearningHub.Nhs.WebUI/package-lock.json +++ b/LearningHub.Nhs.WebUI/package-lock.json @@ -12,7 +12,7 @@ "@ckeditor/ckeditor5-vue": "1.0.3", "@mediakind/mkplayer": "1.19.0", "@types/uuid": "^8.3.4", - "axios": "^0.29.0", + "axios": "^1.8.3", "babel-polyfill": "^6.26.0", "bootstrap": "^4.6.2", "ckeditor4-vue": "^0.2.0", @@ -5858,11 +5858,12 @@ } }, "node_modules/axios": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.29.0.tgz", - "integrity": "sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.4", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/LearningHub.Nhs.WebUI/package.json b/LearningHub.Nhs.WebUI/package.json index 0ccc3d885..2fac2e543 100644 --- a/LearningHub.Nhs.WebUI/package.json +++ b/LearningHub.Nhs.WebUI/package.json @@ -24,7 +24,7 @@ "@ckeditor/ckeditor5-vue": "1.0.3", "@mediakind/mkplayer": "1.19.0", "@types/uuid": "^8.3.4", - "axios": "^0.29.0", + "axios": "^1.8.3", "babel-polyfill": "^6.26.0", "bootstrap": "^4.6.2", "ckeditor4-vue": "^0.2.0",