diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-20 11:56:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 11:56:21 +0000 |
commit | cf2fb3a9c9d513285e93cafe822b536d2ff4b6e5 (patch) | |
tree | 446f61648adf9f5aa1141e4d8e0528f749de8736 /package.json | |
parent | 7d5f8d34db9e20efd310d5810e82a94f5054e36c (diff) |
Bump jsdom from 20.0.1 to 22.1.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.1 to 22.1.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/20.0.1...22.1.0)
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d3c5a856..6eebc16e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^4.0.0", "html-validate": "^7.6.0", - "jsdom": "^20.0.1", + "jsdom": "^22.1.0", "parse5": "^7.1.2", "stylelint": "^14.16.1", "stylelint-config-recommended": "^9.0.0", |