From f761e7424ae1301504a9928e909fc3fc518a7753 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 23:12:04 +0000 Subject: [PATCH] Bump @nextcloud/l10n from 1.2.3 to 1.3.0 Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.2.3 to 1.3.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.2.3...v1.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7746e32df..0518122ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4884,9 +4884,9 @@ } }, "@nextcloud/l10n": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.3.tgz", - "integrity": "sha512-bd/bp/pk24Sl/Fjj3KJhDsGhc5EI1tIs34+sl4eaBNrj7SHl79K9bAzarxtABx6LSXn6pl6K/YYkKCidqPzuDQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.3.0.tgz", + "integrity": "sha512-hGk3ag9TU4cb0+ld/wziEsE+CWaS7Rpj6Y6dPv0QVfnqQ7jFCKQ62VHnuk8pFQHkmKMg3HGxkHuojumbukm42w==", "requires": { "core-js": "^3.6.4", "node-gettext": "^3.0.0" diff --git a/package.json b/package.json index b8b06882b..b345e82af 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nextcloud/dialogs": "^1.4.0", "@nextcloud/files": "^1.1.0", "@nextcloud/initial-state": "^1.1.2", - "@nextcloud/l10n": "^1.2.3", + "@nextcloud/l10n": "^1.3.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.1.0", "@nextcloud/vue": "^2.0.0",