Browse Source
Feature/upgrade twitter api v2 to version 1.14.2 (#1754)
* Update twitter-api-v2 to version 1.14.2
* Update changelog
pull/1755/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `twitter-api-v2` from version `1.10.3` to `1.14.2` |
|
|
|
|
|
|
|
## 1.240.0 - 2023-02-26 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -124,7 +124,7 @@ |
|
|
|
"rxjs": "7.5.6", |
|
|
|
"stripe": "8.199.0", |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.10.3", |
|
|
|
"twitter-api-v2": "1.14.2", |
|
|
|
"uuid": "9.0.0", |
|
|
|
"yahoo-finance2": "2.3.10", |
|
|
|
"zone.js": "0.12.0" |
|
|
|
|
|
@ -20674,10 +20674,10 @@ tweetnacl@^1.0.1: |
|
|
|
resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz" |
|
|
|
integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw== |
|
|
|
|
|
|
|
twitter-api-v2@1.10.3: |
|
|
|
version "1.10.3" |
|
|
|
resolved "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.10.3.tgz" |
|
|
|
integrity sha512-AbCboiTOWv4DUPbAlF43Uyk4iK/QRk354pNdKgtOmv45+BWGB5Kdv6ls+C99pww/DyLBiXgQEnuyGv4d1HdRhw== |
|
|
|
twitter-api-v2@1.14.2: |
|
|
|
version "1.14.2" |
|
|
|
resolved "https://registry.yarnpkg.com/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz#d928eeb588f3a195a1db8059f0654b75d4278d3a" |
|
|
|
integrity sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ== |
|
|
|
|
|
|
|
type-check@^0.4.0, type-check@~0.4.0: |
|
|
|
version "0.4.0" |
|
|
|