Skip to content

Commit 8a2f52a

Browse files
chore(deps-dev): bump jsdom from 26.0.0 to 26.1.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.0.0 to 26.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@26.0.0...26.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a53139 commit 8a2f52a

File tree

4 files changed

+22
-23
lines changed

4 files changed

+22
-23
lines changed

shared/mitre-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-prettier": "^5.2.6",
5555
"eslint-plugin-vue": "^9.33.0",
5656
"glob": "^11.0.1",
57-
"jsdom": "^26.0.0",
57+
"jsdom": "^26.1.0",
5858
"lodash.defaultsdeep": "^4.6.1",
5959
"lodash.get": "^4.4.2",
6060
"npm-run-all": "^4.1.5",

ui/extensions/remediations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-config-prettier": "10.1.1",
4141
"eslint-plugin-prettier": "^5.2.6",
4242
"eslint-plugin-vue": "^9.33.0",
43-
"jsdom": "^26.0.0",
43+
"jsdom": "^26.1.0",
4444
"lodash.get": "^4.4.2",
4545
"npm-run-all": "^4.1.5",
4646
"nx": "20.7.2",

ui/pages/chart-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-prettier": "^5.2.6",
4646
"eslint-plugin-vue": "^9.33.0",
4747
"flush-promises": "^1.0.2",
48-
"jsdom": "^26.0.0",
48+
"jsdom": "^26.1.0",
4949
"lodash.debounce": "^4.0.8",
5050
"lodash.defaultsdeep": "^4.6.1",
5151
"lodash.get": "^4.4.2",

yarn.lock

+19-20
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.4.0:
19131913
dependencies:
19141914
ms "^2.1.3"
19151915

1916-
decimal.js@^10.4.3:
1916+
decimal.js@^10.5.0:
19171917
version "10.5.0"
19181918
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.5.0.tgz#0f371c7cf6c4898ce0afb09836db73cd82010f22"
19191919
integrity sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==
@@ -2515,7 +2515,7 @@ foreground-child@^3.1.0:
25152515
cross-spawn "^7.0.6"
25162516
signal-exit "^4.0.1"
25172517

2518-
form-data@^4.0.0, form-data@^4.0.1:
2518+
form-data@^4.0.0:
25192519
version "4.0.2"
25202520
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
25212521
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
@@ -3141,15 +3141,14 @@ js-yaml@^3.10.0, js-yaml@^3.13.1:
31413141
argparse "^1.0.7"
31423142
esprima "^4.0.0"
31433143

3144-
jsdom@^26.0.0:
3145-
version "26.0.0"
3146-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.0.0.tgz#446dd1ad8cfc50df7e714e58f1f972c1763b354c"
3147-
integrity sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==
3144+
jsdom@^26.1.0:
3145+
version "26.1.0"
3146+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.1.0.tgz#ab5f1c1cafc04bd878725490974ea5e8bf0c72b3"
3147+
integrity sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==
31483148
dependencies:
31493149
cssstyle "^4.2.1"
31503150
data-urls "^5.0.0"
3151-
decimal.js "^10.4.3"
3152-
form-data "^4.0.1"
3151+
decimal.js "^10.5.0"
31533152
html-encoding-sniffer "^4.0.0"
31543153
http-proxy-agent "^7.0.2"
31553154
https-proxy-agent "^7.0.6"
@@ -3159,12 +3158,12 @@ jsdom@^26.0.0:
31593158
rrweb-cssom "^0.8.0"
31603159
saxes "^6.0.0"
31613160
symbol-tree "^3.2.4"
3162-
tough-cookie "^5.0.0"
3161+
tough-cookie "^5.1.1"
31633162
w3c-xmlserializer "^5.0.0"
31643163
webidl-conversions "^7.0.0"
31653164
whatwg-encoding "^3.1.1"
31663165
whatwg-mimetype "^4.0.0"
3167-
whatwg-url "^14.1.0"
3166+
whatwg-url "^14.1.1"
31683167
ws "^8.18.0"
31693168
xml-name-validator "^5.0.0"
31703169

@@ -4582,17 +4581,17 @@ [email protected], tosource@^2.0.0-alpha.3:
45824581
resolved "https://registry.yarnpkg.com/tosource/-/tosource-2.0.0-alpha.3.tgz#ef385dac9092e009bf25c018838ddaae436daeb6"
45834582
integrity sha512-KAB2lrSS48y91MzFPFuDg4hLbvDiyTjOVgaK7Erw+5AmZXNq4sFRVn8r6yxSLuNs15PaokrDRpS61ERY9uZOug==
45844583

4585-
tough-cookie@^5.0.0:
4584+
tough-cookie@^5.1.1:
45864585
version "5.1.2"
45874586
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.1.2.tgz#66d774b4a1d9e12dc75089725af3ac75ec31bed7"
45884587
integrity sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==
45894588
dependencies:
45904589
tldts "^6.1.32"
45914590

4592-
tr46@^5.0.0:
4593-
version "5.0.0"
4594-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.0.0.tgz#3b46d583613ec7283020d79019f1335723801cec"
4595-
integrity sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==
4591+
tr46@^5.1.0:
4592+
version "5.1.0"
4593+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-5.1.0.tgz#4a077922360ae807e172075ce5beb79b36e4a101"
4594+
integrity sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==
45964595
dependencies:
45974596
punycode "^2.3.1"
45984597

@@ -4993,12 +4992,12 @@ whatwg-mimetype@^4.0.0:
49934992
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
49944993
integrity sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==
49954994

4996-
whatwg-url@^14.0.0, whatwg-url@^14.1.0:
4997-
version "14.1.1"
4998-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.1.1.tgz#ce71e240c61541315833b5cdafd139a479e47058"
4999-
integrity sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==
4995+
whatwg-url@^14.0.0, whatwg-url@^14.1.1:
4996+
version "14.2.0"
4997+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.2.0.tgz#4ee02d5d725155dae004f6ae95c73e7ef5d95663"
4998+
integrity sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==
50004999
dependencies:
5001-
tr46 "^5.0.0"
5000+
tr46 "^5.1.0"
50025001
webidl-conversions "^7.0.0"
50035002

50045003
which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1:

0 commit comments

Comments
 (0)