diff --git a/package-lock.json b/package-lock.json index 5d7f1f41..f70a923f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/event-bus": "3.3.2", "@nextcloud/files": "3.11.0", "@nextcloud/initial-state": "2.2.0", - "@nextcloud/l10n": "3.3.0", + "@nextcloud/l10n": "3.4.0", "@nextcloud/moment": "1.3.4", "@nextcloud/router": "3.0.1", "@nextcloud/vue": "9.0.0-rc.3", @@ -2855,9 +2855,9 @@ } }, "node_modules/@nextcloud/l10n": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.3.0.tgz", - "integrity": "sha512-gPvAf5gzqxjnk8l6kr8LQTMN3lv5CLN8tTWwMfavmTbPsKj2/ZUjZhwIm3PcZ3xvJzBi7Ttgrf9xz5cT6CGsWg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.0.tgz", + "integrity": "sha512-K4UBSl0Ou6sXXLxyjuhktRf2FyTCjyvHxJyBLmS2z3YEYcRkpf8ib3XneRwEQIEpzBPQjul2/ZdFlt7umd8Gaw==", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1", @@ -2867,8 +2867,7 @@ "escape-html": "^1.0.3" }, "engines": { - "node": "^22.0.0", - "npm": "^10.5.1" + "node": "^20 || ^22 || ^24" } }, "node_modules/@nextcloud/logger": { diff --git a/package.json b/package.json index 02a7169e..14462455 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/event-bus": "3.3.2", "@nextcloud/files": "3.11.0", "@nextcloud/initial-state": "2.2.0", - "@nextcloud/l10n": "3.3.0", + "@nextcloud/l10n": "3.4.0", "@nextcloud/moment": "1.3.4", "@nextcloud/router": "3.0.1", "@nextcloud/vue": "9.0.0-rc.3",