From 5c983202f02372c5d1f727d967bdbbea3e1e496c 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:17:50 +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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28d0ace20..0485822be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1713,12 +1713,12 @@ } }, "@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" } }, "@nextcloud/router": { @@ -7076,9 +7076,9 @@ "dev": true }, "node-gettext": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-2.0.0.tgz", - "integrity": "sha1-8dwSN83FRvUVk9o0AwS4vrpbhSU=", + "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 dbda15c7a..634eb2118 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/auth": "^1.2.2", "@nextcloud/axios": "^1.3.2", "@nextcloud/initial-state": "^1.1.1", - "@nextcloud/l10n": "^1.1.1", + "@nextcloud/l10n": "^1.2.0", "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^1.4.1", "camelcase": "^5.3.1",