Merge pull request #816 from TriliumNext/renovate/sanitize-html-2.x

fix(deps): update dependency sanitize-html to v2.14.0
This commit is contained in:
Elian Doran 2024-12-21 00:11:18 +02:00 committed by GitHub
commit 5bd28beee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -82,7 +82,7 @@
"request": "2.88.2",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",
"sanitize-html": "2.13.1",
"sanitize-html": "2.14.0",
"sax": "1.4.1",
"semver": "7.6.3",
"serve-favicon": "2.5.0",
@ -16071,9 +16071,9 @@
}
},
"node_modules/sanitize-html": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.1.tgz",
"integrity": "sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==",
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.14.0.tgz",
"integrity": "sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.2.2",

View File

@ -125,7 +125,7 @@
"request": "2.88.2",
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",
"sanitize-html": "2.13.1",
"sanitize-html": "2.14.0",
"sax": "1.4.1",
"semver": "7.6.3",
"serve-favicon": "2.5.0",