Skip to content

Commit

Permalink
Merge pull request #738 from scalameta/dependabot/npm_and_yarn/jsdom-…
Browse files Browse the repository at this point in the history
…24.0.0

Bump jsdom from 23.0.1 to 24.0.0
  • Loading branch information
valencik authored Feb 1, 2024
2 parents 770a650 + 2d94bf9 commit d687fc7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"jsdom": "^23.0.1"
"jsdom": "^24.0.0"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

cssstyle@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a"
cssstyle@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a"
dependencies:
rrweb-cssom "^0.6.0"

Expand Down Expand Up @@ -87,11 +87,11 @@ is-potential-custom-element-name@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz"

jsdom@^23.0.1:
version "23.0.1"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-23.0.1.tgz#ede7ff76e89ca035b11178d200710d8982ebfee0"
jsdom@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.0.0.tgz#e2dc04e4c79da368481659818ee2b0cd7c39007c"
dependencies:
cssstyle "^3.0.0"
cssstyle "^4.0.1"
data-urls "^5.0.0"
decimal.js "^10.4.3"
form-data "^4.0.0"
Expand All @@ -110,7 +110,7 @@ jsdom@^23.0.1:
whatwg-encoding "^3.1.1"
whatwg-mimetype "^4.0.0"
whatwg-url "^14.0.0"
ws "^8.14.2"
ws "^8.16.0"
xml-name-validator "^5.0.0"

[email protected]:
Expand Down Expand Up @@ -228,9 +228,9 @@ whatwg-url@^14.0.0:
tr46 "^5.0.0"
webidl-conversions "^7.0.0"

ws@^8.14.2:
version "8.14.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
ws@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"

xml-name-validator@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit d687fc7

Please sign in to comment.