chore(deps): update dependency jsdom to v21.1.2

This commit is contained in:
renovate[bot]
2023-06-01 13:10:32 +00:00
committed by Stefan Rotsch
parent eeb40569ff
commit f0276509db
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"highlight.js": "11.7.0", "highlight.js": "11.7.0",
"husky": "8.0.3", "husky": "8.0.3",
"jsdom": "21.1.1", "jsdom": "21.1.2",
"marked": "4.3.0", "marked": "4.3.0",
"moment": "2.29.4", "moment": "2.29.4",
"postcss-normalize": "10.0.1", "postcss-normalize": "10.0.1",
@@ -11386,9 +11386,9 @@
} }
}, },
"node_modules/jsdom": { "node_modules/jsdom": {
"version": "21.1.1", "version": "21.1.2",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.1.tgz", "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.2.tgz",
"integrity": "sha512-Jjgdmw48RKcdAIQyUD1UdBh2ecH7VqwaXPN3ehoZN6MqgVbMn+lRm1aAT1AsdJRAJpwfa4IpwgzySn61h2qu3w==", "integrity": "sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==",
"dependencies": { "dependencies": {
"abab": "^2.0.6", "abab": "^2.0.6",
"acorn": "^8.8.2", "acorn": "^8.8.2",
@@ -11403,7 +11403,7 @@
"http-proxy-agent": "^5.0.0", "http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"is-potential-custom-element-name": "^1.0.1", "is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.2", "nwsapi": "^2.2.4",
"parse5": "^7.1.2", "parse5": "^7.1.2",
"rrweb-cssom": "^0.6.0", "rrweb-cssom": "^0.6.0",
"saxes": "^6.0.0", "saxes": "^6.0.0",
@@ -25092,9 +25092,9 @@
} }
}, },
"jsdom": { "jsdom": {
"version": "21.1.1", "version": "21.1.2",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.1.tgz", "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.2.tgz",
"integrity": "sha512-Jjgdmw48RKcdAIQyUD1UdBh2ecH7VqwaXPN3ehoZN6MqgVbMn+lRm1aAT1AsdJRAJpwfa4IpwgzySn61h2qu3w==", "integrity": "sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==",
"requires": { "requires": {
"abab": "^2.0.6", "abab": "^2.0.6",
"acorn": "^8.8.2", "acorn": "^8.8.2",
@@ -25109,7 +25109,7 @@
"http-proxy-agent": "^5.0.0", "http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"is-potential-custom-element-name": "^1.0.1", "is-potential-custom-element-name": "^1.0.1",
"nwsapi": "^2.2.2", "nwsapi": "^2.2.4",
"parse5": "^7.1.2", "parse5": "^7.1.2",
"rrweb-cssom": "^0.6.0", "rrweb-cssom": "^0.6.0",
"saxes": "^6.0.0", "saxes": "^6.0.0",

View File

@@ -42,7 +42,7 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"highlight.js": "11.7.0", "highlight.js": "11.7.0",
"husky": "8.0.3", "husky": "8.0.3",
"jsdom": "21.1.1", "jsdom": "21.1.2",
"marked": "4.3.0", "marked": "4.3.0",
"moment": "2.29.4", "moment": "2.29.4",
"postcss-normalize": "10.0.1", "postcss-normalize": "10.0.1",