diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-23 02:14:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 02:14:14 +0000 |
commit | d896875ef9d4f65fb83f29a1ac3e0b682b2757fa (patch) | |
tree | 356f86c4cf1de78ff9fcc866e6e6034b91991d83 /package-lock.json | |
parent | 881216170c7fe0127c5fe03499341d177f637240 (diff) | |
download | nextcloud-server-d896875ef9d4f65fb83f29a1ac3e0b682b2757fa.tar.gz nextcloud-server-d896875ef9d4f65fb83f29a1ac3e0b682b2757fa.zip |
Bump @nextcloud/l10n from 1.0.1 to 1.1.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.0.1 to 1.1.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.0.1...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 9edafa2bbd5..d0ee652392c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3055,17 +3055,18 @@ } }, "@nextcloud/l10n": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.0.1.tgz", - "integrity": "sha512-42Uh7vFTwCUNziRfwunrYUzsKxmulp4DH+RamB4DsFrYPH4z2qyQ4a2UBZJsZAcT1720rDagKQaXgPB2+Q0/0w==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.0.tgz", + "integrity": "sha512-MywbaSb31JH5LNUsC98RrMwzHdsjDELf+nL5BVtHBQWq2r0cDP0nPd7Ve+knRVdGMegnigXW+F2VXbxFBLb6mQ==", "requires": { - "core-js": "3.6.1" + "core-js": "3.6.4", + "node-gettext": "^2.0.0" }, "dependencies": { "core-js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz", - "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" } } }, @@ -8052,8 +8053,7 @@ "lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", - "dev": true + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, "lodash.sortby": { "version": "4.7.0", @@ -8822,6 +8822,14 @@ "semver": "^5.7.0" } }, + "node-gettext": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-2.0.0.tgz", + "integrity": "sha1-8dwSN83FRvUVk9o0AwS4vrpbhSU=", + "requires": { + "lodash.get": "^4.4.2" + } + }, "node-gyp": { "version": "3.8.0", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", |