diff --git a/package-lock.json b/package-lock.json index 9aaef01dbaa50..c875c4e7867b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", - "@nextcloud/logger": "^2.5.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^4.0.4", "@nextcloud/paths": "^2.1.0", @@ -3703,16 +3703,16 @@ } }, "node_modules/@nextcloud/logger": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.5.0.tgz", - "integrity": "sha512-vJx5YxPyS9/tg3YoqA8CBN7YTZFHfuhMKJIIWFV28phxXqKhGwKVKh+/Ir8ZIPweIM5n8VNT6JOJq1JjGiMg2w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.7.0.tgz", + "integrity": "sha512-DSJg9H1jT2zfr7uoP4tL5hKncyY+LOuxJzLauj0M/f6gnpoXU5WG1Zw8EFPOrRWjkC0ZE+NCqrMnITgdRRpXJQ==", "dependencies": { "@nextcloud/auth": "^2.0.0", "core-js": "^3.6.4" }, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/moment": { diff --git a/package.json b/package.json index d6ee76ca1b563..3541c5facdb98 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", - "@nextcloud/logger": "^2.5.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^4.0.4", "@nextcloud/paths": "^2.1.0",