summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-20 20:56:44 +0000
committerGitHub <noreply@github.com>2020-03-20 20:56:44 +0000
commit79c4be37bb391a3482335f8a3733eccd46ca6072 (patch)
tree932be324d4b5d77028376d5e32e1c767f37071cb
parentd870a87f4d7ce03f09c9f0864e86cb1cd3722bf7 (diff)
parent09240a3bef24cfdb4a13aefa38629b4845517f12 (diff)
Merge pull request #1527 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.1.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 dcf9081c..18ea2cb8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1390,9 +1390,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.0.tgz",
- "integrity": "sha512-MywbaSb31JH5LNUsC98RrMwzHdsjDELf+nL5BVtHBQWq2r0cDP0nPd7Ve+knRVdGMegnigXW+F2VXbxFBLb6mQ==",
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.1.tgz",
+ "integrity": "sha512-aVGvOhXgBzGtgMTOIVov1T7jt35FjX2vCqWCT0C/t6T6VgRn6l2Wb3/jzQycyUgGe71VPqS/4TpSH21yyH99YA==",
"requires": {
"core-js": "3.6.4",
"node-gettext": "^2.0.0"
diff --git a/package.json b/package.json
index 568aff33..3e5fcda5 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"@nextcloud/auth": "^1.2.2",
"@nextcloud/dialogs": "^1.2.1",
"@nextcloud/initial-state": "^1.1.1",
- "@nextcloud/l10n": "^1.1.0",
+ "@nextcloud/l10n": "^1.1.1",
"@nextcloud/paths": "^1.1.0",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "1.4.1",