Skip to content

Commit

Permalink
Upgraded dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Sep 29, 2023
1 parent d4ede27 commit 3eaefc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.5",
"@types/dompurify": "^3.0.3",
"dompurify": "^3.0.6",
"jsdom": "^22.1.0"
},
"devDependencies": {
"jest": "^29.6.1",
"terser": "^5.19.0"
"jest": "^29.7.0",
"terser": "^5.20.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
dependencies:
"@babel/types" "^7.20.7"

"@types/dompurify@^3.0.2":
"@types/dompurify@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.0.3.tgz#d34ba1cf4f8b8f2cbfe5d3118dc3b7d81858fa42"
integrity sha512-odiGr/9/qMqjcBOe5UhcNLOFHSYmKFOyr+bJ/Xu3Qp4k1pNPAlNLUVNNLcLfjQI7+W7ObX58EdD3H+3p3voOvA==
Expand Down Expand Up @@ -1040,7 +1040,7 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^3.0.5:
dompurify@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.6.tgz#925ebd576d54a9531b5d76f0a5bef32548351dae"
integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==
Expand Down Expand Up @@ -1743,7 +1743,7 @@ jest-worker@^29.7.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^29.6.1:
jest@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
Expand Down Expand Up @@ -2270,7 +2270,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.19.0:
terser@^5.20.0:
version "5.20.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.20.0.tgz#ea42aea62578703e33def47d5c5b93c49772423e"
integrity sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==
Expand Down

0 comments on commit 3eaefc8

Please sign in to comment.