Merge pull request 'chore(deps): update dependency @nextcloud/l10n to v3.0.1' (#94) from renovate/nextcloud-l10n-3.x-lockfile into main

Reviewed-on: https://git.crystalyx.net/Xefir/repod/pulls/94
This commit is contained in:
Michel Roux 2024-05-05 11:09:09 +00:00
commit c26599cdf7
1 changed files with 4 additions and 4 deletions

8
package-lock.json generated
View File

@ -2639,15 +2639,15 @@
}
},
"node_modules/@nextcloud/l10n": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.0.tgz",
"integrity": "sha512-m1RqUuIM6Ms0S+clXvO7rcra/XOF38wVUM00sn55jsSSbJ3CMLdanX7vpgIVEF4V5UxS8IZvhEppSC1XgOe7XQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.0.1.tgz",
"integrity": "sha512-Ll9iMxhX1aE9+X/AbZhYMtbOcPtismzke04OKlx60CnK6U/ZObYN5MMkEpLbbMasY18l0QxtGGFA4elgGW6XvA==",
"dependencies": {
"@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.8.0",
"@types/dompurify": "^3.0.5",
"@types/escape-html": "^1.0.4",
"dompurify": "^3.1.1",
"dompurify": "^3.1.2",
"escape-html": "^1.0.3",
"node-gettext": "^3.0.0"
},