diff --git a/package-lock.json b/package-lock.json index 6e3ed9321b..a1bb1d84ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fullcalendar/timegrid": "6.1.17", "@fullcalendar/vue": "6.1.17", "@mdi/svg": "^7.4.47", - "@nextcloud/auth": "^2.5.1", + "@nextcloud/auth": "^2.5.2", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.7", "@nextcloud/calendar-js": "^8.1.2", @@ -3323,17 +3323,16 @@ "license": "Apache-2.0" }, "node_modules/@nextcloud/auth": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.1.tgz", - "integrity": "sha512-cToowJmI9rvIXuWvpvHp4tKm1ZzK4tlPh4rAuEjX6Dvpq74ia52yJYGJFR2maag/i/tMl9m0diZtHgSog6GTGg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.2.tgz", + "integrity": "sha512-1dr+Xhvg2QtsFC23KFXJSkU524EVgI/+WFBGTZ8tFa+9hmcZ3CqZIHjtXm3KxUvezwAY5023Ml0n2vpdYkpBXQ==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/event-bus": "^3.3.2" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/axios": { diff --git a/package.json b/package.json index aeb1aeb740..c1f51a2b31 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@fullcalendar/timegrid": "6.1.17", "@fullcalendar/vue": "6.1.17", "@mdi/svg": "^7.4.47", - "@nextcloud/auth": "^2.5.1", + "@nextcloud/auth": "^2.5.2", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.7", "@nextcloud/calendar-js": "^8.1.2",