From 8a69caeca9aab0e25ede5bfa56deaaa04991a411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 02:56:43 +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 68b76821..5c59ee25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", + "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.1", "@nextcloud/vue": "^7.6.0", @@ -2923,9 +2923,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", @@ -15995,9 +15995,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 d1986dbe..dd15b7aa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/axios": "^2.3.0", "@nextcloud/dialogs": "^4.0.1", "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", + "@nextcloud/l10n": "^2.1.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.0.1", "@nextcloud/vue": "^7.6.0",