build(deps-dev): bump jest-fixed-jsdom from 0.0.9 to 0.0.10

Bumps [jest-fixed-jsdom](https://github.com/mswjs/jest-fixed-jsdom) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/mswjs/jest-fixed-jsdom/releases)
- [Changelog](https://github.com/mswjs/jest-fixed-jsdom/blob/main/release.config.json)
- [Commits](https://github.com/mswjs/jest-fixed-jsdom/compare/v0.0.9...v0.0.10)

---
updated-dependencies:
- dependency-name: jest-fixed-jsdom
  dependency-version: 0.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-30 02:10:38 +00:00 committed by Andy Scherzinger
parent e308c1ff60
commit 9fa51b2a6a
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -136,7 +136,7 @@
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-fixed-jsdom": "^0.0.9",
"jest-fixed-jsdom": "^0.0.10",
"jest-location-mock": "^1.0.9",
"jsdoc": "^4.0.4",
"karma": "^6.4.4",
@ -18945,11 +18945,10 @@
}
},
"node_modules/jest-fixed-jsdom": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/jest-fixed-jsdom/-/jest-fixed-jsdom-0.0.9.tgz",
"integrity": "sha512-KPfqh2+sn5q2B+7LZktwDcwhCpOpUSue8a1I+BcixWLOQoEVyAjAGfH+IYZGoxZsziNojoHGRTC8xRbB1wDD4g==",
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/jest-fixed-jsdom/-/jest-fixed-jsdom-0.0.10.tgz",
"integrity": "sha512-WaEVX+FripJh+Hn/7dysIgqP66h0KT1NNC22NGmNYANExtCoYNk1q2yjwwcdSboBMkkhn0NtmvKad/cmisnCLg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},

View file

@ -164,7 +164,7 @@
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-fixed-jsdom": "^0.0.9",
"jest-fixed-jsdom": "^0.0.10",
"jest-location-mock": "^1.0.9",
"jsdoc": "^4.0.4",
"karma": "^6.4.4",