From 7eb8694528a7bc84f1777cd6ffb1cbbda6361de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:02:51 +0000 Subject: [PATCH] chore(deps): Bump axios from 1.13.2 to 1.13.4 Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.4. - [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.2...v1.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 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 d4bb1faf..ab9bda15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^2.5.3", "@nextcloud/router": "^3.1.0", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2", @@ -2986,9 +2986,9 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", + "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index bb80d533..e5982a07 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": { "@nextcloud/auth": "^2.5.3", "@nextcloud/router": "^3.1.0", - "axios": "^1.13.2" + "axios": "^1.13.4" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.1.2",