From 2508c7bc2f3a82175166101019dc05171a9fdb1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:04:05 +0000 Subject: [PATCH] build(deps-dev): bump jest-fixed-jsdom from 0.0.10 to 0.0.11 Bumps [jest-fixed-jsdom](https://github.com/mswjs/jest-fixed-jsdom) from 0.0.10 to 0.0.11. - [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.10...v0.0.11) --- updated-dependencies: - dependency-name: jest-fixed-jsdom dependency-version: 0.0.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f88073c..d8074a5 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.10", + "jest-fixed-jsdom": "0.0.11", "msw": "2.6.6", "prettier": "3.6.2", "react": "18.3.1", @@ -9527,9 +9527,9 @@ } }, "node_modules/jest-fixed-jsdom": { - "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==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/jest-fixed-jsdom/-/jest-fixed-jsdom-0.0.11.tgz", + "integrity": "sha512-3UkjgM79APnmLVDnelrxdwz4oybD5qw6NLyayl7iCX8C8tJHeqjL9fmNrRlIrNiVJSXkF5t9ZPJ+xlM0kSwwYg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 353639c..73f0e27 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.10", + "jest-fixed-jsdom": "0.0.11", "msw": "2.6.6", "prettier": "3.6.2", "react": "18.3.1", diff --git a/yarn.lock b/yarn.lock index c57250c..dc9a7ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4438,10 +4438,10 @@ jest-environment-node@30.1.2: jest-util "30.0.5" jest-validate "30.1.0" -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-fixed-jsdom@0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/jest-fixed-jsdom/-/jest-fixed-jsdom-0.0.11.tgz#67b5d5c4e9821bfb1e09a43139bfb0b9f4ec4f18" + integrity sha512-3UkjgM79APnmLVDnelrxdwz4oybD5qw6NLyayl7iCX8C8tJHeqjL9fmNrRlIrNiVJSXkF5t9ZPJ+xlM0kSwwYg== jest-haste-map@30.1.0: version "30.1.0"