Skip to content

Commit

Permalink
Upgraded deps. Increased project version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Sep 27, 2024
1 parent ef0c702 commit 1a404c4
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 127 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "2.15.0",
"version": "2.16.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -35,12 +35,12 @@
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.5",
"dompurify": "^3.1.6",
"jsdom": "^25.0.0"
"dompurify": "^3.1.7",
"jsdom": "^25.0.1"
},
"devDependencies": {
"terser": "^5.31.3",
"vitest": "^2.0.5"
"terser": "^5.34.0",
"vitest": "^2.1.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 1a404c4

Please sign in to comment.