From 904737d3d70582c9917181dd1fd25b934f74abc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:14:18 +0000 Subject: [PATCH] chore: bump happy-dom from 15.7.0 to 15.7.4 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.7.0 to 15.7.4. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.7.0...v15.7.4) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90f0375a6..f0a798cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.0", + "happy-dom": "^15.7.4", "typescript": "^5.4.5", "vite": "^5.4.2", "vitest": "^2.0.5", @@ -7796,9 +7796,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.0.tgz", - "integrity": "sha512-tH48xarc37FLrtpNWuA89xw4IS1dxNrfzI8ehiafkj3kM3JSCMknuigKv2unDPRzd2C9Hv7ZDPkqPiBCvIz2Dg==", + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", + "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -20529,9 +20529,9 @@ "peer": true }, "happy-dom": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.0.tgz", - "integrity": "sha512-tH48xarc37FLrtpNWuA89xw4IS1dxNrfzI8ehiafkj3kM3JSCMknuigKv2unDPRzd2C9Hv7ZDPkqPiBCvIz2Dg==", + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", + "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", "dev": true, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 9fe37cfcd..f1747c5a5 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.0", + "happy-dom": "^15.7.4", "typescript": "^5.4.5", "vite": "^5.4.2", "vitest": "^2.0.5",