chore(deps): Bump @nextcloud/l10n from 3.2.0 to 3.3.0

Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.2.0 to 3.3.0.
- [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.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-04 16:07:25 +00:00 committed by GitHub
commit 6842c0c14a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 22 deletions

31
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@nextcloud/event-bus": "^3.3.2", "@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.10.2", "@nextcloud/files": "^3.10.2",
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.2.0", "@nextcloud/l10n": "^3.3.0",
"@nextcloud/logger": "^3.0.2", "@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.4", "@nextcloud/moment": "^1.3.4",
"@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/password-confirmation": "^5.3.1",
@ -3179,21 +3179,20 @@
} }
}, },
"node_modules/@nextcloud/l10n": { "node_modules/@nextcloud/l10n": {
"version": "3.2.0", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.2.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.3.0.tgz",
"integrity": "sha512-5TbIc415C0r8YUA0i4bOXKL0iInY8ka+t8PGHihqevzqf/LAkFatd+p6mCLJT3tQPxgkcIRCIuyOkiUM0Lyw5Q==", "integrity": "sha512-gPvAf5gzqxjnk8l6kr8LQTMN3lv5CLN8tTWwMfavmTbPsKj2/ZUjZhwIm3PcZ3xvJzBi7Ttgrf9xz5cT6CGsWg==",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@nextcloud/router": "^3.0.1", "@nextcloud/router": "^3.0.1",
"@nextcloud/typings": "^1.9.1", "@nextcloud/typings": "^1.9.1",
"@types/dompurify": "^3.2.0",
"@types/escape-html": "^1.0.4", "@types/escape-html": "^1.0.4",
"dompurify": "^3.2.4", "dompurify": "^3.2.6",
"escape-html": "^1.0.3" "escape-html": "^1.0.3"
}, },
"engines": { "engines": {
"node": "^20.0.0", "node": "^22.0.0",
"npm": "^10.0.0" "npm": "^10.5.1"
} }
}, },
"node_modules/@nextcloud/logger": { "node_modules/@nextcloud/logger": {
@ -4009,16 +4008,6 @@
"@types/ms": "*" "@types/ms": "*"
} }
}, },
"node_modules/@types/dompurify": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz",
"integrity": "sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==",
"deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.",
"license": "MIT",
"dependencies": {
"dompurify": "*"
}
},
"node_modules/@types/escape-html": { "node_modules/@types/escape-html": {
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.4.tgz",
@ -7421,9 +7410,9 @@
} }
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.2.5", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.5.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
"integrity": "sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==", "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
"license": "(MPL-2.0 OR Apache-2.0)", "license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": { "optionalDependencies": {
"@types/trusted-types": "^2.0.7" "@types/trusted-types": "^2.0.7"

View file

@ -32,7 +32,7 @@
"@nextcloud/event-bus": "^3.3.2", "@nextcloud/event-bus": "^3.3.2",
"@nextcloud/files": "^3.10.2", "@nextcloud/files": "^3.10.2",
"@nextcloud/initial-state": "^2.2.0", "@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.2.0", "@nextcloud/l10n": "^3.3.0",
"@nextcloud/logger": "^3.0.2", "@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.4", "@nextcloud/moment": "^1.3.4",
"@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/password-confirmation": "^5.3.1",