From c3946a77e2f4f76c5be7639e0917474705bd60b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:24:13 +0000 Subject: [PATCH] chore(deps): bump axios from 1.19.0 to 1.20.0 in /api Bumps [axios](https://github.com/axios/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 ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 8 ++++---- api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 71997d5..bae566f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -9,7 +9,7 @@ "version": "0.18.0", "license": "Apache-2.0", "dependencies": { - "axios": "1.19.0" + "axios": "1.20.0" }, "devDependencies": { "typescript": "^7.0.2" @@ -374,9 +374,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/api/package.json b/api/package.json index f456cd8..ee62dc3 100644 --- a/api/package.json +++ b/api/package.json @@ -33,7 +33,7 @@ "url": "git+https://github.com/jfrog/workers-sample.git" }, "dependencies": { - "axios": "1.19.0" + "axios": "1.20.0" }, "devDependencies": { "typescript": "^7.0.2"