From a4bba21610642c511edd9af1c06733e57d78e712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 01:01:53 +0000 Subject: [PATCH] build(deps): Bump @nextcloud/l10n from 1.4.1 to 1.6.0 Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/commits) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",