Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 25, 2024
1 parent 0d16146 commit 5d002d2
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 237 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.13.0",
"version": "2.14.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.6",
"jsdom": "^24.1.0"
"jsdom": "^24.1.1"
},
"devDependencies": {
"jest": "^29.7.0",
"terser": "^5.31.1"
"terser": "^5.31.3"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 5d002d2

Please sign in to comment.