diff --git a/package-lock.json b/package-lock.json index e95323b98..987d188ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fullcalendar/timegrid": "6.1.14", "@fullcalendar/vue": "6.1.14", "@nextcloud/auth": "^2.3.0", - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.4", "@nextcloud/calendar-js": "^7.0.0", "@nextcloud/cdav-library": "^1.5.1", @@ -3162,9 +3162,10 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.0.tgz", - "integrity": "sha512-82LQ5PZA0ZVUnS8QiGoAGOR5kE7EKD84qEEgeZJ+Y7p5iljwi3AT6niQuP7YuHjt3MKM+6jQiyghZk5SquiszQ==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.1.tgz", + "integrity": "sha512-AA7BPF/rsOZWAiVxqlobGSdD67AEwjOnymZCKUIwEIBArKxYK7OQEqcILDjQwgj6G0e/Vg9Y8zTVsPZp+mlvwA==", + "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/router": "^3.0.1", diff --git a/package.json b/package.json index 861ad63bc..304836d9f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@fullcalendar/timegrid": "6.1.14", "@fullcalendar/vue": "6.1.14", "@nextcloud/auth": "^2.3.0", - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.4", "@nextcloud/calendar-js": "^7.0.0", "@nextcloud/cdav-library": "^1.5.1",