From 970fb215f984b35d016ea2a246d6c526f7ee4eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:40:03 +0000 Subject: [PATCH] Bump axios from 1.7.9 to 1.8.1 Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.1. - [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.9...v1.8.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 239a1601c..258ad1829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@tsparticles/slim": "^3.4.0", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "axios": "^1.7.2", + "axios": "^1.8.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "docusaurus2-dotenv": "^1.4.0", @@ -7323,9 +7323,9 @@ } }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", + "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index c68f40aae..efd898929 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@tsparticles/slim": "^3.4.0", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "axios": "^1.7.2", + "axios": "^1.8.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "docusaurus2-dotenv": "^1.4.0",