chore(deps-dev): bump @types/tiny-async-pool from 2.0.2 to 2.0.3 (#13862)
* chore(deps-dev): bump @types/tiny-async-pool from 2.0.2 to 2.0.3 Bumps [@types/tiny-async-pool](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tiny-async-pool) from 2.0.2 to 2.0.3. - [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
d9cd9322f0
commit
830dd3c041
|
|
@ -178,7 +178,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.2",
|
||||
"@types/tiny-async-pool": "2.0.3",
|
||||
"@types/tough-cookie": "4.0.5",
|
||||
"@vercel/nft": "0.24.3",
|
||||
"cross-env": "7.0.3",
|
||||
|
|
|
|||
|
|
@ -287,8 +287,8 @@ devDependencies:
|
|||
specifier: 2.0.16
|
||||
version: 2.0.16
|
||||
'@types/tiny-async-pool':
|
||||
specifier: 2.0.2
|
||||
version: 2.0.2
|
||||
specifier: 2.0.3
|
||||
version: 2.0.3
|
||||
'@types/tough-cookie':
|
||||
specifier: 4.0.5
|
||||
version: 4.0.5
|
||||
|
|
@ -1777,8 +1777,8 @@ packages:
|
|||
'@types/superagent': 4.1.18
|
||||
dev: true
|
||||
|
||||
/@types/tiny-async-pool@2.0.2:
|
||||
resolution: {integrity: sha512-0dTO8/Qh4aA77NGROkocUM+kHBYVfqJLY9gAFqbz/fDw2iQCRLr75jZwzRgb7rx2kGHgPzuP2NvyY0FU0+Ja1Q==}
|
||||
/@types/tiny-async-pool@2.0.3:
|
||||
resolution: {integrity: sha512-n3l1s538tKo9RBoHs4I3DG/VmD3VYhF5mHcgu1sU4Lq7JCNBtxnpBy3OkWSbZsp5r5QOuplh2UkXXXwufoAuNQ==}
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie@4.0.5:
|
||||
|
|
|
|||
Loading…
Reference in New Issue