From 325caa0a0b78c2c2589014b4446867a65db5f6b4 Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Sat, 6 Jan 2024 17:25:01 +0700 Subject: [PATCH] Updated dependencies. Prepared for the release. --- package.json | 8 ++++---- yarn.lock | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b4a199f..e9911c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomorphic-dompurify", - "version": "2.1.0", + "version": "2.2.0", "description": "Makes it possible to use DOMPurify on server and client in the same way.", "keywords": [ "security", @@ -31,9 +31,9 @@ "main": "index.js", "types": "index.d.ts", "dependencies": { - "@types/dompurify": "^3.0.3", - "dompurify": "^3.0.7", - "jsdom": "^23.0.0" + "@types/dompurify": "^3.0.5", + "dompurify": "^3.0.8", + "jsdom": "^23.1.0" }, "devDependencies": { "jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index b5b271f..1fd166c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -597,7 +597,7 @@ dependencies: "@babel/types" "^7.20.7" -"@types/dompurify@^3.0.3": +"@types/dompurify@^3.0.5": version "3.0.5" resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.0.5.tgz#02069a2fcb89a163bacf1a788f73cb415dd75cb7" integrity sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg== @@ -1015,7 +1015,7 @@ diff-sequences@^29.6.3: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== -dompurify@^3.0.7: +dompurify@^3.0.8: version "3.0.8" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.8.tgz#e0021ab1b09184bc8af7e35c7dd9063f43a8a437" integrity sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ== @@ -1740,7 +1740,7 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -jsdom@^23.0.0: +jsdom@^23.1.0: version "23.1.0" resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-23.1.0.tgz#f0871e6233605eccc11f0078b84afcaad6795af9" integrity sha512-wRscu8dBFxi7O65Cvi0jFRDv0Qa7XEHPix8Qg/vlXHLAMQsRWV1EDeQHBermzXf4Dt7JtFgBLbva3iTcBZDXEQ==