From 1ae100c2692b81f90f1e92836b1d32a5ff4e3208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:31:23 +0000 Subject: [PATCH] build(deps): bump @nextcloud/l10n in /build/frontend-legacy Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 9 ++++----- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index aad75cb91a7..2f923b0c7a1 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.12.0", "@nextcloud/initial-state": "^3.0.0", - "@nextcloud/l10n": "^3.4.0", + "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.1", @@ -3401,10 +3401,9 @@ } }, "node_modules/@nextcloud/l10n": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.0.tgz", - "integrity": "sha512-K4UBSl0Ou6sXXLxyjuhktRf2FyTCjyvHxJyBLmS2z3YEYcRkpf8ib3XneRwEQIEpzBPQjul2/ZdFlt7umd8Gaw==", - "license": "GPL-3.0-or-later", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.4.1.tgz", + "integrity": "sha512-aTFinTcKiK2gEXwLgutXekpZZ8/v/4QiC8C3QCLH5m0o+WtxsBC+fqV142ebC/rfDnzCLhY4ZtswSu8bFbZocg==", "dependencies": { "@nextcloud/router": "^3.0.1", "@nextcloud/typings": "^1.9.1", diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index c689279f4b3..5ad33cd8381 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -37,7 +37,7 @@ "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.12.0", "@nextcloud/initial-state": "^3.0.0", - "@nextcloud/l10n": "^3.4.0", + "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.5", "@nextcloud/password-confirmation": "^6.0.1",