Skip to content

Commit ec64776

Browse files
chore(deps): update dependency jsdom to v26.1.0
1 parent 62091ad commit ec64776

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-jsx-a11y": "6.7.1",
104104
"eslint-plugin-react": "7.32.2",
105105
"jest-styled-components": "7.2.0",
106-
"jsdom": "26.0.0",
106+
"jsdom": "26.1.0",
107107
"postcss-preset-env": "10.1.6",
108108
"storybook": "8.6.14",
109109
"storybook-addon-react-router-v6": "2.0.10",

yarn.lock

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7340,7 +7340,7 @@ decamelize@^1.1.0:
73407340
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
73417341
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
73427342

7343-
decimal.js@^10.2.1, decimal.js@^10.4.3:
7343+
decimal.js@^10.2.1, decimal.js@^10.5.0:
73447344
version "10.5.0"
73457345
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.5.0.tgz#0f371c7cf6c4898ce0afb09836db73cd82010f22"
73467346
integrity sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==
@@ -8919,16 +8919,6 @@ form-data@^4.0.0:
89198919
combined-stream "^1.0.8"
89208920
mime-types "^2.1.12"
89218921

8922-
form-data@^4.0.1:
8923-
version "4.0.2"
8924-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
8925-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
8926-
dependencies:
8927-
asynckit "^0.4.0"
8928-
combined-stream "^1.0.8"
8929-
es-set-tostringtag "^2.1.0"
8930-
mime-types "^2.1.12"
8931-
89328922
fraction.js@^4.3.7:
89338923
version "4.3.7"
89348924
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
@@ -11079,15 +11069,14 @@ jsdoc-type-pratt-parser@^4.0.0:
1107911069
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
1108011070
integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
1108111071

11082-
jsdom@26.0.0:
11083-
version "26.0.0"
11084-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.0.0.tgz#446dd1ad8cfc50df7e714e58f1f972c1763b354c"
11085-
integrity sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==
11072+
jsdom@26.1.0:
11073+
version "26.1.0"
11074+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.1.0.tgz#ab5f1c1cafc04bd878725490974ea5e8bf0c72b3"
11075+
integrity sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==
1108611076
dependencies:
1108711077
cssstyle "^4.2.1"
1108811078
data-urls "^5.0.0"
11089-
decimal.js "^10.4.3"
11090-
form-data "^4.0.1"
11079+
decimal.js "^10.5.0"
1109111080
html-encoding-sniffer "^4.0.0"
1109211081
http-proxy-agent "^7.0.2"
1109311082
https-proxy-agent "^7.0.6"
@@ -11097,12 +11086,12 @@ jsdom@26.0.0:
1109711086
rrweb-cssom "^0.8.0"
1109811087
saxes "^6.0.0"
1109911088
symbol-tree "^3.2.4"
11100-
tough-cookie "^5.0.0"
11089+
tough-cookie "^5.1.1"
1110111090
w3c-xmlserializer "^5.0.0"
1110211091
webidl-conversions "^7.0.0"
1110311092
whatwg-encoding "^3.1.1"
1110411093
whatwg-mimetype "^4.0.0"
11105-
whatwg-url "^14.1.0"
11094+
whatwg-url "^14.1.1"
1110611095
ws "^8.18.0"
1110711096
xml-name-validator "^5.0.0"
1110811097

@@ -15883,7 +15872,7 @@ tough-cookie@^4.0.0:
1588315872
universalify "^0.2.0"
1588415873
url-parse "^1.5.3"
1588515874

15886-
tough-cookie@^5.0.0:
15875+
tough-cookie@^5.1.1:
1588715876
version "5.1.2"
1588815877
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.2.tgz#66d774b4a1d9e12dc75089725af3ac75ec31bed7"
1588915878
integrity sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==
@@ -15904,6 +15893,13 @@ tr46@^5.0.0:
1590415893
dependencies:
1590515894
punycode "^2.3.1"
1590615895

15896+
tr46@^5.1.0:
15897+
version "5.1.1"
15898+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.1.1.tgz#96ae867cddb8fdb64a49cc3059a8d428bcf238ca"
15899+
integrity sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==
15900+
dependencies:
15901+
punycode "^2.3.1"
15902+
1590715903
tr46@~0.0.3:
1590815904
version "0.0.3"
1590915905
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
@@ -16643,14 +16639,22 @@ whatwg-mimetype@^4.0.0:
1664316639
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
1664416640
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
1664516641

16646-
whatwg-url@^14.0.0, whatwg-url@^14.1.0:
16642+
whatwg-url@^14.0.0:
1664716643
version "14.1.1"
1664816644
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.1.1.tgz#ce71e240c61541315833b5cdafd139a479e47058"
1664916645
integrity sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==
1665016646
dependencies:
1665116647
tr46 "^5.0.0"
1665216648
webidl-conversions "^7.0.0"
1665316649

16650+
whatwg-url@^14.1.1:
16651+
version "14.2.0"
16652+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.2.0.tgz#4ee02d5d725155dae004f6ae95c73e7ef5d95663"
16653+
integrity sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==
16654+
dependencies:
16655+
tr46 "^5.1.0"
16656+
webidl-conversions "^7.0.0"
16657+
1665416658
whatwg-url@^5.0.0:
1665516659
version "5.0.0"
1665616660
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"

0 commit comments

Comments
 (0)