chore(deps): bump twitter-api-v2 from 1.18.0 to 1.18.1 (#17304)
* chore(deps): bump twitter-api-v2 from 1.18.0 to 1.18.1 Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases) - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md) - [Commits](https://github.com/plhery/node-twitter-api-v2/compare/1.18.0...1.18.1) --- updated-dependencies: - dependency-name: twitter-api-v2 dependency-type: direct:production 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
a19dc7df73
commit
971f9a2373
|
|
@ -127,7 +127,7 @@
|
|||
"tosource": "2.0.0-alpha.3",
|
||||
"tough-cookie": "5.0.0",
|
||||
"tsx": "4.19.1",
|
||||
"twitter-api-v2": "1.18.0",
|
||||
"twitter-api-v2": "1.18.1",
|
||||
"undici": "6.20.1",
|
||||
"uuid": "10.0.0",
|
||||
"winston": "3.15.0",
|
||||
|
|
|
|||
|
|
@ -240,8 +240,8 @@ importers:
|
|||
specifier: 4.19.1
|
||||
version: 4.19.1
|
||||
twitter-api-v2:
|
||||
specifier: 1.18.0
|
||||
version: 1.18.0
|
||||
specifier: 1.18.1
|
||||
version: 1.18.1
|
||||
undici:
|
||||
specifier: 6.20.1
|
||||
version: 6.20.1
|
||||
|
|
@ -5253,8 +5253,8 @@ packages:
|
|||
resolution: {integrity: sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==}
|
||||
hasBin: true
|
||||
|
||||
tldts-core@6.1.54:
|
||||
resolution: {integrity: sha512-5cc42+0G0EjYRDfIJHKraaT3I5kPm7j6or3Zh1T9sF+Ftj1T+isT4thicUyQQ1bwN7/xjHQIuY2fXCoXP8Haqg==}
|
||||
tldts-core@6.1.55:
|
||||
resolution: {integrity: sha512-BL+BuKHHaOpntE5BGI6naXjULU6aRlgaYdfDHR3T/hdbNTWkWUZ9yuc11wGnwgpvRwlyUiIK+QohYK3olaVU6Q==}
|
||||
|
||||
tldts@6.1.54:
|
||||
resolution: {integrity: sha512-rDaL1t59gb/Lg0HPMUGdV1vAKLQcXwU74D26aMaYV4QW7mnMvShd1Vmkg3HYAPWx2JCTUmsrXt/Yl9eJ5UFBQw==}
|
||||
|
|
@ -5358,8 +5358,8 @@ packages:
|
|||
tweetnacl@0.14.5:
|
||||
resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==}
|
||||
|
||||
twitter-api-v2@1.18.0:
|
||||
resolution: {integrity: sha512-dhrj9wV2qQnHqlbFzt9qpb3mdK1oFcK3llFUnlFe8al19SrXlF3jHk3Y42wT0VRtF9LwpUeJ4QdHiqAiDgrTrg==}
|
||||
twitter-api-v2@1.18.1:
|
||||
resolution: {integrity: sha512-6pChAlfH/7VakKnPfVdG2fjxVJJgKCXvvWhuEOCdJ52Y+rzmAmsnTKDgjhnj11XgboSYQx1bn3j2VWyR+vnRiA==}
|
||||
|
||||
type-check@0.3.2:
|
||||
resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
|
||||
|
|
@ -11178,11 +11178,11 @@ snapshots:
|
|||
|
||||
tlds@1.255.0: {}
|
||||
|
||||
tldts-core@6.1.54: {}
|
||||
tldts-core@6.1.55: {}
|
||||
|
||||
tldts@6.1.54:
|
||||
dependencies:
|
||||
tldts-core: 6.1.54
|
||||
tldts-core: 6.1.55
|
||||
|
||||
tmp@0.0.33:
|
||||
dependencies:
|
||||
|
|
@ -11267,7 +11267,7 @@ snapshots:
|
|||
|
||||
tweetnacl@0.14.5: {}
|
||||
|
||||
twitter-api-v2@1.18.0: {}
|
||||
twitter-api-v2@1.18.1: {}
|
||||
|
||||
type-check@0.3.2:
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue