Chore(deps): Bump dompurify from 3.1.3 to 3.1.4

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

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-25 02:18:22 +00:00
committed by GitHub
parent b3cfc28b5f
commit cfca3872f3
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"@nextcloud/vue": "^8.11.3", "@nextcloud/vue": "^8.11.3",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"dompurify": "^3.1.3", "dompurify": "^3.1.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
@@ -8399,9 +8399,9 @@
} }
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz",
"integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==" "integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww=="
}, },
"node_modules/domutils": { "node_modules/domutils": {
"version": "3.1.0", "version": "3.1.0",
@@ -27394,9 +27394,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz",
"integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==" "integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww=="
}, },
"domutils": { "domutils": {
"version": "3.1.0", "version": "3.1.0",

View File

@@ -46,7 +46,7 @@
"@nextcloud/vue": "^8.11.3", "@nextcloud/vue": "^8.11.3",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"dompurify": "^3.1.3", "dompurify": "^3.1.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",