Skip to content

Commit c333cf0

Browse files
Bump dompurify from 2.4.7 to 2.5.4 in /DigitalLearningSolutions.Web
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.7 to 2.5.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.4.7...2.5.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59d481c commit c333cf0

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"chartist": "^0.11.4",
2626
"core-js": "^3.36.0",
2727
"date-fns": "^2.30.0",
28-
"dompurify": "^2.4.7",
28+
"dompurify": "^2.5.4",
2929
"input-range-scss": "^1.5.3",
3030
"jodit": "^3.24.9",
3131
"js-cookie": "^3.0.5",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,10 +2688,10 @@ domexception@^4.0.0:
26882688
dependencies:
26892689
webidl-conversions "^7.0.0"
26902690

2691-
dompurify@^2.4.7:
2692-
version "2.4.7"
2693-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.7.tgz#277adeb40a2c84be2d42a8bcd45f582bfa4d0cfc"
2694-
integrity sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==
2691+
dompurify@^2.5.4:
2692+
version "2.5.4"
2693+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.4.tgz#347e91070963b22db31c7c8d0ce9a0a2c3c08746"
2694+
integrity sha512-l5NNozANzaLPPe0XaAwvg3uZcHtDBnziX/HjsY1UcDj1MxTK8Dd0Kv096jyPK5HRzs/XM5IMj20dW8Fk+HnbUA==
26952695

26962696
eastasianwidth@^0.2.0:
26972697
version "0.2.0"
@@ -5488,7 +5488,16 @@ string-length@^4.0.1:
54885488
char-regex "^1.0.2"
54895489
strip-ansi "^6.0.0"
54905490

5491-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5491+
"string-width-cjs@npm:string-width@^4.2.0":
5492+
version "4.2.3"
5493+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5494+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5495+
dependencies:
5496+
emoji-regex "^8.0.0"
5497+
is-fullwidth-code-point "^3.0.0"
5498+
strip-ansi "^6.0.1"
5499+
5500+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
54925501
version "4.2.3"
54935502
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
54945503
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5560,7 +5569,14 @@ string.prototype.trimstart@^1.0.7:
55605569
define-properties "^1.2.0"
55615570
es-abstract "^1.22.1"
55625571

5563-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5572+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5573+
version "6.0.1"
5574+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5575+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5576+
dependencies:
5577+
ansi-regex "^5.0.1"
5578+
5579+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
55645580
version "6.0.1"
55655581
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
55665582
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6114,7 +6130,16 @@ word-wrap@~1.2.3:
61146130
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
61156131
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
61166132

6117-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6133+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6134+
version "7.0.0"
6135+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6136+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6137+
dependencies:
6138+
ansi-styles "^4.0.0"
6139+
string-width "^4.1.0"
6140+
strip-ansi "^6.0.0"
6141+
6142+
wrap-ansi@^7.0.0:
61186143
version "7.0.0"
61196144
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
61206145
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)