Merge pull request #40914 from nextcloud/dependabot/npm_and_yarn/dompurify-3.0.6

chore(deps): Bump dompurify from 3.0.5 to 3.0.6
This commit is contained in:
Ferdinand Thiessen 2023-10-18 13:44:52 +02:00 committed by GitHub
commit bb912ad47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -68,7 +68,7 @@
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
*/
/*! @license DOMPurify 3.0.5 | (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.5/LICENSE */
/*! @license DOMPurify 3.0.6 | (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.6/LICENSE */
/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View file

@ -43,7 +43,7 @@
"core-js": "^3.33.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^3.0.5",
"dompurify": "^3.0.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.4.0",
"handlebars": "^4.7.7",
@ -10715,9 +10715,9 @@
}
},
"node_modules/dompurify": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.5.tgz",
"integrity": "sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A=="
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz",
"integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w=="
},
"node_modules/domutils": {
"version": "3.1.0",

View file

@ -70,7 +70,7 @@
"core-js": "^3.33.0",
"davclient.js": "github:owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^3.0.5",
"dompurify": "^3.0.6",
"escape-html": "^1.0.3",
"focus-trap": "^7.4.0",
"handlebars": "^4.7.7",