Skip to content

Commit 4851471

Browse files
Update dependency dompurify to v3
1 parent e5bc728 commit 4851471

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"aws-sdk": "^2.1237.0",
2828
"commander": "^9.4.0",
29-
"dompurify": "^2.1.1",
29+
"dompurify": "^3.0.0",
3030
"dotenv": "^16.0.3",
3131
"jsdom": "^20.0.0",
3232
"lodash": "^4.17.21",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,11 @@
734734
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz"
735735
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
736736

737+
"@types/trusted-types@^2.0.7":
738+
version "2.0.7"
739+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
740+
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
741+
737742
"@types/yargs-parser@*":
738743
version "21.0.0"
739744
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz"
@@ -1257,10 +1262,12 @@ domexception@^4.0.0:
12571262
dependencies:
12581263
webidl-conversions "^7.0.0"
12591264

1260-
dompurify@^2.1.1:
1261-
version "2.5.7"
1262-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.7.tgz#6e0d36b9177db5a99f18ade1f28579db5ab839d7"
1263-
integrity sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==
1265+
dompurify@^3.0.0:
1266+
version "3.2.4"
1267+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
1268+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
1269+
optionalDependencies:
1270+
"@types/trusted-types" "^2.0.7"
12641271

12651272
dotenv@^16.0.3:
12661273
version "16.0.3"

0 commit comments

Comments
 (0)