From 97cc48e8a022363f22b7be23d3c9cff67e954d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:21:07 -0500 Subject: [PATCH] Bump axios from 1.7.3 to 1.7.4 in /web in the npm_and_yarn group (#1538) Bumps the npm_and_yarn group in /web with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.3 to 1.7.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.7.3...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 67928d672..d5218be26 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@mdi/font": "7.4.47", - "axios": "^1.7.2", + "axios": "^1.7.4", "dompurify": "^3.1.6", "marked": "^13.0.3", "streamsaver": "^2.0.6", @@ -802,9 +802,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", - "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/web/package.json b/web/package.json index a98c6d6fc..9c3863607 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@mdi/font": "7.4.47", - "axios": "^1.7.2", + "axios": "^1.7.4", "dompurify": "^3.1.6", "marked": "^13.0.3", "streamsaver": "^2.0.6",