Skip to content

Commit

Permalink
chore(deps): update devdependency jsdom to v21 (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 25, 2023
1 parent de81e7d commit cc9e081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@tailwindcss/typography": "^0.5.9",
"codecov": "latest",
"eslint": "latest",
"jsdom": "^20.0.2",
"jsdom": "^21.1.0",
"nuxt": "^3.0.0",
"standard-version": "latest",
"vitest": "^0.24.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4638,10 +4638,10 @@ js-yaml@^4.1.0:
dependencies:
argparse "^2.0.1"

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

0 comments on commit cc9e081

Please sign in to comment.