From 6ca217b989386941a4cd4bec82e97f2ee9c98397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 03:07:58 +0000 Subject: [PATCH] Bump axios in /scripts/python/lollms_installer/frontend Bumps [axios](https://github.com/axios/axios) from 1.6.3 to 1.8.2. - [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.6.3...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../lollms_installer/frontend/package-lock.json | 11 ++++++----- scripts/python/lollms_installer/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/python/lollms_installer/frontend/package-lock.json b/scripts/python/lollms_installer/frontend/package-lock.json index fb191fca..891f71ca 100644 --- a/scripts/python/lollms_installer/frontend/package-lock.json +++ b/scripts/python/lollms_installer/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "autoprefixer": "^10.4.16", - "axios": "^1.6.3", + "axios": "^1.8.2", "feather-icons": "^4.29.1", "flowbite": "^2.2.1", "postcss": "^8.4.32", @@ -1019,11 +1019,12 @@ } }, "node_modules/axios": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", - "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/scripts/python/lollms_installer/frontend/package.json b/scripts/python/lollms_installer/frontend/package.json index ef60f62e..7cd86a0e 100644 --- a/scripts/python/lollms_installer/frontend/package.json +++ b/scripts/python/lollms_installer/frontend/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "autoprefixer": "^10.4.16", - "axios": "^1.6.3", + "axios": "^1.8.2", "feather-icons": "^4.29.1", "flowbite": "^2.2.1", "postcss": "^8.4.32",