build: bump @types/jsdom from 20.0.1 to 21.1.0 in /console/frontend

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 20.0.1 to 21.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-06 21:20:51 +00:00
committed by Vincent Bernat
parent 85156616b3
commit eb766449d3
2 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.1",
"@tailwindcss/typography": "^0.5.2",
"@types/jsdom": "^20.0.0",
"@types/jsdom": "^21.1.0",
"@types/lodash-es": "^4.17.6",
"@types/lz-string": "^1.3.34",
"@types/node": "^18.11.9",
@@ -609,9 +609,9 @@
"dev": true
},
"node_modules/@types/jsdom": {
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
"integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.0.tgz",
"integrity": "sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==",
"dev": true,
"dependencies": {
"@types/node": "*",
@@ -7453,9 +7453,9 @@
"dev": true
},
"@types/jsdom": {
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
"integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.0.tgz",
"integrity": "sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==",
"dev": true,
"requires": {
"@types/node": "*",

View File

@@ -38,7 +38,7 @@
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.1",
"@tailwindcss/typography": "^0.5.2",
"@types/jsdom": "^20.0.0",
"@types/jsdom": "^21.1.0",
"@types/lodash-es": "^4.17.6",
"@types/lz-string": "^1.3.34",
"@types/node": "^18.11.9",