mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
chore(deps): Bump dompurify from 3.3.3 to 3.4.0 in /build/frontend-legacy
Dependabot couldn't find the original pull request head commit, e3772064772165c56e22bf6fcc05cc3cd1786e71.
This commit is contained in:
parent
ce78f983f0
commit
851f9bc587
2 changed files with 5 additions and 5 deletions
8
build/frontend-legacy/package-lock.json
generated
8
build/frontend-legacy/package-lock.json
generated
|
|
@ -45,7 +45,7 @@
|
|||
"crypto-browserify": "^3.12.1",
|
||||
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
|
||||
"debounce": "^3.0.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"dompurify": "^3.4.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^8.0.0",
|
||||
"handlebars": "^4.7.8",
|
||||
|
|
@ -8884,9 +8884,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dompurify": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz",
|
||||
"integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz",
|
||||
"integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
|
||||
"license": "(MPL-2.0 OR Apache-2.0)",
|
||||
"optionalDependencies": {
|
||||
"@types/trusted-types": "^2.0.7"
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"crypto-browserify": "^3.12.1",
|
||||
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
|
||||
"debounce": "^3.0.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"dompurify": "^3.4.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^8.0.0",
|
||||
"handlebars": "^4.7.8",
|
||||
|
|
|
|||
Loading…
Reference in a new issue