Bump jsdom from 20.0.3 to 21.0.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.3 to 21.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.3...21.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 23:37:47 +00:00 committed by GitHub
parent 6894660144
commit 03736981a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -31,7 +31,7 @@
"@types/babel__core": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"eslint": "^8.31.0",
"jsdom": "^20.0.3",
"jsdom": "^21.0.0",
"prettier": "^2.8.2",
"solid-testing-library": "^0.5.0",
"typescript": "4.9.4",
@ -3563,9 +3563,9 @@
}
},
"node_modules/jsdom": {
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
"integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz",
"integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==",
"dev": true,
"dependencies": {
"abab": "^2.0.6",
@ -7609,9 +7609,9 @@
}
},
"jsdom": {
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
"integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz",
"integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==",
"dev": true,
"requires": {
"abab": "^2.0.6",

View File

@ -29,7 +29,7 @@
"@types/babel__core": "^7.1.20",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"eslint": "^8.31.0",
"jsdom": "^20.0.3",
"jsdom": "^21.0.0",
"prettier": "^2.8.2",
"solid-testing-library": "^0.5.0",
"typescript": "4.9.4",