diff --git a/package-lock.json b/package-lock.json index 76d054f..e4ccc3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-import-resolver-typescript": "4.4.4", "jest": "30.1.3", "jest-environment-jsdom": "30.2.0", - "jest-fixed-jsdom": "0.0.9", + "jest-fixed-jsdom": "0.0.10", "msw": "2.6.6", "prettier": "3.6.2", "react": "18.3.1", @@ -9507,9 +9507,9 @@ } }, "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": { diff --git a/package.json b/package.json index ddd9bd6..2aaac88 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-import-resolver-typescript": "4.4.4", "jest": "30.1.3", "jest-environment-jsdom": "30.2.0", - "jest-fixed-jsdom": "0.0.9", + "jest-fixed-jsdom": "0.0.10", "msw": "2.6.6", "prettier": "3.6.2", "react": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 73fd6d7..04b4c28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4420,10 +4420,10 @@ jest-environment-node@30.1.2: jest-util "30.0.5" jest-validate "30.1.0" -jest-fixed-jsdom@0.0.9: - 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== +jest-fixed-jsdom@0.0.10: + version "0.0.10" + resolved "https://registry.yarnpkg.com/jest-fixed-jsdom/-/jest-fixed-jsdom-0.0.10.tgz#6f4042d42f2130a0debc85ec0b9e348c4c2de57b" + integrity sha512-WaEVX+FripJh+Hn/7dysIgqP66h0KT1NNC22NGmNYANExtCoYNk1q2yjwwcdSboBMkkhn0NtmvKad/cmisnCLg== jest-haste-map@30.1.0: version "30.1.0"