Skip to content

Commit cc9e081

Browse files
chore(deps): update devdependency jsdom to v21 (#588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de81e7d commit cc9e081

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@tailwindcss/typography": "^0.5.9",
5151
"codecov": "latest",
5252
"eslint": "latest",
53-
"jsdom": "^20.0.2",
53+
"jsdom": "^21.1.0",
5454
"nuxt": "^3.0.0",
5555
"standard-version": "latest",
5656
"vitest": "^0.24.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4638,10 +4638,10 @@ js-yaml@^4.1.0:
46384638
dependencies:
46394639
argparse "^2.0.1"
46404640

4641-
jsdom@^20.0.2:
4642-
version "20.0.3"
4643-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.3.tgz#886a41ba1d4726f67a8858028c99489fed6ad4db"
4644-
integrity sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==
4641+
jsdom@^21.1.0:
4642+
version "21.1.0"
4643+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-21.1.0.tgz#d56ba4a84ed478260d83bd53dc181775f2d8e6ef"
4644+
integrity sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==
46454645
dependencies:
46464646
abab "^2.0.6"
46474647
acorn "^8.8.1"

0 commit comments

Comments
 (0)