From 2c0819f3ed3be88ced732b129f7045614a8f8d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 03:53:07 +0000 Subject: [PATCH] chore(deps-dev): bump happy-dom in /apps/voucherify Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.11.7 to 16.0.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.11.7...v16.0.0) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/voucherify/package-lock.json | 22 ++++------------------ apps/voucherify/package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/apps/voucherify/package-lock.json b/apps/voucherify/package-lock.json index ed5a29be1..b1a1922d7 100644 --- a/apps/voucherify/package-lock.json +++ b/apps/voucherify/package-lock.json @@ -29,7 +29,7 @@ "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react": "~7.37.3", - "happy-dom": "^15.11.7", + "happy-dom": "^16.0.0", "vite": "^5.4.11", "vitest": "^2.1.8" } @@ -4305,18 +4305,6 @@ "create-emotion": "^10.0.27" } }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -5121,13 +5109,11 @@ } }, "node_modules/happy-dom": { - "version": "15.11.7", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz", - "integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.0.0.tgz", + "integrity": "sha512-Br2gCVyasiuBFSunZpgkKJ84ruoM/a1e6OnJj3MU1O2pz9+HDBc03WD00/DNQ2xnQpLlpGwU37TaubonvlZWIQ==", "dev": true, - "license": "MIT", "dependencies": { - "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "whatwg-mimetype": "^3.0.0" }, diff --git a/apps/voucherify/package.json b/apps/voucherify/package.json index e50303edd..bf478e476 100644 --- a/apps/voucherify/package.json +++ b/apps/voucherify/package.json @@ -33,7 +33,7 @@ "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react": "~7.37.3", - "happy-dom": "^15.11.7", + "happy-dom": "^16.0.0", "vite": "^5.4.11", "vitest": "^2.1.8" },