chore(deps-dev): bump @types/tough-cookie from 4.0.2 to 4.0.3 (#13281)
* chore(deps-dev): bump @types/tough-cookie from 4.0.2 to 4.0.3 Bumps [@types/tough-cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tough-cookie) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tough-cookie) --- updated-dependencies: - dependency-name: "@types/tough-cookie" 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
1127dc9ff6
commit
c52104078b
|
|
@ -179,7 +179,7 @@
|
|||
"@types/string-width": "4.0.1",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/tiny-async-pool": "2.0.0",
|
||||
"@types/tough-cookie": "4.0.2",
|
||||
"@types/tough-cookie": "4.0.3",
|
||||
"@vercel/nft": "0.23.1",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.49.0",
|
||||
|
|
|
|||
|
|
@ -290,8 +290,8 @@ devDependencies:
|
|||
specifier: 2.0.0
|
||||
version: 2.0.0
|
||||
'@types/tough-cookie':
|
||||
specifier: 4.0.2
|
||||
version: 4.0.2
|
||||
specifier: 4.0.3
|
||||
version: 4.0.3
|
||||
'@vercel/nft':
|
||||
specifier: 0.23.1
|
||||
version: 0.23.1
|
||||
|
|
@ -1533,7 +1533,7 @@ packages:
|
|||
resolution: {integrity: sha512-bGj+7TaCkOwkJfx7HtS9p22Ij0A2aKMuz8a1+owpkxa1wU/HUBy/WAXhdv90uDdVI9rSjGvUrXmLSeA9VP3JeA==}
|
||||
dependencies:
|
||||
'@types/node': 20.5.6
|
||||
'@types/tough-cookie': 4.0.2
|
||||
'@types/tough-cookie': 4.0.3
|
||||
parse5: 7.1.2
|
||||
dev: true
|
||||
|
||||
|
|
@ -1718,7 +1718,7 @@ packages:
|
|||
dependencies:
|
||||
'@types/caseless': 0.12.2
|
||||
'@types/node': 20.5.6
|
||||
'@types/tough-cookie': 4.0.2
|
||||
'@types/tough-cookie': 4.0.3
|
||||
form-data: 2.5.1
|
||||
|
||||
/@types/require-all@3.0.0:
|
||||
|
|
@ -1778,8 +1778,8 @@ packages:
|
|||
resolution: {integrity: sha512-GB+FG7JF6SPX9yuGmfmDTRYFMdS2Za+YiYvh6RJPfTMa0LaTDEtQ6ncw6NYrHnf9cloVJxgXd6WGRdRp54O1cQ==}
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie@4.0.2:
|
||||
resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==}
|
||||
/@types/tough-cookie@4.0.3:
|
||||
resolution: {integrity: sha512-THo502dA5PzG/sfQH+42Lw3fvmYkceefOspdCwpHRul8ik2Jv1K8I5OZz1AT3/rs46kwgMCe9bSBmDLYkkOMGg==}
|
||||
|
||||
/@types/triple-beam@1.3.2:
|
||||
resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==}
|
||||
|
|
|
|||
Loading…
Reference in New Issue