fix(deps): update dependency @nextcloud/l10n to ^3.0.1

This commit is contained in:
renovate[bot] 2024-05-04 13:22:40 +00:00 коммит произвёл GitHub
Родитель d8d0a07f9d
Коммит f5e20a7f20
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 10 добавлений и 10 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -18,7 +18,7 @@
"@nextcloud/event-bus": "^3.2.0", "@nextcloud/event-bus": "^3.2.0",
"@nextcloud/files": "^3.2.1", "@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0", "@nextcloud/l10n": "^3.0.1",
"@nextcloud/logger": "^2.7.0", "@nextcloud/logger": "^2.7.0",
"@nextcloud/moment": "^1.3.1", "@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
@ -4150,15 +4150,15 @@
} }
}, },
"node_modules/@nextcloud/l10n": { "node_modules/@nextcloud/l10n": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.1.tgz",
"integrity": "sha512-m1RqUuIM6Ms0S+clXvO7rcra/XOF38wVUM00sn55jsSSbJ3CMLdanX7vpgIVEF4V5UxS8IZvhEppSC1XgOe7XQ==", "integrity": "sha512-Ll9iMxhX1aE9+X/AbZhYMtbOcPtismzke04OKlx60CnK6U/ZObYN5MMkEpLbbMasY18l0QxtGGFA4elgGW6XvA==",
"dependencies": { "dependencies": {
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.8.0", "@nextcloud/typings": "^1.8.0",
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@types/escape-html": "^1.0.4", "@types/escape-html": "^1.0.4",
"dompurify": "^3.1.1", "dompurify": "^3.1.2",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"node-gettext": "^3.0.0" "node-gettext": "^3.0.0"
}, },
@ -33942,15 +33942,15 @@
"integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg==" "integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg=="
}, },
"@nextcloud/l10n": { "@nextcloud/l10n": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.1.tgz",
"integrity": "sha512-m1RqUuIM6Ms0S+clXvO7rcra/XOF38wVUM00sn55jsSSbJ3CMLdanX7vpgIVEF4V5UxS8IZvhEppSC1XgOe7XQ==", "integrity": "sha512-Ll9iMxhX1aE9+X/AbZhYMtbOcPtismzke04OKlx60CnK6U/ZObYN5MMkEpLbbMasY18l0QxtGGFA4elgGW6XvA==",
"requires": { "requires": {
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.8.0", "@nextcloud/typings": "^1.8.0",
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@types/escape-html": "^1.0.4", "@types/escape-html": "^1.0.4",
"dompurify": "^3.1.1", "dompurify": "^3.1.2",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"node-gettext": "^3.0.0" "node-gettext": "^3.0.0"
} }

Просмотреть файл

@ -44,7 +44,7 @@
"@nextcloud/event-bus": "^3.2.0", "@nextcloud/event-bus": "^3.2.0",
"@nextcloud/files": "^3.2.1", "@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0", "@nextcloud/l10n": "^3.0.1",
"@nextcloud/logger": "^2.7.0", "@nextcloud/logger": "^2.7.0",
"@nextcloud/moment": "^1.3.1", "@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",