From 57d13b12912bf0d16fff73f2f8d990dd85a4cb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:10:25 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.8 to 1.7.4 in /server Bumps [axios](https://github.com/axios/axios) from 1.6.8 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.6.8...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/package-lock.json | 9 ++++----- server/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 61cf225..7b3331a 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -16,7 +16,7 @@ "@sentry/cli": "^2.39.1", "@sentry/node": "^8.42.0", "@sentry/profiling-node": "^8.42.0", - "axios": "1.6.8", + "axios": "1.7.4", "cors": "2.8.5", "dotenv": "16.4.5", "express": "4.19.2", @@ -4745,10 +4745,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", - "license": "MIT", + "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 7566af1..d144b2a 100644 --- a/server/package.json +++ b/server/package.json @@ -24,7 +24,7 @@ "@sentry/cli": "^2.39.1", "@sentry/node": "^8.42.0", "@sentry/profiling-node": "^8.42.0", - "axios": "1.6.8", + "axios": "1.7.4", "cors": "2.8.5", "dotenv": "16.4.5", "express": "4.19.2",