From b555a2634f1ff9c477a709f415bfcef72f589646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:17:40 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.3 to 1.7.4 in /server Bumps [axios](https://github.com/axios/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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 8 ++++---- server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 4b13ce9..2e4cf1a 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -11,7 +11,7 @@ "@emurgo/cardano-serialization-lib-nodejs": "^11.5.0", "@reqlez/express-openapi": "^2.1.2", "@types/validator": "^13.12.0", - "axios": "^1.7.3", + "axios": "^1.7.4", "bech32-converting": "^1.0.9", "cors": "^2.8.5", "dotenv": "^16.4.5", @@ -979,9 +979,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/server/package.json b/server/package.json index b146eb9..8642e93 100644 --- a/server/package.json +++ b/server/package.json @@ -24,7 +24,7 @@ "@emurgo/cardano-serialization-lib-nodejs": "^11.5.0", "@reqlez/express-openapi": "^2.1.2", "@types/validator": "^13.12.0", - "axios": "^1.7.3", + "axios": "^1.7.4", "bech32-converting": "^1.0.9", "cors": "^2.8.5", "dotenv": "^16.4.5",