diff --git a/combined_languages/theory_of_information/frontend/package-lock.json b/combined_languages/theory_of_information/frontend/package-lock.json index 512f84b95..1bbab1d32 100644 --- a/combined_languages/theory_of_information/frontend/package-lock.json +++ b/combined_languages/theory_of_information/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "antd": "^5.20.6", - "axios": "^1.7.7", + "axios": "^1.8.2", "file-saver": "^2.0.5", "plotly.js": "^2.35.2", "react": "^18.3.1", @@ -2617,9 +2617,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "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", diff --git a/combined_languages/theory_of_information/frontend/package.json b/combined_languages/theory_of_information/frontend/package.json index 4de73a633..7385a6a08 100644 --- a/combined_languages/theory_of_information/frontend/package.json +++ b/combined_languages/theory_of_information/frontend/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "antd": "^5.20.6", - "axios": "^1.7.7", + "axios": "^1.8.2", "file-saver": "^2.0.5", "plotly.js": "^2.35.2", "react": "^18.3.1",