From d17dbac37e20e96ea0e56bf8361c9bc0a6a1401b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:38:27 +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.7. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.11.7) --- 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 74997e7fc5..33f0101981 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.7", "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.7", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz", + "integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==", "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..35824b43c6 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.7", "typescript": "^5.5.4", "vitest": "2.0.5" }