From 0bc1485d04a5765bc1c942366d081c2240baa60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:15:18 +0000 Subject: [PATCH] deps(deps): bump axios in the production-minor-patch group Bumps the production-minor-patch group with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.19.0 to 1.20.0 - [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.19.0...v1.20.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... 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 8e402509..819d2675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/cors": "^2.8.17", "@types/uuid": "^11.0.0", "async": "^3.2.6", - "axios": "^1.15.2", + "axios": "^1.20.0", "bull": "^4.16.5", "chalk": "^4.1.2", "commander": "^15.0.0", @@ -4216,9 +4216,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index 8acad26d..09298b7c 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/cors": "^2.8.17", "@types/uuid": "^11.0.0", "async": "^3.2.6", - "axios": "^1.15.2", + "axios": "^1.20.0", "bull": "^4.16.5", "chalk": "^4.1.2", "commander": "^15.0.0",