Skip to content

Commit 0b31cb9

Browse files
committed
Update dompurify dependency to version 3.2.3
1 parent 4c0b533 commit 0b31cb9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@juggle/resize-observer": "^3.4.0",
2424
"@mdi/font": "^7.4.47",
25-
"dompurify": "^3.2.2",
25+
"dompurify": "^3.2.3",
2626
"fontfaceobserver": "^2.3.0",
2727
"geojson": "^0.5.0",
2828
"ol": "^10.3.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,13 +616,20 @@ detect-libc@^1.0.3:
616616
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
617617
integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==
618618

619-
dompurify@*, dompurify@^3.2.2:
619+
dompurify@*:
620620
version "3.2.2"
621621
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.2.tgz#6c0518745e81686c74a684f5af1e5613e7cc0246"
622622
integrity sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==
623623
optionalDependencies:
624624
"@types/trusted-types" "^2.0.7"
625625

626+
dompurify@^3.2.3:
627+
version "3.2.3"
628+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd"
629+
integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==
630+
optionalDependencies:
631+
"@types/trusted-types" "^2.0.7"
632+
626633
earcut@^3.0.0:
627634
version "3.0.0"
628635
resolved "https://registry.yarnpkg.com/earcut/-/earcut-3.0.0.tgz#a8d5bf891224eaea8287201b5e787c6c0318af89"

0 commit comments

Comments
 (0)