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 May 16, 2022
1 parent 9d9b34a commit 5593e44
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": "0.18.0",
"version": "0.19.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",
"dependencies": {
"@types/dompurify": "^2.3.3",
"dompurify": "^2.3.5",
"dompurify": "^2.3.8",
"jsdom": "^19.0.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^28.0.1",
"terser": "^5.10.0"
"jest": "^28.1.0",
"terser": "^5.13.1"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^2.3.5:
dompurify@^2.3.8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.8.tgz#224fe9ae57d7ebd9a1ae1ac18c1c1ca3f532226f"
integrity sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw==
Expand Down Expand Up @@ -1864,7 +1864,7 @@ jest-worker@^28.1.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^28.0.1:
jest@^28.1.0:
version "28.1.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.0.tgz#f420e41c8f2395b9a30445a97189ebb57593d831"
integrity sha512-TZR+tHxopPhzw3c3560IJXZWLNHgpcz1Zh0w5A65vynLGNcg/5pZ+VildAd7+XGOu6jd58XMY/HNn0IkZIXVXg==
Expand Down Expand Up @@ -2446,7 +2446,7 @@ terminal-link@^2.0.0:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"

terser@^5.10.0:
terser@^5.13.1:
version "5.13.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.13.1.tgz#66332cdc5a01b04a224c9fad449fc1a18eaa1799"
integrity sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==
Expand Down

0 comments on commit 5593e44

Please sign in to comment.