summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-21 03:34:43 +0000
committerGitHub <noreply@github.com>2022-05-21 03:34:43 +0000
commit35b5c17954940b945e013594b75e4a1c7309151c (patch)
tree23d7ccc19c20cdb0d34ccca8465d07565557b82e
parentee5b5f9be094b0fd730cd878045d4bc16a85e834 (diff)
parent8a09ad4efc04ad0139d42fe9dc93f0e523cfe4db (diff)
Merge pull request #2752 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index d8f16c69..0df2f744 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
@@ -2650,8 +2650,9 @@
}
},
"node_modules/@nextcloud/l10n": {
- "version": "1.4.1",
- "integrity": "sha512-19LPGmozfuLCeO4xRS9Y1Av6DquqVgBH2kQyWL6dJ49AynMGN9uVOrNv3GYoqULzEcHoetMAt+8PLTdE6zKbvA==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
+ "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
"dependencies": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
@@ -20493,8 +20494,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.4.1",
- "integrity": "sha512-19LPGmozfuLCeO4xRS9Y1Av6DquqVgBH2kQyWL6dJ49AynMGN9uVOrNv3GYoqULzEcHoetMAt+8PLTdE6zKbvA==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
+ "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
"requires": {
"core-js": "^3.6.4",
"node-gettext": "^3.0.0"
diff --git a/package.json b/package.json
index 4fe3e952..d780f911 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",