diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-06 13:36:52 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-04-06 13:50:12 +0000 |
commit | 52f4feca92f25f60339b05ad06e6f8ebc90655d3 (patch) | |
tree | 302e2c011108d4b482ce446a14297368c67bd53b /package-lock.json | |
parent | 9a4193f557f7c503a13903d165c55ead22c9b129 (diff) | |
download | nextcloud-server-52f4feca92f25f60339b05ad06e6f8ebc90655d3.tar.gz nextcloud-server-52f4feca92f25f60339b05ad06e6f8ebc90655d3.zip |
Bump @nextcloud/l10n from 1.1.1 to 1.2.2
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.1.1 to 1.2.2.
- [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.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json index 51cad46568e..d121381271a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1886,19 +1886,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.2", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.2.tgz", + "integrity": "sha512-p4YrycRqLY2yBaK9E/G5pbISxwmsgs4cd2KbI1zIiMWHiPrZWqU0myQFgfuoL9zW3ySyKI7ozqyJu4I8RZEOAA==", "requires": { - "core-js": "3.6.4", - "node-gettext": "^2.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==" - } + "core-js": "^3.6.4", + "node-gettext": "^3.0.0" } }, "@nextcloud/logger": { @@ -8095,9 +8088,9 @@ } }, "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" } |