chore(deps): update dependency dompurify to ^3.2.1 #204

Merged
Xefir merged 1 commits from renovate/dompurify-3.x into main 2024-11-21 08:38:45 +00:00
2 changed files with 9 additions and 6 deletions

13
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.2.0",
"dompurify": "^3.2.1",
"linkify-html": "^4.1.4",
"pinia": "^2.2.6",
"toastify-js": "^1.12.0",
@ -4627,10 +4627,13 @@
}
},
"node_modules/dompurify": {
"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)"
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz",
"integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}
},
"node_modules/domutils": {
"version": "3.1.0",

View File

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