Browse Source

Bump jsdom from 16.6.0 to 16.7.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
tags/v23.0.0beta1
dependabot[bot] 2 years ago
parent
commit
c92e49da8d
No account linked to committer's email address
2 changed files with 10 additions and 10 deletions
  1. 9
    9
      package-lock.json
  2. 1
    1
      package.json

+ 9
- 9
package-lock.json View File

@@ -89,7 +89,7 @@
"file-loader": "^6.2.0",
"handlebars-loader": "^1.7.1",
"jest": "^26.6.3",
"jsdom": "^16.6.0",
"jsdom": "^16.7.0",
"sass": "^1.37.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
@@ -16988,9 +16988,9 @@
}
},
"node_modules/jsdom": {
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz",
"integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==",
"version": "16.7.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
"integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
"dev": true,
"dependencies": {
"abab": "^2.0.5",
@@ -17018,7 +17018,7 @@
"whatwg-encoding": "^1.0.5",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^8.5.0",
"ws": "^7.4.5",
"ws": "^7.4.6",
"xml-name-validator": "^3.0.0"
},
"engines": {
@@ -36884,9 +36884,9 @@
}
},
"jsdom": {
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.6.0.tgz",
"integrity": "sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==",
"version": "16.7.0",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
"integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
"dev": true,
"requires": {
"abab": "^2.0.5",
@@ -36914,7 +36914,7 @@
"whatwg-encoding": "^1.0.5",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^8.5.0",
"ws": "^7.4.5",
"ws": "^7.4.6",
"xml-name-validator": "^3.0.0"
},
"dependencies": {

+ 1
- 1
package.json View File

@@ -105,7 +105,7 @@
"file-loader": "^6.2.0",
"handlebars-loader": "^1.7.1",
"jest": "^26.6.3",
"jsdom": "^16.6.0",
"jsdom": "^16.7.0",
"sass": "^1.37.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",

Loading…
Cancel
Save