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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-07 18:31:51 +0300
committerGitHub <noreply@github.com>2020-09-07 18:31:51 +0300
commitd2c83005321e80a70867c395f94780422c5c9d29 (patch)
tree5143a402d37af810a813b55473f6bf7038f3f8b5
parent7f0c96fb12888c5aa82a62b34914b94e47db2e0b (diff)
parenta5e1a56ce55820bc07c4400fc80f7726f9feaeb3 (diff)
Merge pull request #512 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1
-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 cba90f4..8320469 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2977,9 +2977,9 @@
}
},
"@nextcloud/l10n": {
- "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==",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.1.tgz",
+ "integrity": "sha512-19LPGmozfuLCeO4xRS9Y1Av6DquqVgBH2kQyWL6dJ49AynMGN9uVOrNv3GYoqULzEcHoetMAt+8PLTdE6zKbvA==",
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
diff --git a/package.json b/package.json
index 47593b5..4270c90 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"@nextcloud/axios": "^1.4.0",
"@nextcloud/dialogs": "^2.0.1",
"@nextcloud/initial-state": "^1.1.2",
- "@nextcloud/l10n": "^1.4.0",
+ "@nextcloud/l10n": "^1.4.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.6.4",
"core-js": "^3.4.4",