From fba6b9bb9213b7c1517db33a4735aff372aae179 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 15:17:13 +0000 Subject: [PATCH] Bump @nextcloud/l10n from 1.2.0 to 1.2.3 Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.2.0 to 1.2.3. - [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.0...v1.2.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a36eb873f..7142ab811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2980,18 +2980,18 @@ } }, "@nextcloud/l10n": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.0.tgz", - "integrity": "sha512-aPsVAewCYMNe2h0yse3Fj7LofvnvFPimojw24K47ip1+I1gawMIsQL+BYAnN8wzlcbsDTEc7I1FxtOh+8dHHIA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.3.tgz", + "integrity": "sha512-bd/bp/pk24Sl/Fjj3KJhDsGhc5EI1tIs34+sl4eaBNrj7SHl79K9bAzarxtABx6LSXn6pl6K/YYkKCidqPzuDQ==", "requires": { "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==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" } } }, diff --git a/package.json b/package.json index 385227eab..85faded1b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/dialogs": "^1.2.2", "@nextcloud/files": "^1.0.1", "@nextcloud/initial-state": "^1.1.1", - "@nextcloud/l10n": "^1.2.0", + "@nextcloud/l10n": "^1.2.3", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^1.5.0",