Skip to content

Commit 1ebf2b7

Browse files
authored
Merge pull request #1412 from privy-open-source/renovate/sanitize-html-2.x
chore(deps): update dependency @types/sanitize-html to v2.13.0
2 parents 1f07a29 + 78868bc commit 1ebf2b7

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.2",
4141
"@types/lodash-es": "4.17.12",
4242
"@types/marked": "6.0.0",
43-
"@types/sanitize-html": "2.11.0",
43+
"@types/sanitize-html": "2.13.0",
4444
"@types/scroll-into-view": "1.16.4",
4545
"@types/webfontloader": "1.6.38",
4646
"@types/zxcvbn": "4.4.4",

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@nuxtjs/tailwindcss": "6.12.1",
107107
"@privyid/browserslist-config": "workspace:^",
108108
"@privyid/tailwind-preset": "workspace:^",
109-
"@types/sanitize-html": "2.11.0",
109+
"@types/sanitize-html": "2.13.0",
110110
"browserslist-to-esbuild": "2.1.1",
111111
"nuxt": "3.12.4",
112112
"postcss-custom-properties": "14.0.1",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,7 @@ __metadata:
37613761
"@types/html-escaper": "npm:3.0.2"
37623762
"@types/lodash-es": "npm:4.17.12"
37633763
"@types/marked": "npm:6.0.0"
3764-
"@types/sanitize-html": "npm:2.11.0"
3764+
"@types/sanitize-html": "npm:2.13.0"
37653765
"@types/scroll-into-view": "npm:1.16.4"
37663766
"@types/webfontloader": "npm:1.6.38"
37673767
"@types/zxcvbn": "npm:4.4.4"
@@ -3936,7 +3936,7 @@ __metadata:
39363936
"@splidejs/splide": "npm:4.1.4"
39373937
"@testing-library/dom": "npm:10.4.0"
39383938
"@testing-library/user-event": "npm:14.5.2"
3939-
"@types/sanitize-html": "npm:2.11.0"
3939+
"@types/sanitize-html": "npm:2.13.0"
39403940
"@vueuse/core": "npm:11.0.0"
39413941
"@vueuse/math": "npm:11.0.0"
39423942
"@zxing/browser": "npm:0.1.5"
@@ -4962,6 +4962,15 @@ __metadata:
49624962
languageName: node
49634963
linkType: hard
49644964

4965+
"@types/sanitize-html@npm:2.13.0":
4966+
version: 2.13.0
4967+
resolution: "@types/sanitize-html@npm:2.13.0"
4968+
dependencies:
4969+
htmlparser2: "npm:^8.0.0"
4970+
checksum: 10/a32c67bdf86048efa8ee5cdc1a68351758bae888956010eea58e694c1f9fc580632d1ce0478d31984559e0b03282d130ffe3e87479838c8da92cf1ac06626edc
4971+
languageName: node
4972+
linkType: hard
4973+
49654974
"@types/scheduler@npm:^0.16":
49664975
version: 0.16.8
49674976
resolution: "@types/scheduler@npm:0.16.8"

0 commit comments

Comments
 (0)