summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c89119b10ac..c44423cd11f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1520,9 +1520,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.2.tgz",
- "integrity": "sha512-p4YrycRqLY2yBaK9E/G5pbISxwmsgs4cd2KbI1zIiMWHiPrZWqU0myQFgfuoL9zW3ySyKI7ozqyJu4I8RZEOAA==",
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.2.3.tgz",
+ "integrity": "sha512-bd/bp/pk24Sl/Fjj3KJhDsGhc5EI1tIs34+sl4eaBNrj7SHl79K9bAzarxtABx6LSXn6pl6K/YYkKCidqPzuDQ==",
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
diff --git a/package.json b/package.json
index daa17e2542e..c395a395c01 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"@nextcloud/dialogs": "^1.2.2",
"@nextcloud/event-bus": "^1.1.4",
"@nextcloud/initial-state": "^1.1.1",
- "@nextcloud/l10n": "^1.2.2",
+ "@nextcloud/l10n": "^1.2.3",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/paths": "^1.1.1",