Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/jsdom to v21 #319

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/eslint-visitor-keys": "^1.0.0",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.3",
"@types/jsdom": "^16.2.5",
"@types/jsdom": "^21.0.0",
"@types/json5": "^2.2.0",
"@types/loader-utils": "^2.0.0",
"@types/memory-fs": "^0.3.2",
Expand Down
35 changes: 22 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ __metadata:
"@types/eslint-visitor-keys": ^1.0.0
"@types/jest": ^27.0.2
"@types/js-yaml": ^4.0.3
"@types/jsdom": ^16.2.5
"@types/jsdom": ^21.0.0
"@types/json5": ^2.2.0
"@types/loader-utils": ^2.0.0
"@types/memory-fs": ^0.3.2
Expand Down Expand Up @@ -2665,14 +2665,14 @@ __metadata:
languageName: node
linkType: hard

"@types/jsdom@npm:^16.2.5":
version: 16.2.14
resolution: "@types/jsdom@npm:16.2.14"
"@types/jsdom@npm:^21.0.0":
version: 21.1.3
resolution: "@types/jsdom@npm:21.1.3"
dependencies:
"@types/node": "*"
"@types/parse5": "*"
"@types/tough-cookie": "*"
checksum: 12bb926fa74ea07c0ba0bfd5bf185ac0fd771b28666a5e8784b9af4bb96bb0c51fc5f494eff7da1d3cd804e4757f640a23c344c1cd5d188f95ab0ab51770d88b
parse5: ^7.0.0
checksum: be8e42eb2d24db8abd3a19a229ce2c2e5d0809351765d9053272604ddf1df04fd16ff193eee9a2d79130952c4f91ee995148deae836a4d43451e64db8a698281
languageName: node
linkType: hard

Expand Down Expand Up @@ -2767,13 +2767,6 @@ __metadata:
languageName: node
linkType: hard

"@types/parse5@npm:*":
version: 6.0.3
resolution: "@types/parse5@npm:6.0.3"
checksum: ddb59ee4144af5dfcc508a8dcf32f37879d11e12559561e65788756b95b33e6f03ea027d88e1f5408f9b7bfb656bf630ace31a2169edf44151daaf8dd58df1b7
languageName: node
linkType: hard

"@types/prettier@npm:^2.1.5":
version: 2.6.0
resolution: "@types/prettier@npm:2.6.0"
Expand Down Expand Up @@ -5850,6 +5843,13 @@ __metadata:
languageName: node
linkType: hard

"entities@npm:^4.4.0":
version: 4.5.0
resolution: "entities@npm:4.5.0"
checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7
languageName: node
linkType: hard

"env-paths@npm:^2.2.0":
version: 2.2.1
resolution: "env-paths@npm:2.2.1"
Expand Down Expand Up @@ -10615,6 +10615,15 @@ __metadata:
languageName: node
linkType: hard

"parse5@npm:^7.0.0":
version: 7.1.2
resolution: "parse5@npm:7.1.2"
dependencies:
entities: ^4.4.0
checksum: 59465dd05eb4c5ec87b76173d1c596e152a10e290b7abcda1aecf0f33be49646ea74840c69af975d7887543ea45564801736356c568d6b5e71792fd0f4055713
languageName: node
linkType: hard

"parseurl@npm:~1.3.2, parseurl@npm:~1.3.3":
version: 1.3.3
resolution: "parseurl@npm:1.3.3"
Expand Down