From 69e00083f75e2541efd14af0131409106fb55a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:28:17 +0000 Subject: [PATCH] :arrow_up: Bump axios in /frontend in the npm_and_yarn group Bumps the npm_and_yarn group in /frontend 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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f7714a17..12bf3771 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/vue-fontawesome": "^3.0.8", "@neoconfetti/vue": "^2.2.1", "@stomp/stompjs": "^7.0.0", - "axios": "^1.7.3", + "axios": "^1.7.4", "bulma": "^1.0.2", "chalk": "^5.3.0", "jwt-decode": "^4.0.0", @@ -1979,9 +1979,9 @@ } }, "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/frontend/package.json b/frontend/package.json index dca9c373..0bb4e3cc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@fortawesome/vue-fontawesome": "^3.0.8", "@neoconfetti/vue": "^2.2.1", "@stomp/stompjs": "^7.0.0", - "axios": "^1.7.3", + "axios": "^1.7.4", "bulma": "^1.0.2", "chalk": "^5.3.0", "jwt-decode": "^4.0.0",