Browse Source

chore(deps): Bump dompurify from 3.0.6 to 3.0.8

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.6...3.0.8)

---
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>
tags/v29.0.0beta1
dependabot[bot] 4 months ago
parent
commit
ffb63c86be
5 changed files with 9 additions and 9 deletions
  1. 2
    2
      dist/core-common.js
  2. 1
    1
      dist/core-common.js.LICENSE.txt
  3. 1
    1
      dist/core-common.js.map
  4. 4
    4
      package-lock.json
  5. 1
    1
      package.json

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-common.js.LICENSE.txt View File

@@ -68,7 +68,7 @@
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/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 */
/*! @license DOMPurify 3.0.8 | (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.8/LICENSE */

/*! https://mths.be/punycode v1.4.1 by @mathias */


+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 4
- 4
package-lock.json View File

@@ -44,7 +44,7 @@
"core-js": "^3.35.1",
"davclient.js": "github:owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^3.0.6",
"dompurify": "^3.0.8",
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",
"handlebars": "^4.7.7",
@@ -10561,9 +10561,9 @@
}
},
"node_modules/dompurify": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz",
"integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w=="
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.8.tgz",
"integrity": "sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ=="
},
"node_modules/domutils": {
"version": "3.1.0",

+ 1
- 1
package.json View File

@@ -71,7 +71,7 @@
"core-js": "^3.35.1",
"davclient.js": "github:owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.1",
"dompurify": "^3.0.6",
"dompurify": "^3.0.8",
"escape-html": "^1.0.3",
"focus-trap": "^7.5.4",
"handlebars": "^4.7.7",

Loading…
Cancel
Save