matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 77760786f702f91dd58f004e941d69c8c3a6c916
parent bef1c0bff9e07f774446f034f271de361d8a58b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 23 Jan 2023 08:27:06 +0000

Bump jsdom from 21.0.0 to 21.1.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.0.0 to 21.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/21.0.0...21.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
Mpackage-lock.json | 14+++++++-------
Mpackage.json | 2+-
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -39,7 +39,7 @@ "eslint": "^8.32.0", "eslint-plugin-tailwindcss": "^3.8.0", "eslint-plugin-unicorn": "^45.0.2", - "jsdom": "^21.0.0", + "jsdom": "^21.1.0", "postcss": "^8.4.21", "tailwindcss": "^3.2.4", "typescript": "^4.9.4", @@ -4375,9 +4375,9 @@ } }, "node_modules/jsdom": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz", - "integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.0.tgz", + "integrity": "sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==", "dev": true, "dependencies": { "abab": "^2.0.6", @@ -10131,9 +10131,9 @@ } }, "jsdom": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.0.0.tgz", - "integrity": "sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-21.1.0.tgz", + "integrity": "sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==", "dev": true, "requires": { "abab": "^2.0.6", diff --git a/package.json b/package.json @@ -44,7 +44,7 @@ "eslint": "^8.32.0", "eslint-plugin-tailwindcss": "^3.8.0", "eslint-plugin-unicorn": "^45.0.2", - "jsdom": "^21.0.0", + "jsdom": "^21.1.0", "postcss": "^8.4.21", "tailwindcss": "^3.2.4", "typescript": "^4.9.4",