1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-27 09:14:44 +01:00

Merge pull request #4087 from h3poteto/dependabot/npm_and_yarn/types/jsdom-21.1.0

build(deps-dev): bump @types/jsdom from 20.0.1 to 21.1.0
This commit is contained in:
AkiraFukushima 2023-02-08 00:08:11 +09:00 committed by GitHub
commit 8f77520372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -126,7 +126,7 @@
"@types/auto-launch": "^5.0.2", "@types/auto-launch": "^5.0.2",
"@types/electron-json-storage": "^4.5.0", "@types/electron-json-storage": "^4.5.0",
"@types/jest": "27.4.1", "@types/jest": "27.4.1",
"@types/jsdom": "^20.0.1", "@types/jsdom": "^21.1.0",
"@types/node": "^18.11.19", "@types/node": "^18.11.19",
"@types/parse-link-header": "^2.0.1", "@types/parse-link-header": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/eslint-plugin": "^5.50.0",

View File

@ -1864,10 +1864,10 @@
jest-matcher-utils "^27.0.0" jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0" pretty-format "^27.0.0"
"@types/jsdom@^20.0.1": "@types/jsdom@^21.1.0":
version "20.0.1" version "21.1.0"
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808" resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.0.tgz#219f15e3370da3f85d18fe02ae86bda7ff66104a"
integrity sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ== integrity sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/tough-cookie" "*" "@types/tough-cookie" "*"