From 9fa51b2a6a7c3fd231deed16aafcd14543ef66dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:10:38 +0000 Subject: [PATCH] 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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54f0dd46d7af7..03ff3dc11b42d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index 0e7be6f7d33db..7e2036131727b 100644 --- a/package.json +++ b/package.json @@ -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",