From 8d42876cba4f3e12d3fb9257ed4101ecc3a2edf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 05:14:32 +0000 Subject: [PATCH] chore(dev-deps): update happy-dom requirement from ^15.11.6 to ^15.11.7 Updates the requirements on [happy-dom](https://github.com/capricorn86/happy-dom) to permit the latest version. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.11.6...v15.11.7) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/popup-vue-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index d7907bcf..f21607de 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -43,7 +43,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", - "happy-dom": "^15.11.6", + "happy-dom": "^15.11.7", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", "@types/node": "^22.9.0", diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index 4e4d21fd..03092d71 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -43,7 +43,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", - "happy-dom": "^15.11.6", + "happy-dom": "^15.11.7", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", "@types/node": "^22.9.0", diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index dcc40b57..56e3333d 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -43,7 +43,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", - "happy-dom": "^15.11.6", + "happy-dom": "^15.11.7", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", "@types/node": "^22.9.0", diff --git a/examples/popup-vue-ts/package.json b/examples/popup-vue-ts/package.json index 04725cf7..9205f6fe 100644 --- a/examples/popup-vue-ts/package.json +++ b/examples/popup-vue-ts/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.31.0", "globals": "^15.12.0", - "happy-dom": "^15.11.6", + "happy-dom": "^15.11.7", "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.3.3", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index fff118fd..cfa43e00 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -43,7 +43,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", - "happy-dom": "^15.11.6", + "happy-dom": "^15.11.7", "vitest": "^1.4.0", "@vitest/coverage-istanbul": "^2.1.4", "@types/node": "^22.9.0",