Bump jsdom from 21.1.1 to 21.1.2 in /js (#20048)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.1 to 21.1.2.
- [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/21.1.1...21.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 23:00:29 +02:00 committed by GitHub
parent 47a32936b7
commit 7a209e15f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -99,7 +99,7 @@
"@vitejs/plugin-react-swc": "^3.3.0",
"cypress": "^12.11.0",
"cypress-axe": "^1.4.0",
"jsdom": "^21.1.1",
"jsdom": "^21.1.2",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",
"vite": "^4.3.3",

16
js/package-lock.json generated
View file

@ -101,7 +101,7 @@
"@vitejs/plugin-react-swc": "^3.3.0",
"cypress": "^12.11.0",
"cypress-axe": "^1.4.0",
"jsdom": "^21.1.1",
"jsdom": "^21.1.2",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",
"vite": "^4.3.3",
@ -7385,9 +7385,9 @@
"dev": true
},
"node_modules/jsdom": {
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.1.tgz",
"integrity": "sha512-Jjgdmw48RKcdAIQyUD1UdBh2ecH7VqwaXPN3ehoZN6MqgVbMn+lRm1aAT1AsdJRAJpwfa4IpwgzySn61h2qu3w==",
"version": "21.1.2",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.2.tgz",
"integrity": "sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==",
"dev": true,
"dependencies": {
"abab": "^2.0.6",
@ -7403,7 +7403,7 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.2",
"nwsapi": "^2.2.4",
"parse5": "^7.1.2",
"rrweb-cssom": "^0.6.0",
"saxes": "^6.0.0",
@ -8387,9 +8387,9 @@
}
},
"node_modules/nwsapi": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz",
"integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.4.tgz",
"integrity": "sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==",
"dev": true
},
"node_modules/object-assign": {