Skip to content

Commit

Permalink
Bump JSDOM to 21.x (#35972)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Jan 30, 2023
1 parent 1ac2f9c commit 212585b
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 @@ -148,7 +148,7 @@
"fs-extra": "^10.1.0",
"globby": "^13.1.3",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^20.0.3",
"jsdom": "^21.1.0",
"karma": "^6.4.1",
"karma-browserstack-launcher": "~1.6.0",
"karma-chrome-launcher": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9995,10 +9995,10 @@ jscodeshift@^0.13.1:
temp "^0.8.4"
write-file-atomic "^2.3.0"

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.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 212585b

Please sign in to comment.