diff --git a/package-lock.json b/package-lock.json index 0aab0fb13..67cef2ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@conduction/nextcloud-vue": "^2.24.2", "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.6.0", - "@nextcloud/axios": "~2.5.2", + "@nextcloud/axios": "~2.6.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/dialogs": "^7.4.1", "@nextcloud/initial-state": "^3.0.0", @@ -4369,14 +4369,13 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.2.tgz", - "integrity": "sha512-8frJb77jNMbz00TjsSqs1PymY0nIEbNM4mVmwen2tXY7wNgRai6uXilIlXKOYB9jR/F/HKRj6B4vUwVwZbhdbw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.6.0.tgz", + "integrity": "sha512-ehcIgyora8DAJ+STG6iFI4e+ufPVFrIA6o0FgMKeKdfyaxRJ9UM7L+n7V+rc/qv8sDiWC/hWIKwFtLw2W5yE4Q==", "license": "GPL-3.0-or-later", "dependencies": { - "@nextcloud/auth": "^2.5.1", - "@nextcloud/router": "^3.0.1", - "axios": "^1.12.2" + "@nextcloud/auth": "^2.6.0", + "axios": "^1.15.0" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" @@ -4425,7 +4424,7 @@ "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.6.0", - "@nextcloud/axios": "^2.6.0", + "@nextcloud/axios": "~2.6.0", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/event-bus": "^3.3.3", @@ -4652,7 +4651,7 @@ "integrity": "sha512-07UDgz1xLG9XABP8+mwQ2CsNWZu6lKzz0ErUA2HfE1ZfxXKiwVpo60t30y34UExGB9+Ok1nFaYU8fyJHncz9aQ==", "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/axios": "^2.6.0", + "@nextcloud/axios": "~2.6.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/event-bus": "^3.3.3" } @@ -4764,7 +4763,7 @@ "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.8.0", "@nextcloud/auth": "^2.6.0", - "@nextcloud/axios": "^2.6.0", + "@nextcloud/axios": "~2.6.0", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/event-bus": "^3.3.3", diff --git a/package.json b/package.json index 18b82eb40..4e6118902 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@conduction/nextcloud-vue": "^2.24.2", "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.6.0", - "@nextcloud/axios": "~2.5.2", + "@nextcloud/axios": "~2.6.0", "@nextcloud/capabilities": "^1.2.1", "@nextcloud/dialogs": "^7.4.1", "@nextcloud/initial-state": "^3.0.0",