Skip to content

Commit 2f2742a

Browse files
build(deps-dev): Bump happy-dom from 20.0.11 to 20.1.0 (#298)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2724619 commit 2f2742a

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"eslint": "9.39.2",
173173
"globals": "17.0.0",
174174
"growl": "1.10.5",
175-
"happy-dom": "20.0.11",
175+
"happy-dom": "20.1.0",
176176
"husky": "9.1.7",
177177
"is-ci": "4.1.0",
178178
"node-notifier": "10.0.1",

yarn.lock

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ __metadata:
14871487
eslint: "npm:9.39.2"
14881488
globals: "npm:17.0.0"
14891489
growl: "npm:1.10.5"
1490-
happy-dom: "npm:20.0.11"
1490+
happy-dom: "npm:20.1.0"
14911491
husky: "npm:9.1.7"
14921492
is-ci: "npm:4.1.0"
14931493
node-notifier: "npm:10.0.1"
@@ -2866,6 +2866,15 @@ __metadata:
28662866
languageName: node
28672867
linkType: hard
28682868

2869+
"@types/ws@npm:^8.18.1":
2870+
version: 8.18.1
2871+
resolution: "@types/ws@npm:8.18.1"
2872+
dependencies:
2873+
"@types/node": "npm:*"
2874+
checksum: 10/1ce05e3174dcacf28dae0e9b854ef1c9a12da44c7ed73617ab6897c5cbe4fccbb155a20be5508ae9a7dde2f83bd80f5cf3baa386b934fc4b40889ec963e94f3a
2875+
languageName: node
2876+
linkType: hard
2877+
28692878
"@typescript-eslint/eslint-plugin@npm:8.31.0":
28702879
version: 8.31.0
28712880
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.0"
@@ -6014,14 +6023,16 @@ __metadata:
60146023
languageName: node
60156024
linkType: hard
60166025

6017-
"happy-dom@npm:20.0.11":
6018-
version: 20.0.11
6019-
resolution: "happy-dom@npm:20.0.11"
6026+
"happy-dom@npm:20.1.0":
6027+
version: 20.1.0
6028+
resolution: "happy-dom@npm:20.1.0"
60206029
dependencies:
60216030
"@types/node": "npm:^20.0.0"
60226031
"@types/whatwg-mimetype": "npm:^3.0.2"
6032+
"@types/ws": "npm:^8.18.1"
60236033
whatwg-mimetype: "npm:^3.0.0"
6024-
checksum: 10/0f2cd2a2c394a79ce3ff15b5c00edd4071a5c5ece14f3ee810b954a1c3ee826a3920be37a349c7dc1b5bd3cd49b550f5e6291aa7e109ee4a27c3f6476f4b5d91
6034+
ws: "npm:^8.18.3"
6035+
checksum: 10/6f24d9d39b6dd387fe567adc621fba5e5a7fef83d5baa8cbc49cf75ecd09a91e460a242c6ac8d4ea3d2c01b134ec7f552d8c66d13ac109350ad2650450fe61de
60256036
languageName: node
60266037
linkType: hard
60276038

@@ -11826,6 +11837,21 @@ __metadata:
1182611837
languageName: node
1182711838
linkType: hard
1182811839

11840+
"ws@npm:^8.18.3":
11841+
version: 8.19.0
11842+
resolution: "ws@npm:8.19.0"
11843+
peerDependencies:
11844+
bufferutil: ^4.0.1
11845+
utf-8-validate: ">=5.0.2"
11846+
peerDependenciesMeta:
11847+
bufferutil:
11848+
optional: true
11849+
utf-8-validate:
11850+
optional: true
11851+
checksum: 10/26e4901e93abaf73af9f26a93707c95b4845e91a7a347ec8c569e6e9be7f9df066f6c2b817b2d685544e208207898a750b78461e6e8d810c11a370771450c31b
11852+
languageName: node
11853+
linkType: hard
11854+
1182911855
"xdg-basedir@npm:^4.0.0":
1183011856
version: 4.0.0
1183111857
resolution: "xdg-basedir@npm:4.0.0"

0 commit comments

Comments
 (0)