chore(deps): update dependency dompurify to ^3.2.0 #198

Merged
Xefir merged 1 commits from renovate/dompurify-3.x into main 2024-11-12 08:12:53 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@nextcloud/router": "^3.0.1",
"@nextcloud/vite-config": "^2.2.2",
"@nextcloud/vue": "9.0.0-alpha.5",
"dompurify": "^3.1.7",
"dompurify": "^3.2.0",
"linkify-html": "^4.1.3",
"pinia": "^2.2.6",
"toastify-js": "^1.12.0",
@ -4627,9 +4627,9 @@
}
},
"node_modules/dompurify": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz",
"integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.0.tgz",
"integrity": "sha512-AMdOzK44oFWqHEi0wpOqix/fUNY707OmoeFDnbi3Q5I8uOpy21ufUA5cDJPr0bosxrflOVD/H2DMSvuGKJGfmQ==",
"license": "(MPL-2.0 OR Apache-2.0)"
},
"node_modules/domutils": {

View File

@ -22,7 +22,7 @@
"@nextcloud/router": "^3.0.1",
"@nextcloud/vite-config": "^2.2.2",
"@nextcloud/vue": "9.0.0-alpha.5",
"dompurify": "^3.1.7",
"dompurify": "^3.2.0",
"linkify-html": "^4.1.3",
"pinia": "^2.2.6",
"toastify-js": "^1.12.0",