From 11c540f4fb4fcf904d6f94777ee2c5eece925ff1 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 5 May 2022 18:52:12 +0000 Subject: [PATCH] chore(deps): update dependency happy-dom to v3.1.1 (#1904) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1904 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 75e114c4b..e9c5e64a4 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "8.14.0", "eslint-plugin-vue": "8.7.1", "express": "4.18.1", - "happy-dom": "3.1.0", + "happy-dom": "3.1.1", "netlify-cli": "10.1.0", "postcss": "8.4.13", "postcss-preset-env": "7.5.0", diff --git a/yarn.lock b/yarn.lock index d37c17f9e..aaf2a8f38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6732,10 +6732,10 @@ graphql@^16.1.0: resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656" integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA== -happy-dom@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-3.1.0.tgz#dad86056ac2ee3d5b4172fba41fe3b4a4e1cea4b" - integrity sha512-BewZQwLdu6JS9HYT7enB2toju80OjSjl44+3HXMB3hT+2skC9Mja+/N/b+SbtnwJCMbQqiZVzy/RXevPPuBIXQ== +happy-dom@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-3.1.1.tgz#cefc1e48b9f5f750d634d0f1732220fdb42e4534" + integrity sha512-yomqZv0JJ3FSQ/OZXiDSNOqw/vxZEzrFpxXausyyGPMICZs3KIGfQt+X/007abXkQWRb1SDeetM4PqOM0cagfQ== dependencies: css.escape "^1.5.1" he "^1.2.0"