From d003ccafeb7d2bdcae7d6c19fa8a3f622f88105e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:24:31 +0000 Subject: [PATCH] Bump axios from 1.7.9 to 1.8.3 Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.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.9...v1.8.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4075d2d..8cca00e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nestjs/platform-express": "^11.0.1", "@nestjs/schedule": "^5.0.1", "@types/lodash": "^4.17.15", - "axios": "^1.7.9", + "axios": "^1.8.3", "bunyan": "^1.8.15", "bunyan-format": "^0.2.1", "cache-manager": "^6.4.0", @@ -5497,9 +5497,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index c1f57f8..80aaf79 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nestjs/platform-express": "^11.0.1", "@nestjs/schedule": "^5.0.1", "@types/lodash": "^4.17.15", - "axios": "^1.7.9", + "axios": "^1.8.3", "bunyan": "^1.8.15", "bunyan-format": "^0.2.1", "cache-manager": "^6.4.0",