Browse Source
Task/upgrade twitter-api-v2 to version 1.27.0 (#5892)
* Upgrade twitter-api-v2 to version 1.27.0
* Update changelog
pull/5893/head
Thomas Kaul
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `countries-list` from version `3.1.1` to `3.2.0` |
|
|
|
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0` |
|
|
|
- Upgraded `twitter-api-v2` from version `1.23.0` to `1.27.0` |
|
|
|
|
|
|
|
## 2.213.0 - 2025-10-30 |
|
|
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
"stripe": "18.5.0", |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.10.0", |
|
|
|
"zone.js": "0.15.1" |
|
|
|
@ -40058,9 +40058,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/twitter-api-v2": { |
|
|
|
"version": "1.23.0", |
|
|
|
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.23.0.tgz", |
|
|
|
"integrity": "sha512-5i1agETVpTuY68Zuk9i2B3N9wHzc4JIWw0WKyG4CEaFv9mRKmU87roa+U1oYYXTChWb0HMcqfkwoBJHYmLbeDA==", |
|
|
|
"version": "1.27.0", |
|
|
|
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.27.0.tgz", |
|
|
|
"integrity": "sha512-hbIFwzg0NeOcFOdmJqtKMCXjLjc0INff/7NwhnZ2zpnw65oku8i+0eMxo5M0iTc1hs+inD/IpDw3S0Xh2c45QQ==", |
|
|
|
"license": "Apache-2.0" |
|
|
|
}, |
|
|
|
"node_modules/type-check": { |
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
|
"stripe": "18.5.0", |
|
|
|
"svgmap": "2.12.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.23.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"uuid": "11.1.0", |
|
|
|
"yahoo-finance2": "3.10.0", |
|
|
|
"zone.js": "0.15.1" |
|
|
|
|