From 0ac8423b247be25f8c5c67c9efaf4192e8dbe63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:23:24 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.3 to 1.6.4 Bumps [axios](https://github.com/axios/axios) from 1.6.3 to 1.6.4. - [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.6.3...v1.6.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8758e6d..6107d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.1", "@tanstack/react-table": "^8.11.3", - "axios": "^1.6.3", + "axios": "^1.6.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.303.0", @@ -2543,11 +2543,11 @@ } }, "node_modules/axios": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", - "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.4.tgz", + "integrity": "sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } diff --git a/package.json b/package.json index 68776ee..f3f5032 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.1", "@tanstack/react-table": "^8.11.3", - "axios": "^1.6.3", + "axios": "^1.6.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.303.0",