Skip to content

Commit ff3f69e

Browse files
authored
Merge pull request #1608 from privy-open-source/renovate/sanitize-html-2.x
chore(deps): update dependency @types/sanitize-html to v2.15.0
2 parents d8ada2f + fe163f4 commit ff3f69e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/html-escaper": "3.0.4",
4141
"@types/lodash-es": "4.17.12",
4242
"@types/marked": "6.0.0",
43-
"@types/sanitize-html": "2.13.0",
43+
"@types/sanitize-html": "2.15.0",
4444
"@types/scroll-into-view": "1.16.4",
4545
"@types/webfontloader": "1.6.38",
4646
"@types/zxcvbn": "4.4.5",

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@nuxtjs/tailwindcss": "6.13.2",
127127
"@privyid/browserslist-config": "workspace:^",
128128
"@privyid/tailwind-preset": "workspace:^",
129-
"@types/sanitize-html": "2.13.0",
129+
"@types/sanitize-html": "2.15.0",
130130
"browserslist-to-esbuild": "2.1.1",
131131
"nuxt": "3.16.2",
132132
"postcss-custom-properties": "14.0.4",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,7 +3954,7 @@ __metadata:
39543954
"@types/html-escaper": "npm:3.0.4"
39553955
"@types/lodash-es": "npm:4.17.12"
39563956
"@types/marked": "npm:6.0.0"
3957-
"@types/sanitize-html": "npm:2.13.0"
3957+
"@types/sanitize-html": "npm:2.15.0"
39583958
"@types/scroll-into-view": "npm:1.16.4"
39593959
"@types/webfontloader": "npm:1.6.38"
39603960
"@types/zxcvbn": "npm:4.4.5"
@@ -4148,7 +4148,7 @@ __metadata:
41484148
"@tiptap/pm": "npm:^2.5.9"
41494149
"@tiptap/starter-kit": "npm:^2.5.9"
41504150
"@tiptap/vue-3": "npm:^2.5.9"
4151-
"@types/sanitize-html": "npm:2.13.0"
4151+
"@types/sanitize-html": "npm:2.15.0"
41524152
"@vueuse/core": "npm:11.0.3"
41534153
"@vueuse/math": "npm:11.1.0"
41544154
"@zxing/browser": "npm:0.1.5"
@@ -5825,6 +5825,15 @@ __metadata:
58255825
languageName: node
58265826
linkType: hard
58275827

5828+
"@types/sanitize-html@npm:2.15.0":
5829+
version: 2.15.0
5830+
resolution: "@types/sanitize-html@npm:2.15.0"
5831+
dependencies:
5832+
htmlparser2: "npm:^8.0.0"
5833+
checksum: 10/77a21ddea7de41a6a6a80f3b1f4f7336f12e87fbd5b87b1697ff4f2ff22f98549367c9221158bfc0fbf5a2fc9fc74d0265f848d4e765ad10dd2dc38ccdcdf674
5834+
languageName: node
5835+
linkType: hard
5836+
58285837
"@types/scheduler@npm:^0.16":
58295838
version: 0.16.8
58305839
resolution: "@types/scheduler@npm:0.16.8"

0 commit comments

Comments
 (0)