diff --git a/package-lock.json b/package-lock.json index 96c622636..8895c43b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/event-bus": "^2.1.1", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.1", - "@nextcloud/l10n": "^1.4.1", + "@nextcloud/l10n": "^1.6.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^5.3.1", @@ -3124,8 +3124,9 @@ } }, "node_modules/@nextcloud/l10n": { - "version": "1.4.1", - "license": "GPL-3.0-or-later", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz", + "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==", "dependencies": { "core-js": "^3.6.4", "node-gettext": "^3.0.0" @@ -20816,7 +20817,9 @@ } }, "@nextcloud/l10n": { - "version": "1.4.1", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz", + "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==", "requires": { "core-js": "^3.6.4", "node-gettext": "^3.0.0" diff --git a/package.json b/package.json index f60f2f98a..19630ea98 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/event-bus": "^2.1.1", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.1", - "@nextcloud/l10n": "^1.4.1", + "@nextcloud/l10n": "^1.6.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^5.3.1",