diff --git a/package.json b/package.json index 2e96526..f455c24 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@rollup/plugin-replace": "^5.0.1", "@size-limit/preset-small-lib": "^8.1.0", "@types/jest": "^27.5.2", - "@types/jsdom": "^20.0.1", + "@types/jsdom": "^21.1.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/compiler-sfc": "^3.2.45", "@vue/server-renderer": "^3.2.45", diff --git a/yarn.lock b/yarn.lock index 36892b8..d352445 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1116,10 +1116,10 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/jsdom@^20.0.1": - version "20.0.1" - resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808" - integrity sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ== +"@types/jsdom@^21.1.0": + version "21.1.0" + resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.0.tgz#219f15e3370da3f85d18fe02ae86bda7ff66104a" + integrity sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw== dependencies: "@types/node" "*" "@types/tough-cookie" "*"