diff --git a/package-lock.json b/package-lock.json index 96ba8e95ed03..f1d7282ba352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32914,7 +32914,7 @@ "@types/jest": "^29.2.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.5.0", - "jest-environment-jsdom": "^29.3.1", + "jest-environment-jsdom": "^29.5.0", "jest-watch-select-projects": "^2.0.0", "jest-watch-typeahead": "^2.2.1", "lodash": "^4.17.21", @@ -33642,17 +33642,17 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "packages/infrastructure/jest/node_modules/jest-environment-jsdom": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.4.3.tgz", - "integrity": "sha512-rFjf8JXrw3OjUzzmSE5l0XjMj0/MSVEUMCSXBGPDkfwb1T03HZI7iJSL0cGctZApPSyJxbjyKDVxkZuyhHkuTw==", + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.5.0.tgz", + "integrity": "sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==", "dependencies": { - "@jest/environment": "^29.4.3", - "@jest/fake-timers": "^29.4.3", - "@jest/types": "^29.4.3", + "@jest/environment": "^29.5.0", + "@jest/fake-timers": "^29.5.0", + "@jest/types": "^29.5.0", "@types/jsdom": "^20.0.0", "@types/node": "*", - "jest-mock": "^29.4.3", - "jest-util": "^29.4.3", + "jest-mock": "^29.5.0", + "jest-util": "^29.5.0", "jsdom": "^20.0.0" }, "engines": { diff --git a/packages/infrastructure/jest/package.json b/packages/infrastructure/jest/package.json index 7f8c970d86dc..b3771da70816 100644 --- a/packages/infrastructure/jest/package.json +++ b/packages/infrastructure/jest/package.json @@ -27,7 +27,7 @@ "@types/jest": "^29.2.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.5.0", - "jest-environment-jsdom": "^29.3.1", + "jest-environment-jsdom": "^29.5.0", "jest-watch-select-projects": "^2.0.0", "jest-watch-typeahead": "^2.2.1", "lodash": "^4.17.21",