Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Dec 10, 2024
1 parent 1e55e93 commit c20261b
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 122 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "2.18.0",
"version": "2.19.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -34,12 +34,12 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"dompurify": "^3.2.2",
"dompurify": "^3.2.3",
"jsdom": "^25.0.1"
},
"devDependencies": {
"terser": "^5.36.0",
"vitest": "^2.1.6"
"terser": "^5.37.0",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit c20261b

Please sign in to comment.