Merge pull request #18842 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.0.1

Bump @nextcloud/l10n from 1.0.0 to 1.0.1
This commit is contained in:
Roeland Jago Douma 2020-01-21 08:28:29 +01:00 committed by GitHub
commit b6f37502cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -2202,17 +2202,17 @@
}
},
"@nextcloud/l10n": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.0.0.tgz",
"integrity": "sha512-A6zUwFWgwvQ5q86GdcfgD2t3uZ+H/k45S0OUlS6iMf0p5br9IrovF7hdv5+jaJcdQpkpOX2AKuordC1KheNGGA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.0.1.tgz",
"integrity": "sha512-42Uh7vFTwCUNziRfwunrYUzsKxmulp4DH+RamB4DsFrYPH4z2qyQ4a2UBZJsZAcT1720rDagKQaXgPB2+Q0/0w==",
"requires": {
"core-js": "3.5.0"
"core-js": "3.6.1"
},
"dependencies": {
"core-js": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
"integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
}
}
},

View File

@ -30,7 +30,7 @@
"@nextcloud/dialogs": "^1.0.0",
"@nextcloud/event-bus": "^1.0.0",
"@nextcloud/initial-state": "^1.0.0",
"@nextcloud/l10n": "^1.0.0",
"@nextcloud/l10n": "^1.0.1",
"@nextcloud/logger": "^1.0.0",
"@nextcloud/paths": "^1.1.0",
"@nextcloud/router": "^1.0.0",