From cc1dc2f51b1e8c5829e102581bfb1d7406ed6b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:50:36 +0200 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.3 in /assets (#2846) Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [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.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index ca82e2f50c..16476e8336 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -8,7 +8,7 @@ "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.1.5", "@reduxjs/toolkit": "^2.2.2", - "axios": "^1.7.2", + "axios": "^1.7.3", "axios-auth-refresh": "^3.3.6", "chart.js": "^4.4.3", "chartjs-adapter-date-fns": "^3.0.0", @@ -6783,9 +6783,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/assets/package.json b/assets/package.json index a431e71765..89ae7a0d93 100644 --- a/assets/package.json +++ b/assets/package.json @@ -50,7 +50,7 @@ "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.1.5", "@reduxjs/toolkit": "^2.2.2", - "axios": "^1.7.2", + "axios": "^1.7.3", "axios-auth-refresh": "^3.3.6", "chart.js": "^4.4.3", "chartjs-adapter-date-fns": "^3.0.0",