Skip to content

Commit 381cdb2

Browse files
Update dependency jsdom to v27
1 parent 704936a commit 381cdb2

File tree

2 files changed

+135
-71
lines changed

2 files changed

+135
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "7.28.5",
1919
"@babel/preset-typescript": "7.28.5",
2020
"@types/jest": "30.0.0",
21-
"@types/jsdom": "21.1.7",
21+
"@types/jsdom": "27.0.0",
2222
"@types/node": "22.19.1",
2323
"@typescript-eslint/eslint-plugin": "8.47.0",
2424
"@typescript-eslint/parser": "8.47.0",
@@ -32,7 +32,7 @@
3232
"typescript": "5.8.3"
3333
},
3434
"dependencies": {
35-
"jsdom": "26.1.0",
35+
"jsdom": "27.2.0",
3636
"lemmy-bot": "0.5.2",
3737
"marked": "12.0.2"
3838
}

0 commit comments

Comments
 (0)