Skip to content

Commit

Permalink
Updated dependencies. Prepared for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 6, 2024
1 parent ab5558e commit 48c5996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.12.0",
"version": "2.13.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.5",
"dompurify": "^3.1.6",
"jsdom": "^24.1.0"
},
"devDependencies": {
"jest": "^29.7.0",
"terser": "^5.31.0"
"terser": "^5.31.1"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48c5996

Please sign in to comment.