Bump jsdom from 16.0.0 to 16.0.1
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.0.0 to 16.0.1. - [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/16.0.0...16.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
05e92606e5
commit
91272a5e04
2 changed files with 7 additions and 9 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -11935,15 +11935,14 @@
|
|||
"optional": true
|
||||
},
|
||||
"jsdom": {
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.0.0.tgz",
|
||||
"integrity": "sha512-zYGVgSyf/Y/e3fOJICIyEgtTMV3lyYlsokXa7U0GWMzYKT2kN6iyBQLGbuLD+0/OLC2bnGGB4DuWtZSG2o7Gqw==",
|
||||
"version": "16.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.0.1.tgz",
|
||||
"integrity": "sha512-wKJe/APzq+ak9i+2ybWE20lDIhF9AkGKSZf8UsjPN39acatFB6oA7K397kQvHVikds0yQono2h6J7UjbPtPOWw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"abab": "^2.0.3",
|
||||
"acorn": "^7.1.0",
|
||||
"acorn-globals": "^4.3.2",
|
||||
"array-equal": "^1.0.0",
|
||||
"cssom": "^0.4.4",
|
||||
"cssstyle": "^2.0.0",
|
||||
"data-urls": "^2.0.0",
|
||||
|
@ -11953,7 +11952,6 @@
|
|||
"html-encoding-sniffer": "^2.0.0",
|
||||
"nwsapi": "^2.2.0",
|
||||
"parse5": "5.1.1",
|
||||
"pn": "^1.1.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.8",
|
||||
"saxes": "^4.0.2",
|
||||
|
@ -11988,9 +11986,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cssstyle": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.0.0.tgz",
|
||||
"integrity": "sha512-QXSAu2WBsSRXCPjvI43Y40m6fMevvyRm8JVAuF9ksQz5jha4pWP1wpaK7Yu5oLFc6+XAY+hj8YhefyXcBB53gg==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.2.0.tgz",
|
||||
"integrity": "sha512-sEb3XFPx3jNnCAMtqrXPDeSgQr+jojtCeNf8cvMNMh1cG970+lljssvQDzPq6lmmJu2Vhqood/gtEomBiHOGnA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cssom": "~0.3.6"
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"jest": "^24.9.0",
|
||||
"jest-environment-jsdom-fourteen": "^1.0.1",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jsdom": "^16.0.0",
|
||||
"jsdom": "^16.0.1",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mockdate": "2.0.5",
|
||||
"moment": "^2.24.0",
|
||||
|
|
Loading…
Reference in a new issue