From 14079fa6fb947bcb9f4cc7779160fa53115f849d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:09:47 +0000 Subject: [PATCH] build(deps): bump axios Bumps the npm_and_yarn group with 1 update in the /frontend/frontend directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.5 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.7.5...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/frontend/package-lock.json | 9 +++++---- frontend/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/frontend/package-lock.json b/frontend/frontend/package-lock.json index 9f78618..e641d5c 100644 --- a/frontend/frontend/package-lock.json +++ b/frontend/frontend/package-lock.json @@ -13,7 +13,7 @@ "@microsoft/fetch-event-source": "^2.0.1", "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.19", - "axios": "^1.7.2", + "axios": "^1.8.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -1881,9 +1881,10 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", - "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "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/frontend/frontend/package.json b/frontend/frontend/package.json index 83f2045..a89562c 100644 --- a/frontend/frontend/package.json +++ b/frontend/frontend/package.json @@ -15,7 +15,7 @@ "@microsoft/fetch-event-source": "^2.0.1", "@mui/icons-material": "^5.15.19", "@mui/material": "^5.15.19", - "axios": "^1.7.2", + "axios": "^1.8.2", "react": "^18.2.0", "react-dom": "^18.2.0" },