Skip to content

Commit 6e2e398

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15810938
1 parent c1e7da7 commit 6e2e398

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@x-govuk/marked-govspeak": "^0.2.0",
2020
"accessible-autocomplete": "^2.0.4",
2121
"chai-dom": "^1.11.0",
22-
"dompurify": "^3.2.4",
22+
"dompurify": "^3.3.2",
2323
"govuk-frontend": "4.8.0",
2424
"govuk-markdown": "^0.3.0",
2525
"jquery": "^3.6.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,10 +2555,10 @@ domhandler@^5.0.1, domhandler@^5.0.2:
25552555
dependencies:
25562556
domelementtype "^2.3.0"
25572557

2558-
dompurify@^3.2.4:
2559-
version "3.2.4"
2560-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
2561-
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
2558+
dompurify@^3.3.2:
2559+
version "3.3.3"
2560+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.3.tgz#680cae8af3e61320ddf3666a3bc843f7b291b2b6"
2561+
integrity sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==
25622562
optionalDependencies:
25632563
"@types/trusted-types" "^2.0.7"
25642564

0 commit comments

Comments
 (0)