Skip to content

Commit

Permalink
Upgraded dependencies. Prepared for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 12, 2023
1 parent f6f187d commit 79f586b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "1.7.0",
"version": "1.8.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -32,11 +32,11 @@
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.4",
"dompurify": "^3.0.5",
"jsdom": "^22.1.0"
},
"devDependencies": {
"jest": "^29.5.0",
"terser": "^5.18.2"
"jest": "^29.6.1",
"terser": "^5.19.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^3.0.4:
dompurify@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.5.tgz#eb3d9cfa10037b6e73f32c586682c4b2ab01fbed"
integrity sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==
Expand Down Expand Up @@ -1726,7 +1726,7 @@ jest-worker@^29.6.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^29.5.0:
jest@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.1.tgz#74be1cb719c3abe439f2d94aeb18e6540a5b02ad"
integrity sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==
Expand Down Expand Up @@ -2253,7 +2253,7 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==

terser@^5.18.2:
terser@^5.19.0:
version "5.19.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.19.0.tgz#7b3137b01226bdd179978207b9c8148754a6da9c"
integrity sha512-JpcpGOQLOXm2jsomozdMDpd5f8ZHh1rR48OFgWUH3QsyZcfPgv2qDCYbcDEAYNd4OZRj2bWYKpwdll/udZCk/Q==
Expand Down

0 comments on commit 79f586b

Please sign in to comment.