Skip to content

Commit

Permalink
chore(deps): update dependency @types/jsdom to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2023
1 parent 071e0b3 commit d4c251e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@jest/types": "29.4.2",
"@types/browser-sync-webpack-plugin": "2.2.2",
"@types/jest": "29.4.0",
"@types/jsdom": "20.0.1",
"@types/jsdom": "21.1.0",
"@types/node": "18.11.19",
"@types/svgo": "2.6.4",
"browser-sync": "2.27.11",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,16 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/jsdom@20.0.1", "@types/jsdom@^20.0.0":
"@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" "*"
parse5 "^7.0.0"

"@types/jsdom@^20.0.0":
version "20.0.1"
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808"
integrity sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==
Expand Down

0 comments on commit d4c251e

Please sign in to comment.