From f0b8b5b0b5bc512cf8cb1503140ae2d1b0286347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:57:05 +0000 Subject: [PATCH] chore(deps-dev): bump happy-dom in /apps/sap-commerce-cloud/frontend Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.3 to 15.11.6. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.11.6) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/sap-commerce-cloud/frontend/package-lock.json | 10 +++++----- apps/sap-commerce-cloud/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/sap-commerce-cloud/frontend/package-lock.json b/apps/sap-commerce-cloud/frontend/package-lock.json index b6942c58ab..a0ca4f6917 100644 --- a/apps/sap-commerce-cloud/frontend/package-lock.json +++ b/apps/sap-commerce-cloud/frontend/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.6", "typescript": "^5.5.4", "vitest": "2.0.5" } @@ -8421,9 +8421,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/happy-dom": { - "version": "14.12.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.3.tgz", - "integrity": "sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==", + "version": "15.11.6", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.6.tgz", + "integrity": "sha512-elX7iUTu+5+3b2+NGQc0L3eWyq9jKhuJJ4GpOMxxT/c2pg9O3L5H3ty2VECX0XXZgRmmRqXyOK8brA2hDI6LsQ==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -8431,7 +8431,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-bigints": { diff --git a/apps/sap-commerce-cloud/frontend/package.json b/apps/sap-commerce-cloud/frontend/package.json index ef29968d38..473fa6156e 100644 --- a/apps/sap-commerce-cloud/frontend/package.json +++ b/apps/sap-commerce-cloud/frontend/package.json @@ -69,7 +69,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.6", "typescript": "^5.5.4", "vitest": "2.0.5" }