From 1f83b234584ae1a50f543c7230fd197682014a15 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 16 May 2022 05:51:13 +0000 Subject: [PATCH] chore(deps): update dependency happy-dom to v3.2.1 (#1949) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1949 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ee1ad9e5..25cd645e3 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "8.15.0", "eslint-plugin-vue": "8.7.1", "express": "4.18.1", - "happy-dom": "3.2.0", + "happy-dom": "3.2.1", "netlify-cli": "10.3.0", "postcss": "8.4.13", "postcss-preset-env": "7.5.0", diff --git a/yarn.lock b/yarn.lock index 5665deb3a..1fafc95bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6914,10 +6914,10 @@ graphql@^16.1.0: resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656" integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA== -happy-dom@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-3.2.0.tgz#22c208b2836761604631e48bfc36a6ebead3d886" - integrity sha512-+dtbWX+9pgfoDAoBvVKWc3Zhcmb4t9upGGT2zht1IzwdH5oNM9Nez+GsgEmXBFIpIq12/Mva3/4pl4XHRSNh3A== +happy-dom@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-3.2.1.tgz#7c4976772f7412a1509b271ba08edb591888dc08" + integrity sha512-OdXX/xkvERUyGltxDb374n86Aba0VqaK13xo9nn/ztQVy+RpXk8O6ZP6uygK6WNdF2Gn7T0hm6wtC8bcOLZZqQ== dependencies: css.escape "^1.5.1" he "^1.2.0"