mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0
Dependabot couldn't find the original pull request head commit, 60b6e6ee5ae45085f2e4dfdfea8546ecef0e4df9.
This commit is contained in:
parent
acab1571df
commit
cd24562a78
2 changed files with 8 additions and 19 deletions
25
package-lock.json
generated
25
package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
|||
"@nextcloud/event-bus": "^3.3.2",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
"@nextcloud/initial-state": "^2.2.0",
|
||||
"@nextcloud/l10n": "^3.1.0",
|
||||
"@nextcloud/l10n": "^3.3.0",
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"@nextcloud/moment": "^1.3.4",
|
||||
"@nextcloud/password-confirmation": "^5.3.1",
|
||||
|
|
@ -4084,21 +4084,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/l10n": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.2.0.tgz",
|
||||
"integrity": "sha512-5TbIc415C0r8YUA0i4bOXKL0iInY8ka+t8PGHihqevzqf/LAkFatd+p6mCLJT3tQPxgkcIRCIuyOkiUM0Lyw5Q==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.3.0.tgz",
|
||||
"integrity": "sha512-gPvAf5gzqxjnk8l6kr8LQTMN3lv5CLN8tTWwMfavmTbPsKj2/ZUjZhwIm3PcZ3xvJzBi7Ttgrf9xz5cT6CGsWg==",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/typings": "^1.9.1",
|
||||
"@types/dompurify": "^3.2.0",
|
||||
"@types/escape-html": "^1.0.4",
|
||||
"dompurify": "^3.2.4",
|
||||
"dompurify": "^3.2.6",
|
||||
"escape-html": "^1.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.0.0",
|
||||
"npm": "^10.0.0"
|
||||
"node": "^22.0.0",
|
||||
"npm": "^10.5.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@nextcloud/logger": {
|
||||
|
|
@ -5944,16 +5943,6 @@
|
|||
"@types/ssh2": "*"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.4.tgz",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"@nextcloud/event-bus": "^3.3.2",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
"@nextcloud/initial-state": "^2.2.0",
|
||||
"@nextcloud/l10n": "^3.1.0",
|
||||
"@nextcloud/l10n": "^3.3.0",
|
||||
"@nextcloud/logger": "^3.0.2",
|
||||
"@nextcloud/moment": "^1.3.4",
|
||||
"@nextcloud/password-confirmation": "^5.3.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue