From e4bd1efe005284ab01201d34593a3ea0293d0cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 02:58:33 +0000 Subject: [PATCH] chore(deps): bump @nextcloud/l10n from 2.0.1 to 2.1.0 Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 2.0.1 to 2.1.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/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa77cbbc9..a2c68e59c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", + "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.0.1", @@ -3147,9 +3147,9 @@ "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ==" }, "node_modules/@nextcloud/l10n": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.0.1.tgz", - "integrity": "sha512-vTzsYUdNNJhDmdQS5pOhv+tdqGhjzI+iWZMQgM19rcpFo9MDFrcK/bQBIgcQypJjqSmNlP62M9CMVTm4fIwlsA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.1.0.tgz", + "integrity": "sha512-rToqXwxcsDTcijvSdgyJAKuOuW7XggDYH00/t3GN5HzO1lNNnVtOj7cc5WmiTknciM+En2oVSMFIUPs6HehjVQ==", "dependencies": { "@nextcloud/router": "^2.0.0", "dompurify": "^2.4.1", @@ -20553,9 +20553,9 @@ "integrity": "sha512-xmNP30v/RnkJ2z1HcuEo7YfcLJJa+FdWTwgNldXHOlMeMbl/ESpsGkWL2sULrhYurz64L0JpfwEdi/cHcmyuZQ==" }, "@nextcloud/l10n": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.0.1.tgz", - "integrity": "sha512-vTzsYUdNNJhDmdQS5pOhv+tdqGhjzI+iWZMQgM19rcpFo9MDFrcK/bQBIgcQypJjqSmNlP62M9CMVTm4fIwlsA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.1.0.tgz", + "integrity": "sha512-rToqXwxcsDTcijvSdgyJAKuOuW7XggDYH00/t3GN5HzO1lNNnVtOj7cc5WmiTknciM+En2oVSMFIUPs6HehjVQ==", "requires": { "@nextcloud/router": "^2.0.0", "dompurify": "^2.4.1", diff --git a/package.json b/package.json index 5f91143bb..fb233b7c2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", + "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/notify_push": "^1.1.3", "@nextcloud/router": "^2.0.1",