diff --git a/CHANGELOG.md b/CHANGELOG.md index a17f0bb73..827509150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 92bcaf4d1..adbe4df92 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/yarn.lock b/yarn.lock index 54c207add..a41db74bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"