Skip to content

Commit ad0a3ce

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 65c7d4d commit ad0a3ce

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.33",
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==
@@ -3605,10 +3600,10 @@ cssstyle@^2.3.0:
36053600
dependencies:
36063601
cssom "~0.3.6"
36073602

3608-
cssstyle@^3.0.0:
3609-
version "3.0.0"
3610-
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a"
3611-
integrity sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==
3603+
cssstyle@^4.0.1:
3604+
version "4.0.1"
3605+
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a"
3606+
integrity sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==
36123607
dependencies:
36133608
rrweb-cssom "^0.6.0"
36143609

@@ -3687,14 +3682,13 @@ data-urls@^3.0.2:
36873682
whatwg-mimetype "^3.0.0"
36883683
whatwg-url "^11.0.0"
36893684

3690-
data-urls@^4.0.0:
3691-
version "4.0.0"
3692-
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-4.0.0.tgz#333a454eca6f9a5b7b0f1013ff89074c3f522dd4"
3693-
integrity sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==
3685+
data-urls@^5.0.0:
3686+
version "5.0.0"
3687+
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-5.0.0.tgz#2f76906bce1824429ffecb6920f45a0b30f00dde"
3688+
integrity sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==
36943689
dependencies:
3695-
abab "^2.0.6"
3696-
whatwg-mimetype "^3.0.0"
3697-
whatwg-url "^12.0.0"
3690+
whatwg-mimetype "^4.0.0"
3691+
whatwg-url "^14.0.0"
36983692

36993693
dayjs@^1.10.4:
37003694
version "1.11.2"
@@ -5283,6 +5277,13 @@ html-encoding-sniffer@^3.0.0:
52835277
dependencies:
52845278
whatwg-encoding "^2.0.0"
52855279

5280+
html-encoding-sniffer@^4.0.0:
5281+
version "4.0.0"
5282+
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz#696df529a7cfd82446369dc5193e590a3735b448"
5283+
integrity sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==
5284+
dependencies:
5285+
whatwg-encoding "^3.1.1"
5286+
52865287
html-escaper@^2.0.0:
52875288
version "2.0.2"
52885289
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -5398,10 +5399,10 @@ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
53985399
agent-base "6"
53995400
debug "4"
54005401

5401-
https-proxy-agent@^7.0.0:
5402-
version "7.0.0"
5403-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
5404-
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
5402+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.2:
5403+
version "7.0.2"
5404+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
5405+
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
54055406
dependencies:
54065407
agent-base "^7.0.2"
54075408
debug "4"
@@ -6511,34 +6512,32 @@ jsdom@^20.0.0:
65116512
ws "^8.11.0"
65126513
xml-name-validator "^4.0.0"
65136514

6514-
jsdom@^22.1.0:
6515-
version "22.1.0"
6516-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-22.1.0.tgz#0fca6d1a37fbeb7f4aac93d1090d782c56b611c8"
6517-
integrity sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==
6515+
jsdom@^24.0.0:
6516+
version "24.0.0"
6517+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.0.0.tgz#e2dc04e4c79da368481659818ee2b0cd7c39007c"
6518+
integrity sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==
65186519
dependencies:
6519-
abab "^2.0.6"
6520-
cssstyle "^3.0.0"
6521-
data-urls "^4.0.0"
6520+
cssstyle "^4.0.1"
6521+
data-urls "^5.0.0"
65226522
decimal.js "^10.4.3"
6523-
domexception "^4.0.0"
65246523
form-data "^4.0.0"
6525-
html-encoding-sniffer "^3.0.0"
6526-
http-proxy-agent "^5.0.0"
6527-
https-proxy-agent "^5.0.1"
6524+
html-encoding-sniffer "^4.0.0"
6525+
http-proxy-agent "^7.0.0"
6526+
https-proxy-agent "^7.0.2"
65286527
is-potential-custom-element-name "^1.0.1"
6529-
nwsapi "^2.2.4"
6528+
nwsapi "^2.2.7"
65306529
parse5 "^7.1.2"
65316530
rrweb-cssom "^0.6.0"
65326531
saxes "^6.0.0"
65336532
symbol-tree "^3.2.4"
6534-
tough-cookie "^4.1.2"
6535-
w3c-xmlserializer "^4.0.0"
6533+
tough-cookie "^4.1.3"
6534+
w3c-xmlserializer "^5.0.0"
65366535
webidl-conversions "^7.0.0"
6537-
whatwg-encoding "^2.0.0"
6538-
whatwg-mimetype "^3.0.0"
6539-
whatwg-url "^12.0.1"
6540-
ws "^8.13.0"
6541-
xml-name-validator "^4.0.0"
6536+
whatwg-encoding "^3.1.1"
6537+
whatwg-mimetype "^4.0.0"
6538+
whatwg-url "^14.0.0"
6539+
ws "^8.16.0"
6540+
xml-name-validator "^5.0.0"
65426541

65436542
jsesc@^2.5.1:
65446543
version "2.5.2"
@@ -7715,10 +7714,10 @@ nth-check@^2.0.1:
77157714
dependencies:
77167715
boolbase "^1.0.0"
77177716

7718-
nwsapi@^2.2.2, nwsapi@^2.2.4:
7719-
version "2.2.5"
7720-
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.5.tgz#a52744c61b3889dd44b0a158687add39b8d935e2"
7721-
integrity sha512-6xpotnECFy/og7tKSBVmUNft7J3jyXAka4XvG6AUhFWRz+Q/Ljus7znJAA3bxColfQLdS+XsjoodtJfCgeTEFQ==
7717+
nwsapi@^2.2.2, nwsapi@^2.2.7:
7718+
version "2.2.7"
7719+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30"
7720+
integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
77227721

77237722
object-assign@^4.0.1:
77247723
version "4.1.1"
@@ -8591,10 +8590,10 @@ punycode@^2.1.0, punycode@^2.1.1:
85918590
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
85928591
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
85938592

8594-
punycode@^2.3.0:
8595-
version "2.3.0"
8596-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
8597-
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
8593+
punycode@^2.3.1:
8594+
version "2.3.1"
8595+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
8596+
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
85988597

85998598
pupa@^3.1.0:
86008599
version "3.1.0"
@@ -10102,17 +10101,7 @@ totalist@^2.0.0:
1010210101
resolved "https://registry.yarnpkg.com/totalist/-/totalist-2.0.0.tgz#db6f1e19c0fa63e71339bbb8fba89653c18c7eec"
1010310102
integrity sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==
1010410103

10105-
tough-cookie@^4.1.2:
10106-
version "4.1.2"
10107-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874"
10108-
integrity sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==
10109-
dependencies:
10110-
psl "^1.1.33"
10111-
punycode "^2.1.1"
10112-
universalify "^0.2.0"
10113-
url-parse "^1.5.3"
10114-
10115-
tough-cookie@^4.1.3:
10104+
tough-cookie@^4.1.2, tough-cookie@^4.1.3:
1011610105
version "4.1.3"
1011710106
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
1011810107
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -10129,12 +10118,12 @@ tr46@^3.0.0:
1012910118
dependencies:
1013010119
punycode "^2.1.1"
1013110120

10132-
tr46@^4.1.1:
10133-
version "4.1.1"
10134-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-4.1.1.tgz#281a758dcc82aeb4fe38c7dfe4d11a395aac8469"
10135-
integrity sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==
10121+
tr46@^5.0.0:
10122+
version "5.0.0"
10123+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
10124+
integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==
1013610125
dependencies:
10137-
punycode "^2.3.0"
10126+
punycode "^2.3.1"
1013810127

1013910128
tr46@~0.0.3:
1014010129
version "0.0.3"
@@ -10528,6 +10517,13 @@ w3c-xmlserializer@^4.0.0:
1052810517
dependencies:
1052910518
xml-name-validator "^4.0.0"
1053010519

10520+
w3c-xmlserializer@^5.0.0:
10521+
version "5.0.0"
10522+
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz#f925ba26855158594d907313cedd1476c5967f6c"
10523+
integrity sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==
10524+
dependencies:
10525+
xml-name-validator "^5.0.0"
10526+
1053110527
wait-on@7.2.0:
1053210528
version "7.2.0"
1053310529
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928"
@@ -10575,11 +10571,23 @@ whatwg-encoding@^2.0.0:
1057510571
dependencies:
1057610572
iconv-lite "0.6.3"
1057710573

10574+
whatwg-encoding@^3.1.1:
10575+
version "3.1.1"
10576+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz#d0f4ef769905d426e1688f3e34381a99b60b76e5"
10577+
integrity sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==
10578+
dependencies:
10579+
iconv-lite "0.6.3"
10580+
1057810581
whatwg-mimetype@^3.0.0:
1057910582
version "3.0.0"
1058010583
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
1058110584
integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
1058210585

10586+
whatwg-mimetype@^4.0.0:
10587+
version "4.0.0"
10588+
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
10589+
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
10590+
1058310591
whatwg-url@^11.0.0:
1058410592
version "11.0.0"
1058510593
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018"
@@ -10588,12 +10596,12 @@ whatwg-url@^11.0.0:
1058810596
tr46 "^3.0.0"
1058910597
webidl-conversions "^7.0.0"
1059010598

10591-
whatwg-url@^12.0.0, whatwg-url@^12.0.1:
10592-
version "12.0.1"
10593-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-12.0.1.tgz#fd7bcc71192e7c3a2a97b9a8d6b094853ed8773c"
10594-
integrity sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==
10599+
whatwg-url@^14.0.0:
10600+
version "14.0.0"
10601+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.0.0.tgz#00baaa7fd198744910c4b1ef68378f2200e4ceb6"
10602+
integrity sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==
1059510603
dependencies:
10596-
tr46 "^4.1.1"
10604+
tr46 "^5.0.0"
1059710605
webidl-conversions "^7.0.0"
1059810606

1059910607
whatwg-url@^5.0.0:
@@ -10745,10 +10753,10 @@ write@1.0.3:
1074510753
dependencies:
1074610754
mkdirp "^0.5.1"
1074710755

10748-
ws@^8.11.0, ws@^8.13.0:
10749-
version "8.13.0"
10750-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
10751-
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
10756+
ws@^8.11.0, ws@^8.16.0:
10757+
version "8.16.0"
10758+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
10759+
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
1075210760

1075310761
ws@~7.4.2:
1075410762
version "7.4.6"
@@ -10765,6 +10773,11 @@ xml-name-validator@^4.0.0:
1076510773
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
1076610774
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
1076710775

10776+
xml-name-validator@^5.0.0:
10777+
version "5.0.0"
10778+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz#82be9b957f7afdacf961e5980f1bf227c0bf7673"
10779+
integrity sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==
10780+
1076810781
xmlchars@^2.2.0:
1076910782
version "2.2.0"
1077010783
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"

0 commit comments

Comments
 (0)