Skip to content

Commit

Permalink
Upgraded dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Apr 16, 2023
1 parent 49db295 commit d7ef922
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 133 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": "1.2.0",
"version": "1.3.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -31,12 +31,12 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.0",
"dompurify": "^3.0.1",
"jsdom": "^21.1.0"
"@types/dompurify": "^3.0.1",
"dompurify": "^3.0.2",
"jsdom": "^21.1.1"
},
"devDependencies": {
"jest": "^29.5.0",
"terser": "^5.16.5"
"terser": "^5.16.9"
}
}
Loading

0 comments on commit d7ef922

Please sign in to comment.