From 13f1e524d8c365ec1cdfa131aa5d2eb1d1cab020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 17:48:20 +0000 Subject: [PATCH] Bump axios from 1.8.1 to 1.8.2 in /ui Bumps [axios](https://github.com/axios/axios) from 1.8.1 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.8.1...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 9 +++++---- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5e0afd5..f20f6bc 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@monaco-editor/react": "^4.7.0", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "axios": "^1.6.7", + "axios": "^1.8.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1", @@ -2429,9 +2429,10 @@ } }, "node_modules/axios": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", - "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", + "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.6", "form-data": "^4.0.0", diff --git a/ui/package.json b/ui/package.json index b62b1a4..5e09b5b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "@monaco-editor/react": "^4.7.0", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", - "axios": "^1.6.7", + "axios": "^1.8.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1",