From a14add11a5d8c7f6bd19bffc0d18ebc768ca247d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:35:21 +0000 Subject: [PATCH] Build(deps): Bump axios from 1.13.1 to 1.13.2 Bumps [axios](https://github.com/axios/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 ... Signed-off-by: dependabot[bot] --- aastar-frontend/package.json | 2 +- aastar/package.json | 2 +- package-lock.json | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aastar-frontend/package.json b/aastar-frontend/package.json index cd29206a..072e81e2 100644 --- a/aastar-frontend/package.json +++ b/aastar-frontend/package.json @@ -22,7 +22,7 @@ "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", - "axios": "^1.13.1", + "axios": "^1.13.2", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0", diff --git a/aastar/package.json b/aastar/package.json index 93dfa43a..fa59af28 100644 --- a/aastar/package.json +++ b/aastar/package.json @@ -60,7 +60,7 @@ "@simplewebauthn/server": "^13.2.2", "@simplewebauthn/types": "^12.0.0", "@types/tar": "^6.1.13", - "axios": "^1.13.1", + "axios": "^1.13.2", "base64url": "^3.0.1", "bcrypt": "^6.0.0", "class-transformer": "^0.5.1", diff --git a/package-lock.json b/package-lock.json index 01fd4c70..324343b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@simplewebauthn/server": "^13.2.2", "@simplewebauthn/types": "^12.0.0", "@types/tar": "^6.1.13", - "axios": "^1.13.1", + "axios": "^1.13.2", "base64url": "^3.0.1", "bcrypt": "^6.0.0", "class-transformer": "^0.5.1", @@ -85,7 +85,7 @@ "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", - "axios": "^1.13.1", + "axios": "^1.13.2", "next": "16.0.0", "react": "19.2.0", "react-dom": "19.2.0", @@ -6042,9 +6042,9 @@ } }, "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",