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

Deps: Update dependency jsdom to v25 #1713

Merged
merged 1 commit into from
Oct 15, 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 packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build:finalize": "npm-run-all build:react:clean build:copy"
},
"devDependencies": {
"jsdom": "24.1.3",
"jsdom": "25.0.1",
"npm-run-all2": "6.2.3",
"shx": "0.3.4",
"svg2react-icon": "3.1.178"
Expand Down
45 changes: 36 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4825,7 +4825,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lmc-eu/spirit-icons@workspace:packages/icons"
dependencies:
jsdom: "npm:24.1.3"
jsdom: "npm:25.0.1"
npm-run-all2: "npm:6.2.3"
shx: "npm:0.3.4"
svg2react-icon: "npm:3.1.178"
Expand Down Expand Up @@ -12964,7 +12964,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 @@ -19532,11 +19532,11 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:24.1.3":
version: 24.1.3
resolution: "jsdom@npm:24.1.3"
"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 @@ -19549,7 +19549,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 @@ -19562,7 +19562,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 10/81e01d092a3620a9749e46572c26b21eb1fefc4e593f99e4acf3d4a803dfb091917e7b7096b3e62fab87e1d525a4030b803be1f5dbb5e7e61435d726f82f7457
checksum: 10/e6bf7250ddd2fbcf68da0ea041a0dc63545dc4bf77fa3ff40a46ae45b1dac1ca55b87574ab904d1f8baeeb547c52cec493a22f545d7d413b320011f41150ec49
languageName: node
linkType: hard

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

"tldts-core@npm:^6.1.51":
version: 6.1.51
resolution: "tldts-core@npm:6.1.51"
checksum: 10/861d5736d714abfd649c0545b9aae27058cd76f28f83077328fde6ba5ba9f7f107227d09406cfd38baf6215fc7840545ed0b17352f2f364182265887774394dc
languageName: node
linkType: hard

"tldts@npm:^6.1.32":
version: 6.1.51
resolution: "tldts@npm:6.1.51"
dependencies:
tldts-core: "npm:^6.1.51"
bin:
tldts: bin/cli.js
checksum: 10/42e664469b1497af2fc6ac4cbf94f8a6507fcd23bf59521ace34223e36cb74ec7a003cf42834fcc4ba159c7448aa7e6f0f79f1f2fb8145b2e72ef44e87f035ec
languageName: node
linkType: hard

"tmp-promise@npm:^3.0.2, tmp-promise@npm:^3.0.3":
version: 3.0.3
resolution: "tmp-promise@npm:3.0.3"
Expand Down Expand Up @@ -29223,7 +29241,7 @@ __metadata:
languageName: node
linkType: hard

"tough-cookie@npm:^4.1.2, tough-cookie@npm:^4.1.4":
"tough-cookie@npm:^4.1.2":
version: 4.1.4
resolution: "tough-cookie@npm:4.1.4"
dependencies:
Expand All @@ -29235,6 +29253,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: 10/a98d3846ed386e399e8b470c1eb08a6a296944246eabc55c9fe79d629bd2cdaa62f5a6572f271fe0060987906bd20468d72a219a3b4cbe51086bea48d2d677b6
languageName: node
linkType: hard

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