Skip to content

Commit 0ab8077

Browse files
Update dependency jsdom to v25
1 parent 439082b commit 0ab8077

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-prettier": "^5.0.0",
8484
"eslint-plugin-react": "^7.33.2",
8585
"eslint-plugin-storybook": "^0.8.0",
86-
"jsdom": "^24.0.0",
86+
"jsdom": "^25.0.0",
8787
"prettier": "3.3.3",
8888
"react": "^18.2.0",
8989
"react-dom": "^18.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5557,10 +5557,10 @@ jscodeshift@^0.15.1:
55575557
temp "^0.8.4"
55585558
write-file-atomic "^2.3.0"
55595559

5560-
jsdom@^24.0.0:
5561-
version "24.1.1"
5562-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.1.1.tgz#f41df8f4f3b2fbfa7e1bdc5df62c9804fd14a9d0"
5563-
integrity sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==
5560+
jsdom@^25.0.0:
5561+
version "25.0.0"
5562+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-25.0.0.tgz#d1612b4ddab85af56821b2f731e15faae135f4e1"
5563+
integrity sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==
55645564
dependencies:
55655565
cssstyle "^4.0.1"
55665566
data-urls "^5.0.0"

0 commit comments

Comments
 (0)