From 7b7137679daf2778afe4c8ac9051299bd2eecbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 02:53:09 +0000 Subject: [PATCH] build(deps): bump axios in /api-server in the non-majors group Bumps the non-majors group in /api-server with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.13.1 to 1.13.2 - [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.13.1...v1.13.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- api-server/package-lock.json | 8 ++++---- api-server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-server/package-lock.json b/api-server/package-lock.json index b02b638..48f34dd 100644 --- a/api-server/package-lock.json +++ b/api-server/package-lock.json @@ -8,7 +8,7 @@ "name": "api-server", "version": "0.0.0", "dependencies": { - "axios": "^1.13.1", + "axios": "^1.13.2", "compression": "^1.8.1", "cookie-parser": "~1.4.7", "cors": "^2.8.5", @@ -1794,9 +1794,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz", - "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/api-server/package.json b/api-server/package.json index 2140cf3..076a46c 100644 --- a/api-server/package.json +++ b/api-server/package.json @@ -11,7 +11,7 @@ "node": "22.12.0" }, "dependencies": { - "axios": "^1.13.1", + "axios": "^1.13.2", "compression": "^1.8.1", "cookie-parser": "~1.4.7", "cors": "^2.8.5",