From 9ccd40ac018688da8e9028508c4cbec9a377a546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:08:55 +0000 Subject: [PATCH] Update dependency happy-dom to v13 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2516d78..b5dc8086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-storybook": "0.6.15", - "happy-dom": "12.10.3", + "happy-dom": "13.0.4", "husky": "8.0.3", "lint-staged": "15.2.0", "prettier": "3.2.1", @@ -14174,9 +14174,9 @@ } }, "node_modules/happy-dom": { - "version": "12.10.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-12.10.3.tgz", - "integrity": "sha512-JzUXOh0wdNGY54oKng5hliuBkq/+aT1V3YpTM+lrN/GoLQTANZsMaIvmHiHe612rauHvPJnDZkZ+5GZR++1Abg==", + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.0.4.tgz", + "integrity": "sha512-f2qxUhnj1y8nnuHOhoKCE1L8XjsdhYoMit/KMf5Me3coi+JrkS8UJ9hLEnuHE0/y5xcBt+OPWvFTAiUrgdntpw==", "dev": true, "dependencies": { "css.escape": "^1.5.1", diff --git a/package.json b/package.json index 4776f7a6..7b71f067 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-storybook": "0.6.15", - "happy-dom": "12.10.3", + "happy-dom": "13.0.4", "husky": "8.0.3", "lint-staged": "15.2.0", "prettier": "3.2.1",