From aca2484b4757cd593d6d4c8cc8f4f7b2e0e8b754 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 01:15:24 +0000 Subject: [PATCH] Bump @nextcloud/l10n from 1.1.1 to 1.2.0 Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.1.1 to 1.2.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/compare/v1.1.1...v1.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47b0bf6..3a63049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1722,18 +1722,26 @@ } }, "@nextcloud/l10n": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.1.tgz", - "integrity": "sha512-aVGvOhXgBzGtgMTOIVov1T7jt35FjX2vCqWCT0C/t6T6VgRn6l2Wb3/jzQycyUgGe71VPqS/4TpSH21yyH99YA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.0.tgz", + "integrity": "sha512-aPsVAewCYMNe2h0yse3Fj7LofvnvFPimojw24K47ip1+I1gawMIsQL+BYAnN8wzlcbsDTEc7I1FxtOh+8dHHIA==", "requires": { - "core-js": "3.6.4", - "node-gettext": "^2.0.0" + "core-js": "^3.6.4", + "node-gettext": "^3.0.0" }, "dependencies": { "core-js": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + }, + "node-gettext": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-3.0.0.tgz", + "integrity": "sha512-/VRYibXmVoN6tnSAY2JWhNRhWYJ8Cd844jrZU/DwLVoI4vBI6ceYbd8i42sYZ9uOgDH3S7vslIKOWV/ZrT2YBA==", + "requires": { + "lodash.get": "^4.4.2" + } } } }, diff --git a/package.json b/package.json index 662a6fc..34cf47b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nextcloud/auth": "^1.2.2", "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.2.2", - "@nextcloud/l10n": "^1.1.1", + "@nextcloud/l10n": "^1.2.0", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^1.4.1",