Skip to content

Commit

Permalink
Update dependency jsdom to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2023
1 parent 0c83933 commit 25eefe2
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 @@ -27,7 +27,7 @@
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"highlight.js": "^11.7.0",
"jsdom": "^20.0.3",
"jsdom": "^21.0.0",
"keen-slider": "^6.8.5",
"microcms-js-sdk": "^2.3.2",
"next": "13.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2101,10 +2101,10 @@ js-yaml@^4.1.0:
dependencies:
argparse "^2.0.1"

jsdom@^20.0.3:
version "20.0.3"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.3.tgz#886a41ba1d4726f67a8858028c99489fed6ad4db"
integrity sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==
jsdom@^21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-21.0.0.tgz#33e22f2fc44286e50ac853c7b7656c8864a4ea45"
integrity sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==
dependencies:
abab "^2.0.6"
acorn "^8.8.1"
Expand Down

0 comments on commit 25eefe2

Please sign in to comment.