Skip to content

Commit 0e3113e

Browse files
Update dependency jsdom to v25 (#2580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6432dca commit 0e3113e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"eslint-plugin-react-hooks": "^4.5.0",
118118
"eslint-plugin-unicorn": "^55.0.0",
119119
"i18next-parser": "^9.0.0",
120-
"jsdom": "^24.0.0",
120+
"jsdom": "^25.0.0",
121121
"prettier": "^3.0.0",
122122
"sass": "^1.42.1",
123123
"typescript": "^5.1.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6181,10 +6181,10 @@ [email protected], js-yaml@^4.1.0:
61816181
dependencies:
61826182
argparse "^2.0.1"
61836183

6184-
jsdom@^24.0.0:
6185-
version "24.1.3"
6186-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.1.3.tgz#88e4a07cb9dd21067514a619e9f17b090a394a9f"
6187-
integrity sha512-MyL55p3Ut3cXbeBEG7Hcv0mVM8pp8PBNWxRqchZnSfAiES1v1mRnMeFfaHWIPULpwsYfvO+ZmMZz5tGCnjzDUQ==
6184+
jsdom@^25.0.0:
6185+
version "25.0.0"
6186+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-25.0.0.tgz#d1612b4ddab85af56821b2f731e15faae135f4e1"
6187+
integrity sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==
61886188
dependencies:
61896189
cssstyle "^4.0.1"
61906190
data-urls "^5.0.0"

0 commit comments

Comments
 (0)