Skip to content

Commit 80cf25b

Browse files
Fixing sanitize-html to ^2.13.0 (#2515)
1 parent 9ce2ca1 commit 80cf25b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"react-syntax-highlighter": "^15.5.0",
5656
"redux": "^5.0.0",
5757
"remark": "14.0.3",
58+
"sanitize-html": "^2.13.0",
5859
"strip-markdown": "^6.0.0",
5960
"styled-components": "5.3.11",
6061
"sweetalert2": "^11.10.1",

yarn.lock

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8170,7 +8170,7 @@ htmlparser2@^6.1.0:
81708170
domutils "^2.5.2"
81718171
entities "^2.0.0"
81728172

8173-
htmlparser2@^8.0.1:
8173+
htmlparser2@^8.0.0, htmlparser2@^8.0.1:
81748174
version "8.0.2"
81758175
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
81768176
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
@@ -8654,6 +8654,11 @@ is-plain-object@^2.0.4:
86548654
dependencies:
86558655
isobject "^3.0.1"
86568656

8657+
is-plain-object@^5.0.0:
8658+
version "5.0.0"
8659+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
8660+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
8661+
86578662
is-promise@^2.2.2:
86588663
version "2.2.2"
86598664
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1"
@@ -11929,7 +11934,7 @@ postcss@^7.0.27:
1192911934
picocolors "^0.2.1"
1193011935
source-map "^0.6.1"
1193111936

11932-
postcss@^8.2.15, postcss@^8.2.9, postcss@^8.4.24:
11937+
postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11, postcss@^8.4.24:
1193311938
version "8.4.38"
1193411939
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
1193511940
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
@@ -13353,6 +13358,18 @@ sanitize-html@^1.27.5:
1335313358
parse-srcset "^1.0.2"
1335413359
postcss "^7.0.27"
1335513360

13361+
sanitize-html@^2.13.0:
13362+
version "2.13.0"
13363+
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.13.0.tgz#71aedcdb777897985a4ea1877bf4f895a1170dae"
13364+
integrity sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==
13365+
dependencies:
13366+
deepmerge "^4.2.2"
13367+
escape-string-regexp "^4.0.0"
13368+
htmlparser2 "^8.0.0"
13369+
is-plain-object "^5.0.0"
13370+
parse-srcset "^1.0.2"
13371+
postcss "^8.3.11"
13372+
1335613373
sax@^1.2.4:
1335713374
version "1.3.0"
1335813375
resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"

0 commit comments

Comments
 (0)