chore(deps-dev): bump @types/tiny-async-pool from 2.0.1 to 2.0.2 (#13738)
* chore(deps-dev): bump @types/tiny-async-pool from 2.0.1 to 2.0.2 Bumps [@types/tiny-async-pool](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tiny-async-pool) from 2.0.1 to 2.0.2. - [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
9aaccd50ad
commit
6747f4e0a0
|
|
@ -176,7 +176,7 @@
|
|||
"@types/request-promise-native": "1.0.21",
|
||||
"@types/require-all": "3.0.6",
|
||||
"@types/supertest": "2.0.16",
|
||||
"@types/tiny-async-pool": "2.0.1",
|
||||
"@types/tiny-async-pool": "2.0.2",
|
||||
"@types/tough-cookie": "4.0.4",
|
||||
"@vercel/nft": "0.24.3",
|
||||
"cross-env": "7.0.3",
|
||||
|
|
|
|||
|
|
@ -281,8 +281,8 @@ devDependencies:
|
|||
specifier: 2.0.16
|
||||
version: 2.0.16
|
||||
'@types/tiny-async-pool':
|
||||
specifier: 2.0.1
|
||||
version: 2.0.1
|
||||
specifier: 2.0.2
|
||||
version: 2.0.2
|
||||
'@types/tough-cookie':
|
||||
specifier: 4.0.4
|
||||
version: 4.0.4
|
||||
|
|
@ -1757,8 +1757,8 @@ packages:
|
|||
'@types/superagent': 4.1.18
|
||||
dev: true
|
||||
|
||||
/@types/tiny-async-pool@2.0.1:
|
||||
resolution: {integrity: sha512-wMNBLgdLJIujymZW4jGMxqCSMi1Ovr7zHRwUyr+CbDUY+/PagYOmvTkG//5wcea27uDgJO6ITaPxkGiCuvCDTg==}
|
||||
/@types/tiny-async-pool@2.0.2:
|
||||
resolution: {integrity: sha512-0dTO8/Qh4aA77NGROkocUM+kHBYVfqJLY9gAFqbz/fDw2iQCRLr75jZwzRgb7rx2kGHgPzuP2NvyY0FU0+Ja1Q==}
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie@4.0.4:
|
||||
|
|
|
|||
Loading…
Reference in New Issue