From 0a7517f82a1b60f5bf1306f22c6ebeda34264aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:00:07 +0100 Subject: [PATCH] chore(deps): update devdependency happy-dom to ^6.0.3 (#648) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e5dcbc47..b047c05d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.0.0", - "happy-dom": "^6.0.2", + "happy-dom": "^6.0.3", "http-server": "^14.1.1", "lint-staged": "^13.0.3", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index ef722531..ba54ed82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6683,10 +6683,10 @@ handlebars@^4.7.7: optionalDependencies: uglify-js "^3.1.4" -happy-dom@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-6.0.2.tgz#7a9f658c6b49e99c1bcda4be97550d448805bd80" - integrity sha512-NLPdk85xDRRYmOo3FjQ4KILNTH0geVofs1jW6x8IVO3PSl6bSLbB89DcLZGlkSYNLMJ8fggwd0v5v6gZidriXA== +happy-dom@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-6.0.3.tgz#ba1b35ae5466d4ac70bbfc3d9179ac4fbaa71ea4" + integrity sha512-1P1l2ynhs9lkO2M8X+fJzMbGUBzKZX8CSqjYrMw5LInqwdURvwj1veYD+br13jtNCwbjzZrYNuQXjj1vqENK4w== dependencies: css.escape "^1.5.1" he "^1.2.0"