Thomas Kaul
20 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -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.27.0` to `1.29.0` |
|
|
|
|
|
|
|
## 2.237.0 - 2026-02-08 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
"stripe": "20.3.0", |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
@ -33383,9 +33383,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/twitter-api-v2": { |
|
|
|
"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==", |
|
|
|
"version": "1.29.0", |
|
|
|
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.29.0.tgz", |
|
|
|
"integrity": "sha512-v473q5bwme4N+DWSg6qY+JCvfg1nSJRWwui3HUALafxfqCvVkKiYmS/5x/pVeJwTmyeBxexMbzHwnzrH4h6oYQ==", |
|
|
|
"license": "Apache-2.0" |
|
|
|
}, |
|
|
|
"node_modules/type-check": { |
|
|
|
|
|
|
|
@ -132,7 +132,7 @@ |
|
|
|
"stripe": "20.3.0", |
|
|
|
"svgmap": "2.14.0", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.27.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"yahoo-finance2": "3.13.0", |
|
|
|
"zone.js": "0.16.0" |
|
|
|
}, |
|
|
|
|