From 25f10ea3c8c0075c175ac9105d449971e14f6985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:24:39 +0000 Subject: [PATCH] chore(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] --- 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 cb475aac..c297b1b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.3.0", - "axios": "^1.13.1", + "axios": "^1.13.2", "axios-retry": "^4.5.0", "crypto-browserify": "^3.12.1", "p-cancelable": "^4.0.1", @@ -4405,9 +4405,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/package.json b/package.json index 76c466d5..2c45605f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.3.0", - "axios": "^1.13.1", + "axios": "^1.13.2", "axios-retry": "^4.5.0", "crypto-browserify": "^3.12.1", "p-cancelable": "^4.0.1",