isomorphic-dompurify
Advanced tools
Comparing version 0.13.0 to 0.14.0
{ | ||
"name": "isomorphic-dompurify", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Makes it possible to use DOMPurify on server and client in the same way.", | ||
@@ -32,11 +32,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/dompurify": "^2.1.0", | ||
"dompurify": "^2.2.7", | ||
"jsdom": "^16.5.2" | ||
"@types/dompurify": "^2.2.2", | ||
"dompurify": "^2.2.9", | ||
"jsdom": "^16.6.0" | ||
}, | ||
"types": "index.d.ts", | ||
"devDependencies": { | ||
"jest": "^26.6.3", | ||
"terser": "^5.6.1" | ||
"jest": "^27.0.4", | ||
"terser": "^5.7.0" | ||
} | ||
} |
Updated@types/dompurify@^2.2.2
Updateddompurify@^2.2.9
Updatedjsdom@^16.6.0