Skip to content

Commit

Permalink
Updated dependencies. Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jun 5, 2024
1 parent 4bfd3bc commit dafb24e
Show file tree
Hide file tree
Showing 2 changed files with 1,682 additions and 1,352 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "2.11.0",
"version": "2.12.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -35,8 +35,8 @@
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.4",
"jsdom": "^24.0.0"
"dompurify": "^3.1.5",
"jsdom": "^24.1.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit dafb24e

Please sign in to comment.