Merge pull request #588 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.0

Bump @nextcloud/l10n from 1.3.0 to 1.4.0
This commit is contained in:
John Molakvoæ 2020-09-04 23:10:37 +02:00 committed by GitHub
commit cd4248dd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2722,9 +2722,9 @@
} }
}, },
"@nextcloud/l10n": { "@nextcloud/l10n": {
"version": "1.3.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.3.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.0.tgz",
"integrity": "sha512-hGk3ag9TU4cb0+ld/wziEsE+CWaS7Rpj6Y6dPv0QVfnqQ7jFCKQ62VHnuk8pFQHkmKMg3HGxkHuojumbukm42w==", "integrity": "sha512-qX9ZDntxhBj/8KrjIC+nQ+aZkTLRb6W+dbWaT+Cqe/YgdAWzBFceCdscRhiriMljaSma1AHtQKkNnSIUNNABnA==",
"requires": { "requires": {
"core-js": "^3.6.4", "core-js": "^3.6.4",
"node-gettext": "^3.0.0" "node-gettext": "^3.0.0"

View file

@ -27,7 +27,7 @@
"@nextcloud/dialogs": "^2.0.1", "@nextcloud/dialogs": "^2.0.1",
"@nextcloud/event-bus": "^1.2.0", "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.1.2", "@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0", "@nextcloud/l10n": "^1.4.0",
"@nextcloud/moment": "^1.1.1", "@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.1.0", "@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.6.4", "@nextcloud/vue": "^2.6.4",