Chore(deps): Bump dompurify from 3.0.11 to 3.1.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-04 01:09:43 +00:00
committed by Julius Härtl
parent 69cf220c70
commit 943b5b4d32
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"@nextcloud/vue": "^8.11.1", "@nextcloud/vue": "^8.11.1",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"dompurify": "^3.0.11", "dompurify": "^3.1.2",
"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",
@@ -9602,9 +9602,9 @@
} }
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.0.11", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz",
"integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" "integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg=="
}, },
"node_modules/domutils": { "node_modules/domutils": {
"version": "2.8.0", "version": "2.8.0",
@@ -30071,9 +30071,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "3.0.11", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.11.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.2.tgz",
"integrity": "sha512-Fan4uMuyB26gFV3ovPoEoQbxRRPfTu3CvImyZnhGq5fsIEO+gEFLp45ISFt+kQBWsK5ulDdT0oV28jS1UrwQLg==" "integrity": "sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg=="
}, },
"domutils": { "domutils": {
"version": "2.8.0", "version": "2.8.0",

View File

@@ -46,7 +46,7 @@
"@nextcloud/vue": "^8.11.1", "@nextcloud/vue": "^8.11.1",
"blueimp-md5": "^2.19.0", "blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"dompurify": "^3.0.11", "dompurify": "^3.1.2",
"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",