Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.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>2022-08-13 07:53:17 +0300
committerGitHub <noreply@github.com>2022-08-13 07:53:17 +0300
commit38c9c8b8173151b6d95a48599ba5d7afb34f8355 (patch)
tree80d6f48267d37d6a1581d2f8bc2de9dc11ae299a
parenta4364f2d09ede53c69f7ce3ef51c2c44aad323b2 (diff)
Bump @nextcloud/l10n from 1.4.1 to 1.6.0dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/commits) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 92546a9..fedc789 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.6.14"
},
@@ -1932,9 +1932,9 @@
}
},
"node_modules/@nextcloud/l10n": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.1.tgz",
- "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"
@@ -14299,9 +14299,9 @@
}
},
"@nextcloud/l10n": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.1.tgz",
- "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 eb512c5..5577a26 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"dependencies": {
"@nextcloud/initial-state": "^1.2.1",
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^1.6.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.6.14"
},