diff --git a/package.json b/package.json index 4800aeff..8fb16664 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nuxtjs/module-test-utils": "1.6.3", "@types/consola": "1.0.0", "@types/jest": "27.5.2", - "@types/jsdom": "21.1.7", + "@types/jsdom": "27.0.0", "@types/node": "16.18.126", "@types/puppeteer": "5.4.7", "all-contributors-cli": "6.24.0", diff --git a/yarn.lock b/yarn.lock index 9284a141..132d53e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2732,10 +2732,10 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/jsdom@21.1.7": - version "21.1.7" - resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.7.tgz#9edcb09e0b07ce876e7833922d3274149c898cfa" - integrity sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA== +"@types/jsdom@27.0.0": + version "27.0.0" + resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-27.0.0.tgz#b052f414edd10a316a006cde8991a4266fe22038" + integrity sha512-NZyFl/PViwKzdEkQg96gtnB8wm+1ljhdDay9ahn4hgb+SfVtPCbm3TlmDUFXTA+MGN3CijicnMhG18SI5H3rFw== dependencies: "@types/node" "*" "@types/tough-cookie" "*"