summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-12 01:13:28 +0000
committerGitHub <noreply@github.com>2020-09-12 01:13:28 +0000
commit205b9fc55e964443cf5202627b71a6704240a209 (patch)
tree2ea790727e78a73b1487bc7b8212371c17310e61
parenta332c42ed7bda1603a770b5e4dd3d8dbdfae59b5 (diff)
parentd22fdc0d61213b04984316f21f3d48b890f9cbd5 (diff)
Merge pull request #1797 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 2c0d76e3..da1262c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2474,9 +2474,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 2816da74..5999b818 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,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/paths": "^1.1.2",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "2.6.4",