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