mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
build(deps): bump dompurify from 3.0.9 to 3.0.11
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.0.9...3.0.11) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
323f72496b
commit
215c0b0c92
5 changed files with 9 additions and 9 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.LICENSE.txt
vendored
2
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -74,7 +74,7 @@
|
|||
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
/*! @license DOMPurify 3.0.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.9/LICENSE */
|
||||
/*! @license DOMPurify 3.0.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.11/LICENSE */
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -44,7 +44,7 @@
|
|||
"core-js": "^3.35.1",
|
||||
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
|
||||
"debounce": "^1.2.1",
|
||||
"dompurify": "^3.0.8",
|
||||
"dompurify": "^3.0.11",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.5.4",
|
||||
"handlebars": "^4.7.7",
|
||||
|
|
@ -11079,9 +11079,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dompurify": {
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.9.tgz",
|
||||
"integrity": "sha512-uyb4NDIvQ3hRn6NiC+SIFaP4mJ/MdXlvtunaqK9Bn6dD3RuB/1S/gasEjDHD8eiaqdSael2vBv+hOs7Y+jhYOQ=="
|
||||
"version": "3.0.11",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz",
|
||||
"integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg=="
|
||||
},
|
||||
"node_modules/domutils": {
|
||||
"version": "3.1.0",
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
"core-js": "^3.35.1",
|
||||
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
|
||||
"debounce": "^1.2.1",
|
||||
"dompurify": "^3.0.8",
|
||||
"dompurify": "^3.0.11",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.5.4",
|
||||
"handlebars": "^4.7.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue