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

dev: update jsdom to remove punycode warning #3605

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"eslint-plugin-testing-library": "^6.4.0",
"http-proxy-middleware": "^2.0.7",
"husky": "^9.1.4",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.8",
"msw": "^2.4.11",
"postcss": "^8.4.31",
Expand Down
43 changes: 35 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7522,7 +7522,7 @@ __metadata:
languageName: node
linkType: hard

"cssstyle@npm:^4.0.1":
"cssstyle@npm:^4.1.0":
version: 4.1.0
resolution: "cssstyle@npm:4.1.0"
dependencies:
Expand Down Expand Up @@ -9431,7 +9431,7 @@ __metadata:
http-proxy-middleware: "npm:^2.0.7"
husky: "npm:^9.1.4"
js-cookie: "npm:^3.0.5"
jsdom: "npm:^25.0.0"
jsdom: "npm:^25.0.1"
launchdarkly-react-client-sdk: "npm:^3.0.9"
lint-staged: "npm:^15.2.8"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -10632,11 +10632,11 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:^25.0.0":
version: 25.0.0
resolution: "jsdom@npm:25.0.0"
"jsdom@npm:^25.0.1":
version: 25.0.1
resolution: "jsdom@npm:25.0.1"
dependencies:
cssstyle: "npm:^4.0.1"
cssstyle: "npm:^4.1.0"
data-urls: "npm:^5.0.0"
decimal.js: "npm:^10.4.3"
form-data: "npm:^4.0.0"
Expand All @@ -10649,7 +10649,7 @@ __metadata:
rrweb-cssom: "npm:^0.7.1"
saxes: "npm:^6.0.0"
symbol-tree: "npm:^3.2.4"
tough-cookie: "npm:^4.1.4"
tough-cookie: "npm:^5.0.0"
w3c-xmlserializer: "npm:^5.0.0"
webidl-conversions: "npm:^7.0.0"
whatwg-encoding: "npm:^3.1.1"
Expand All @@ -10662,7 +10662,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 10c0/1552bcfb816b2c69ae159ba0cd79e8964030c106cc0cb2deb20a64c1ca54e1ea41352b9802d89b7cf823e43e6d74ed7289abff4aacc95b1b2bc936570aab3594
checksum: 10c0/6bda32a6dfe4e37a30568bf51136bdb3ba9c0b72aadd6356280404275a34c9e097c8c25b5eb3c742e602623741e172da977ff456684befd77c9042ed9bf8c2b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -14564,6 +14564,24 @@ __metadata:
languageName: node
linkType: hard

"tldts-core@npm:^6.1.69":
version: 6.1.69
resolution: "tldts-core@npm:6.1.69"
checksum: 10c0/654b7ca5e349c89613b99179c5a3f55870be0b77d4ce062eaf6cdda7b160dc454a79a48e825e711f89e93588e62cbb6b166171a044a7427f5987ae9602d68328
languageName: node
linkType: hard

"tldts@npm:^6.1.32":
version: 6.1.69
resolution: "tldts@npm:6.1.69"
dependencies:
tldts-core: "npm:^6.1.69"
bin:
tldts: bin/cli.js
checksum: 10c0/47ca3c435f3fbe325a263e07417079551911afce45be0cc8b4a1c9ba14b8e9e6c493c6260dc5f34d3c4b396671fe641b2ebea9646e34c4a4d03223da848c7658
languageName: node
linkType: hard

"to-fast-properties@npm:^2.0.0":
version: 2.0.0
resolution: "to-fast-properties@npm:2.0.0"
Expand Down Expand Up @@ -14613,6 +14631,15 @@ __metadata:
languageName: node
linkType: hard

"tough-cookie@npm:^5.0.0":
version: 5.0.0
resolution: "tough-cookie@npm:5.0.0"
dependencies:
tldts: "npm:^6.1.32"
checksum: 10c0/4a69c885bf6f45c5a64e60262af99e8c0d58a33bd3d0ce5da62121eeb9c00996d0128a72df8fc4614cbde59cc8b70aa3e21e4c3c98c2bbde137d7aba7fa00124
languageName: node
linkType: hard

"tr46@npm:^5.0.0":
version: 5.0.0
resolution: "tr46@npm:5.0.0"
Expand Down
Loading