From 4fd18ef9b2092f97008fe7f62a3ce15c19d0bdf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:51:32 +0000 Subject: [PATCH] build(deps): bump axios from 1.7.7 to 1.7.8 Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.8. - [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.7...v1.7.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb3e50afe..ce817575a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@mui/x-date-pickers": "^7.22.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", - "axios": "^1.7.7", + "axios": "^1.7.8", "bootstrap": "^5.3.3", "date-fns": "^4.1.0", "flexsearch": "^0.7.43", @@ -8423,9 +8423,10 @@ } }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", + "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 20413372e..db0b6c3da 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mui/x-date-pickers": "^7.22.3", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", - "axios": "^1.7.7", + "axios": "^1.7.8", "bootstrap": "^5.3.3", "date-fns": "^4.1.0", "flexsearch": "^0.7.43",