Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 20:55:57 +0300
committerGitHub <noreply@github.com>2020-09-01 20:55:57 +0300
commit6f02ccb02ad362bdd49bac7059ae7e018258845f (patch)
tree0bd321c49dff6f9763c8e8ad4c366e4932214741
parent982e27384104bfdf2cd1f0b38fdf32bd50ec9382 (diff)
parentdb74bd3796801cc89f7c992ec96eb70f69bd944e (diff)
Merge pull request #500 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 70ce723..8012a52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3110,9 +3110,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.3.0.tgz",
- "integrity": "sha512-hGk3ag9TU4cb0+ld/wziEsE+CWaS7Rpj6Y6dPv0QVfnqQ7jFCKQ62VHnuk8pFQHkmKMg3HGxkHuojumbukm42w==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.0.tgz",
+ "integrity": "sha512-qX9ZDntxhBj/8KrjIC+nQ+aZkTLRb6W+dbWaT+Cqe/YgdAWzBFceCdscRhiriMljaSma1AHtQKkNnSIUNNABnA==",
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
diff --git a/package.json b/package.json
index 83c523b..135f391 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"@nextcloud/axios": "^1.3.3",
"@nextcloud/dialogs": "^2.0.1",
"@nextcloud/initial-state": "^1.1.2",
- "@nextcloud/l10n": "^1.3.0",
+ "@nextcloud/l10n": "^1.4.0",
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.6.3",
"core-js": "^3.4.4",