Skip to content

Commit 09ecead

Browse files
authored
Merge pull request #1232 from jakeonrails/jakeonrails/update-dompurify-to-3.2.5-to-fix-#1231
Bump dompurify to 3.2.5 to resolve security issue
2 parents 1e214a7 + 447c001 commit 09ecead

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"start": "yarn build-assets && concurrently --kill-others --names js,css,dev-server 'yarn watch' 'yarn build-css --watch' 'yarn dev'"
7272
},
7373
"dependencies": {
74-
"dompurify": "^3.2.3"
74+
"dompurify": "^3.2.5"
7575
}
7676
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,10 +2738,10 @@ domhandler@^4.2.0, domhandler@^4.3.1:
27382738
dependencies:
27392739
domelementtype "^2.2.0"
27402740

2741-
dompurify@^3.2.3:
2742-
version "3.2.3"
2743-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd"
2744-
integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==
2741+
dompurify@^3.2.5:
2742+
version "3.2.5"
2743+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.5.tgz#11b108656a5fb72b24d916df17a1421663d7129c"
2744+
integrity sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==
27452745
optionalDependencies:
27462746
"@types/trusted-types" "^2.0.7"
27472747

0 commit comments

Comments
 (0)