Skip to content

Commit

Permalink
Upgraded dependencies. Prepared for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Feb 11, 2023
1 parent 39d5c85 commit c42ab19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-dompurify",
"version": "0.26.0",
"version": "0.27.0",
"description": "Makes it possible to use DOMPurify on server and client in the same way.",
"keywords": [
"security",
Expand Down Expand Up @@ -30,13 +30,13 @@
"browser": "browser.js",
"main": "index.js",
"dependencies": {
"@types/dompurify": "^2.3.4",
"dompurify": "^2.4.1",
"jsdom": "^21.0.0"
"@types/dompurify": "^2.4.0",
"dompurify": "^2.4.3",
"jsdom": "^21.1.0"
},
"types": "index.d.ts",
"devDependencies": {
"jest": "^29.1.2",
"terser": "^5.15.1"
"jest": "^29.4.2",
"terser": "^5.16.3"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/dompurify@^2.3.4":
"@types/dompurify@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-2.4.0.tgz#fd9706392a88e0e0e6d367f3588482d817df0ab9"
integrity sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==
Expand Down Expand Up @@ -1065,7 +1065,7 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^2.4.1:
dompurify@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.3.tgz#f4133af0e6a50297fc8874e2eaedc13a3c308c03"
integrity sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==
Expand Down Expand Up @@ -1788,7 +1788,7 @@ jest-worker@^29.4.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^29.1.2:
jest@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.4.2.tgz#4c2127d03a71dc187f386156ef155dbf323fb7be"
integrity sha512-+5hLd260vNIHu+7ZgMIooSpKl7Jp5pHKb51e73AJU3owd5dEo/RfVwHbA/na3C/eozrt3hJOLGf96c7EWwIAzg==
Expand All @@ -1811,7 +1811,7 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

jsdom@^21.0.0:
jsdom@^21.1.0:
version "21.1.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-21.1.0.tgz#d56ba4a84ed478260d83bd53dc181775f2d8e6ef"
integrity sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==
Expand Down Expand Up @@ -2333,7 +2333,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.15.1:
terser@^5.16.3:
version "5.16.3"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.3.tgz#3266017a9b682edfe019b8ecddd2abaae7b39c6b"
integrity sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==
Expand Down

0 comments on commit c42ab19

Please sign in to comment.