From 8fb388525ae5e4e31d6608f9e7a8f30194b6f4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:09:15 +0000 Subject: [PATCH] [stable-8] Bump axios from 1.18.0 to 1.18.1 Bumps [axios](https://github.com/axios/axios) from 1.18.0 to 1.18.1. - [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.18.0...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 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 78fec5290..d8f9052f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.3.0", "@vueuse/integrations": "^14.3.0", - "axios": "^1.18.0", + "axios": "^1.18.1", "core-js": "^3.47.0", "dompurify": "^3.4.11", "file-saver": "^2.0.5", @@ -4663,9 +4663,9 @@ } }, "node_modules/axios": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", - "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index 389654c21..b8896f2fb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^9.8.2", "@vueuse/core": "^14.3.0", "@vueuse/integrations": "^14.3.0", - "axios": "^1.18.0", + "axios": "^1.18.1", "core-js": "^3.47.0", "dompurify": "^3.4.11", "file-saver": "^2.0.5",