Skip to content

Commit

Permalink
Bump jsdom from 22.0.0 to 22.1.0 (#310)
Browse files Browse the repository at this point in the history
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.0.0 to 22.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@22.0.0...22.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2023
1 parent 966214a commit d01710d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"mocha": "^10.2.0"
},
"homepage": "https://github.com/modosc/global-jsdom#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-jsdom-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mocha": "^10.2.0"
},
"dependencies": {
"jsdom": "^22.0.0"
"jsdom": "^22.1.0"
},
"scripts": {
"lint": "yarn eslint --ext=js,mjs --cache .eslintrc.js mocha module node",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"mocha": "^10.2.0"
},
"homepage": "https://github.com/modosc/global-jsdom#readme",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@ __metadata:
eslint-plugin-import: ^2.28.0
eslint-plugin-mocha: ^10.1.0
global-jsdom: "*"
jsdom: ^22.0.0
jsdom: ^22.1.0
mocha: ^10.2.0
languageName: unknown
linkType: soft
Expand All @@ -3318,7 +3318,7 @@ __metadata:
eslint-config-airbnb-base: ^15.0.0
eslint-plugin-import: ^2.28.0
eslint-plugin-mocha: ^10.1.0
jsdom: ^22.0.0
jsdom: ^22.1.0
mocha: ^10.2.0
peerDependencies:
jsdom: ">=22 <23"
Expand All @@ -3334,7 +3334,7 @@ __metadata:
eslint-config-airbnb-base: ^15.0.0
eslint-plugin-import: ^2.28.0
eslint-plugin-mocha: ^10.1.0
jsdom: ^22.0.0
jsdom: ^22.1.0
mocha: ^10.2.0
peerDependencies:
jsdom: ">=22 <23"
Expand Down Expand Up @@ -3878,9 +3878,9 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:^22.0.0":
version: 22.0.0
resolution: "jsdom@npm:22.0.0"
"jsdom@npm:^22.1.0":
version: 22.1.0
resolution: "jsdom@npm:22.1.0"
dependencies:
abab: ^2.0.6
cssstyle: ^3.0.0
Expand Down Expand Up @@ -3910,7 +3910,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 5d554ccb1637035d1c3baa832ce6f6c66549b6fa43cc7c39295250092e74a10c2e6c674cb40a208ae850d80436dd109862f95d293528345ab5d6cc5213847f8e
checksum: d955ab83a6dad3e6af444098d30647c719bbb4cf97de053aa5751c03c8d6f3283d8c4d7fc2774c181f1d432fb0250e7332bc159e6b466424f4e337d73adcbf30
languageName: node
linkType: hard

Expand Down

0 comments on commit d01710d

Please sign in to comment.