chore(deps-dev): bump @types/jsdom from 21.1.5 to 21.1.6 (#13865)
* chore(deps-dev): bump @types/jsdom from 21.1.5 to 21.1.6 Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 21.1.5 to 21.1.6. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
76fa3eee1a
commit
7f57548447
|
|
@ -160,7 +160,7 @@
|
|||
"@types/git-rev-sync": "2.0.2",
|
||||
"@types/html-to-text": "9.0.4",
|
||||
"@types/imapflow": "1.0.16",
|
||||
"@types/jsdom": "21.1.5",
|
||||
"@types/jsdom": "21.1.6",
|
||||
"@types/json-bigint": "1.0.4",
|
||||
"@types/koa": "2.13.11",
|
||||
"@types/koa-basic-auth": "2.0.6",
|
||||
|
|
|
|||
|
|
@ -233,8 +233,8 @@ devDependencies:
|
|||
specifier: 1.0.16
|
||||
version: 1.0.16
|
||||
'@types/jsdom':
|
||||
specifier: 21.1.5
|
||||
version: 21.1.5
|
||||
specifier: 21.1.6
|
||||
version: 21.1.6
|
||||
'@types/json-bigint':
|
||||
specifier: 1.0.4
|
||||
version: 1.0.4
|
||||
|
|
@ -1543,8 +1543,8 @@ packages:
|
|||
'@types/istanbul-lib-report': 3.0.0
|
||||
dev: true
|
||||
|
||||
/@types/jsdom@21.1.5:
|
||||
resolution: {integrity: sha512-sBK/3YjS3uuPj+HzZyhB4GGTnFmk0mdyQfhzZ/sqs9ciyG41QJdZZdwcPa6OfW97OTNTwl5tBAsfEOm/dui9pQ==}
|
||||
/@types/jsdom@21.1.6:
|
||||
resolution: {integrity: sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==}
|
||||
dependencies:
|
||||
'@types/node': 20.5.6
|
||||
'@types/tough-cookie': 4.0.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue