chore(deps-dev): bump @types/tiny-async-pool from 2.0.0 to 2.0.1 (#13576)
* chore(deps-dev): bump @types/tiny-async-pool from 2.0.0 to 2.0.1 Bumps [@types/tiny-async-pool](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tiny-async-pool) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tiny-async-pool) --- updated-dependencies: - dependency-name: "@types/tiny-async-pool" 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
7eb64ee03e
commit
f23928a3af
|
|
@ -177,7 +177,7 @@
|
|||
"@types/require-all": "3.0.5",
|
||||
"@types/showdown": "2.0.3",
|
||||
"@types/supertest": "2.0.15",
|
||||
"@types/tiny-async-pool": "2.0.0",
|
||||
"@types/tiny-async-pool": "2.0.1",
|
||||
"@types/tough-cookie": "4.0.3",
|
||||
"@vercel/nft": "0.24.3",
|
||||
"cross-env": "7.0.3",
|
||||
|
|
|
|||
|
|
@ -284,8 +284,8 @@ devDependencies:
|
|||
specifier: 2.0.15
|
||||
version: 2.0.15
|
||||
'@types/tiny-async-pool':
|
||||
specifier: 2.0.0
|
||||
version: 2.0.0
|
||||
specifier: 2.0.1
|
||||
version: 2.0.1
|
||||
'@types/tough-cookie':
|
||||
specifier: 4.0.3
|
||||
version: 4.0.3
|
||||
|
|
@ -1770,8 +1770,8 @@ packages:
|
|||
'@types/superagent': 4.1.18
|
||||
dev: true
|
||||
|
||||
/@types/tiny-async-pool@2.0.0:
|
||||
resolution: {integrity: sha512-GB+FG7JF6SPX9yuGmfmDTRYFMdS2Za+YiYvh6RJPfTMa0LaTDEtQ6ncw6NYrHnf9cloVJxgXd6WGRdRp54O1cQ==}
|
||||
/@types/tiny-async-pool@2.0.1:
|
||||
resolution: {integrity: sha512-wMNBLgdLJIujymZW4jGMxqCSMi1Ovr7zHRwUyr+CbDUY+/PagYOmvTkG//5wcea27uDgJO6ITaPxkGiCuvCDTg==}
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie@4.0.3:
|
||||
|
|
|
|||
Loading…
Reference in New Issue