Skip to content

Commit 680774d

Browse files
authored
CVE fix for dompurify@3.1.2 (#459)
Signed-off-by: Ryan Liang <jiallian@amazon.com>
1 parent d3d0a0e commit 680774d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"babel-polyfill": "^6.26.0",
2222
"cron-validator": "^1.1.1",
23-
"dompurify": "^3.0.11",
23+
"dompurify": "^3.1.2",
2424
"elastic-builder": "^2.7.1",
2525
"enzyme-adapter-react-16": "^1.15.5",
2626
"exceljs": "^4.4.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2506,10 +2506,10 @@ dompurify@^2.2.0:
25062506
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.6.tgz#8402b501611eaa7fb3786072297fcbe2787f8592"
25072507
integrity sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==
25082508

2509-
dompurify@^3.0.11:
2510-
version "3.1.2"
2511-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.2.tgz#d1e158457e00666ab40c9c3d8aab57586a072bd1"
2512-
integrity sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==
2509+
dompurify@^3.1.2:
2510+
version "3.1.7"
2511+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
2512+
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
25132513

25142514
domutils@^3.1.0:
25152515
version "3.1.0"
@@ -4937,7 +4937,7 @@ path-parse@^1.0.7:
49374937
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
49384938
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
49394939

4940-
path-to-regexp@^1.7.0, path-to-regexp@^1.8.0, path-to-regexp@^1.9.0:
4940+
path-to-regexp@^1.7.0, path-to-regexp@^1.8.0:
49414941
version "1.9.0"
49424942
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
49434943
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==

0 commit comments

Comments
 (0)