From 6858973b21f149b7e70697ceb00764e7d3cbf09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:03:55 +0000 Subject: [PATCH] Bump happy-dom from 14.7.0 to 14.7.1 in /frontend Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.7.0 to 14.7.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.7.0...v14.7.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d9283ad3d..d42009dab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-vue": "^9.24.0", "eslint-plugin-vuetify": "^2.2.0", "eslint-plugin-yml": "^1.14.0", - "happy-dom": "^14.7.0", + "happy-dom": "^14.7.1", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -12912,9 +12912,9 @@ } }, "node_modules/happy-dom": { - "version": "14.7.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.7.0.tgz", - "integrity": "sha512-Rl8Za/bemx2AO7jxL6D1CXazqryd3vClVo4gK0wZMbPUwGlODdpASJJS3j+OX85VkPZ2wf3TKdhzUv7v7zmNOA==", + "version": "14.7.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.7.1.tgz", + "integrity": "sha512-v60Q0evZ4clvMcrAh5/F8EdxDdfHdFrtffz/CNe10jKD+nFweZVxM91tW+UyY2L4AtpgIaXdZ7TQmiO1pfcwbg==", "dev": true, "dependencies": { "entities": "^4.5.0", diff --git a/frontend/package.json b/frontend/package.json index c2477a7ea..1eb274f2b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -117,7 +117,7 @@ "eslint-plugin-vue": "^9.24.0", "eslint-plugin-vuetify": "^2.2.0", "eslint-plugin-yml": "^1.14.0", - "happy-dom": "^14.7.0", + "happy-dom": "^14.7.1", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0",