Skip to content

Commit 6bead4b

Browse files
chore(deps): bump jsdom to ^19.0.0 (#784)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4bac4a9 commit 6bead4b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest-environment-jsdom": "^27.0.3",
6363
"jest-junit": "^13.0.0",
6464
"js-yaml": "^4.1.0",
65-
"jsdom": "^18.0.0",
65+
"jsdom": "^19.0.0",
6666
"minimatch": "^3.0.4",
6767
"mocha": "^9.0.0",
6868
"mocha-sugar-free": "^1.4.0",

tests/build/fixtures/ava-ts-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/react-dom": "^17.0.0",
99
"@types/testing-library__react": "^10.0.1",
1010
"ava": "^3.6.0",
11-
"jsdom": "^18.0.0",
11+
"jsdom": "^19.0.0",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0",
1414
"ts-node": "^10.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,10 +4276,10 @@ jsdom@^16.6.0:
42764276
ws "^7.4.6"
42774277
xml-name-validator "^3.0.0"
42784278

4279-
jsdom@^18.0.0:
4280-
version "18.1.0"
4281-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.0.tgz#43e88a0e4d6d2aeeec0a18810c0934c02b2ae3e4"
4282-
integrity sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==
4279+
jsdom@^19.0.0:
4280+
version "19.0.0"
4281+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a"
4282+
integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==
42834283
dependencies:
42844284
abab "^2.0.5"
42854285
acorn "^8.5.0"

0 commit comments

Comments
 (0)