Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit abeafb1

Browse files
chore(deps): update devdependency happy-dom to v10 (#765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3653313 commit abeafb1

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-config-prettier": "^8.8.0",
8989
"eslint-plugin-prettier": "^4.2.1",
9090
"eslint-plugin-promise": "^6.1.1",
91-
"happy-dom": "^9.10.9",
91+
"happy-dom": "^10.0.6",
9292
"http-server": "^14.1.1",
9393
"lint-staged": "^13.2.0",
9494
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5575,6 +5575,11 @@ entities@^4.2.0:
55755575
resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174"
55765576
integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==
55775577

5578+
entities@^4.5.0:
5579+
version "4.5.0"
5580+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
5581+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
5582+
55785583
errno@^0.1.3, errno@~0.1.7:
55795584
version "0.1.8"
55805585
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
@@ -7091,13 +7096,13 @@ handlebars@^4.7.7:
70917096
optionalDependencies:
70927097
uglify-js "^3.1.4"
70937098

7094-
happy-dom@^9.10.9:
7095-
version "9.10.9"
7096-
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-9.10.9.tgz#3a9360e18a8036014203b65e8426392dc762d171"
7097-
integrity sha512-3RnOyu6buPMpDAyOpp8yfR5Xi/k2p5MhrDwlG/dgpVHkptFN5IqubdbGOQU5luB7ANh6a08GOuiB+Bo9JCzCBw==
7099+
happy-dom@^10.0.6:
7100+
version "10.0.6"
7101+
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-10.0.6.tgz#b5d2249fa7d323058018606f7ac8a2ee3802677c"
7102+
integrity sha512-7D/i4tyKQcSpFo0yV2qK3rMchWbYQQbh4+j+Ujqb545ZWFpb6mnttirf+LGG5OdrkQTcEryMlqBzdNFsB1ah6Q==
70987103
dependencies:
70997104
css.escape "^1.5.1"
7100-
he "^1.2.0"
7105+
entities "^4.5.0"
71017106
iconv-lite "^0.6.3"
71027107
webidl-conversions "^7.0.0"
71037108
whatwg-encoding "^2.0.0"

0 commit comments

Comments
 (0)