Skip to content

Commit 19057f8

Browse files
build(deps-dev): bump jsdom from 22.1.0 to 24.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 24.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@22.1.0...24.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c1b362 commit 19057f8

File tree

2 files changed

+87
-74
lines changed

2 files changed

+87
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jest": "^29.7.0",
5252
"jest-environment-jsdom": "^29.7.0",
5353
"jest-expect-message": "^1.1.3",
54-
"jsdom": "^22.1.0",
54+
"jsdom": "^24.0.0",
5555
"mutationobserver-shim": "^0.3.7",
5656
"postcss": "^8.4.35",
5757
"release-it": "^15.11.0",

yarn.lock

Lines changed: 86 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,12 +2074,7 @@ acorn@^7.1.1:
20742074
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
20752075
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
20762076

2077-
acorn@^8.1.0, acorn@^8.7.0, acorn@^8.8.1:
2078-
version "8.8.2"
2079-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
2080-
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
2081-
2082-
acorn@^8.9.0:
2077+
acorn@^8.1.0, acorn@^8.7.0, acorn@^8.8.1, acorn@^8.9.0:
20832078
version "8.10.0"
20842079
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
20852080
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
@@ -3590,10 +3585,10 @@ cssstyle@^2.3.0:
35903585
dependencies:
35913586
cssom "~0.3.6"
35923587

3593-
cssstyle@^3.0.0:
3594-
version "3.0.0"
3595-
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a"
3596-
integrity sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==
3588+
cssstyle@^4.0.1:
3589+
version "4.0.1"
3590+
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a"
3591+
integrity sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==
35973592
dependencies:
35983593
rrweb-cssom "^0.6.0"
35993594

@@ -3671,14 +3666,13 @@ data-urls@^3.0.2:
36713666
whatwg-mimetype "^3.0.0"
36723667
whatwg-url "^11.0.0"
36733668

3674-
data-urls@^4.0.0:
3675-
version "4.0.0"
3676-
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-4.0.0.tgz#333a454eca6f9a5b7b0f1013ff89074c3f522dd4"
3677-
integrity sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==
3669+
data-urls@^5.0.0:
3670+
version "5.0.0"
3671+
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-5.0.0.tgz#2f76906bce1824429ffecb6920f45a0b30f00dde"
3672+
integrity sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==
36783673
dependencies:
3679-
abab "^2.0.6"
3680-
whatwg-mimetype "^3.0.0"
3681-
whatwg-url "^12.0.0"
3674+
whatwg-mimetype "^4.0.0"
3675+
whatwg-url "^14.0.0"
36823676

36833677
dayjs@^1.10.4:
36843678
version "1.11.2"
@@ -5262,6 +5256,13 @@ html-encoding-sniffer@^3.0.0:
52625256
dependencies:
52635257
whatwg-encoding "^2.0.0"
52645258

5259+
html-encoding-sniffer@^4.0.0:
5260+
version "4.0.0"
5261+
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448"
5262+
integrity sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==
5263+
dependencies:
5264+
whatwg-encoding "^3.1.1"
5265+
52655266
html-escaper@^2.0.0:
52665267
version "2.0.2"
52675268
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -5377,10 +5378,10 @@ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
53775378
agent-base "6"
53785379
debug "4"
53795380

5380-
https-proxy-agent@^7.0.0:
5381-
version "7.0.0"
5382-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
5383-
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
5381+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.2:
5382+
version "7.0.4"
5383+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
5384+
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
53845385
dependencies:
53855386
agent-base "^7.0.2"
53865387
debug "4"
@@ -6490,34 +6491,32 @@ jsdom@^20.0.0:
64906491
ws "^8.11.0"
64916492
xml-name-validator "^4.0.0"
64926493

6493-
jsdom@^22.1.0:
6494-
version "22.1.0"
6495-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-22.1.0.tgz#0fca6d1a37fbeb7f4aac93d1090d782c56b611c8"
6496-
integrity sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==
6494+
jsdom@^24.0.0:
6495+
version "24.0.0"
6496+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.0.0.tgz#e2dc04e4c79da368481659818ee2b0cd7c39007c"
6497+
integrity sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==
64976498
dependencies:
6498-
abab "^2.0.6"
6499-
cssstyle "^3.0.0"
6500-
data-urls "^4.0.0"
6499+
cssstyle "^4.0.1"
6500+
data-urls "^5.0.0"
65016501
decimal.js "^10.4.3"
6502-
domexception "^4.0.0"
65036502
form-data "^4.0.0"
6504-
html-encoding-sniffer "^3.0.0"
6505-
http-proxy-agent "^5.0.0"
6506-
https-proxy-agent "^5.0.1"
6503+
html-encoding-sniffer "^4.0.0"
6504+
http-proxy-agent "^7.0.0"
6505+
https-proxy-agent "^7.0.2"
65076506
is-potential-custom-element-name "^1.0.1"
6508-
nwsapi "^2.2.4"
6507+
nwsapi "^2.2.7"
65096508
parse5 "^7.1.2"
65106509
rrweb-cssom "^0.6.0"
65116510
saxes "^6.0.0"
65126511
symbol-tree "^3.2.4"
6513-
tough-cookie "^4.1.2"
6514-
w3c-xmlserializer "^4.0.0"
6512+
tough-cookie "^4.1.3"
6513+
w3c-xmlserializer "^5.0.0"
65156514
webidl-conversions "^7.0.0"
6516-
whatwg-encoding "^2.0.0"
6517-
whatwg-mimetype "^3.0.0"
6518-
whatwg-url "^12.0.1"
6519-
ws "^8.13.0"
6520-
xml-name-validator "^4.0.0"
6515+
whatwg-encoding "^3.1.1"
6516+
whatwg-mimetype "^4.0.0"
6517+
whatwg-url "^14.0.0"
6518+
ws "^8.16.0"
6519+
xml-name-validator "^5.0.0"
65216520

65226521
jsesc@^2.5.1:
65236522
version "2.5.2"
@@ -7689,10 +7688,10 @@ nth-check@^2.0.1:
76897688
dependencies:
76907689
boolbase "^1.0.0"
76917690

7692-
nwsapi@^2.2.2, nwsapi@^2.2.4:
7693-
version "2.2.5"
7694-
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.5.tgz#a52744c61b3889dd44b0a158687add39b8d935e2"
7695-
integrity sha512-6xpotnECFy/og7tKSBVmUNft7J3jyXAka4XvG6AUhFWRz+Q/Ljus7znJAA3bxColfQLdS+XsjoodtJfCgeTEFQ==
7691+
nwsapi@^2.2.2, nwsapi@^2.2.7:
7692+
version "2.2.7"
7693+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30"
7694+
integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
76967695

76977696
object-assign@^4.0.1:
76987697
version "4.1.1"
@@ -8565,10 +8564,10 @@ punycode@^2.1.0, punycode@^2.1.1:
85658564
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
85668565
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
85678566

8568-
punycode@^2.3.0:
8569-
version "2.3.0"
8570-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
8571-
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
8567+
punycode@^2.3.1:
8568+
version "2.3.1"
8569+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
8570+
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
85728571

85738572
pupa@^3.1.0:
85748573
version "3.1.0"
@@ -10076,17 +10075,7 @@ totalist@^2.0.0:
1007610075
resolved "https://registry.yarnpkg.com/totalist/-/totalist-2.0.0.tgz#db6f1e19c0fa63e71339bbb8fba89653c18c7eec"
1007710076
integrity sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==
1007810077

10079-
tough-cookie@^4.1.2:
10080-
version "4.1.2"
10081-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874"
10082-
integrity sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==
10083-
dependencies:
10084-
psl "^1.1.33"
10085-
punycode "^2.1.1"
10086-
universalify "^0.2.0"
10087-
url-parse "^1.5.3"
10088-
10089-
tough-cookie@^4.1.3:
10078+
tough-cookie@^4.1.2, tough-cookie@^4.1.3:
1009010079
version "4.1.3"
1009110080
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
1009210081
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -10103,12 +10092,12 @@ tr46@^3.0.0:
1010310092
dependencies:
1010410093
punycode "^2.1.1"
1010510094

10106-
tr46@^4.1.1:
10107-
version "4.1.1"
10108-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-4.1.1.tgz#281a758dcc82aeb4fe38c7dfe4d11a395aac8469"
10109-
integrity sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==
10095+
tr46@^5.0.0:
10096+
version "5.0.0"
10097+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
10098+
integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==
1011010099
dependencies:
10111-
punycode "^2.3.0"
10100+
punycode "^2.3.1"
1011210101

1011310102
tr46@~0.0.3:
1011410103
version "0.0.3"
@@ -10494,6 +10483,13 @@ w3c-xmlserializer@^4.0.0:
1049410483
dependencies:
1049510484
xml-name-validator "^4.0.0"
1049610485

10486+
w3c-xmlserializer@^5.0.0:
10487+
version "5.0.0"
10488+
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz#f925ba26855158594d907313cedd1476c5967f6c"
10489+
integrity sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==
10490+
dependencies:
10491+
xml-name-validator "^5.0.0"
10492+
1049710493
wait-on@7.2.0:
1049810494
version "7.2.0"
1049910495
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928"
@@ -10541,11 +10537,23 @@ whatwg-encoding@^2.0.0:
1054110537
dependencies:
1054210538
iconv-lite "0.6.3"
1054310539

10540+
whatwg-encoding@^3.1.1:
10541+
version "3.1.1"
10542+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5"
10543+
integrity sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==
10544+
dependencies:
10545+
iconv-lite "0.6.3"
10546+
1054410547
whatwg-mimetype@^3.0.0:
1054510548
version "3.0.0"
1054610549
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
1054710550
integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
1054810551

10552+
whatwg-mimetype@^4.0.0:
10553+
version "4.0.0"
10554+
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
10555+
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
10556+
1054910557
whatwg-url@^11.0.0:
1055010558
version "11.0.0"
1055110559
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018"
@@ -10554,12 +10562,12 @@ whatwg-url@^11.0.0:
1055410562
tr46 "^3.0.0"
1055510563
webidl-conversions "^7.0.0"
1055610564

10557-
whatwg-url@^12.0.0, whatwg-url@^12.0.1:
10558-
version "12.0.1"
10559-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-12.0.1.tgz#fd7bcc71192e7c3a2a97b9a8d6b094853ed8773c"
10560-
integrity sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==
10565+
whatwg-url@^14.0.0:
10566+
version "14.0.0"
10567+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.0.0.tgz#00baaa7fd198744910c4b1ef68378f2200e4ceb6"
10568+
integrity sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==
1056110569
dependencies:
10562-
tr46 "^4.1.1"
10570+
tr46 "^5.0.0"
1056310571
webidl-conversions "^7.0.0"
1056410572

1056510573
whatwg-url@^5.0.0:
@@ -10711,10 +10719,10 @@ write@1.0.3:
1071110719
dependencies:
1071210720
mkdirp "^0.5.1"
1071310721

10714-
ws@^8.11.0, ws@^8.13.0:
10715-
version "8.13.0"
10716-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
10717-
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
10722+
ws@^8.11.0, ws@^8.16.0:
10723+
version "8.16.0"
10724+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
10725+
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
1071810726

1071910727
ws@~7.4.2:
1072010728
version "7.4.6"
@@ -10731,6 +10739,11 @@ xml-name-validator@^4.0.0:
1073110739
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
1073210740
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
1073310741

10742+
xml-name-validator@^5.0.0:
10743+
version "5.0.0"
10744+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz#82be9b957f7afdacf961e5980f1bf227c0bf7673"
10745+
integrity sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==
10746+
1073410747
xmlchars@^2.2.0:
1073510748
version "2.2.0"
1073610749
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"

0 commit comments

Comments
 (0)