Browse Source
Feature/upgrade twitter-api-v2 to version 1.23.0 (#4693)
* Upgrade twitter-api-v2 to version 1.23.0
* Update changelog
pull/4729/head
Thomas Kaul
1 month 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
|
@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Improved the language localization for Italian (`it`) |
|
|
- Improved the language localization for Italian (`it`) |
|
|
- Upgraded `countup.js` from version `2.8.0` to `2.8.2` |
|
|
- Upgraded `countup.js` from version `2.8.0` to `2.8.2` |
|
|
- Upgraded `nestjs` from version `10.4.15` to `11.0.12` |
|
|
- Upgraded `nestjs` from version `10.4.15` to `11.0.12` |
|
|
|
|
|
- Upgraded `twitter-api-v2` from version `1.14.2` to `1.23.0` |
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.2` |
|
|
- Upgraded `yahoo-finance2` from version `2.11.3` to `3.3.2` |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
@ -87,7 +87,7 @@ |
|
|
"rxjs": "7.8.1", |
|
|
"rxjs": "7.8.1", |
|
|
"stripe": "17.3.0", |
|
|
"stripe": "17.3.0", |
|
|
"svgmap": "2.12.2", |
|
|
"svgmap": "2.12.2", |
|
|
"twitter-api-v2": "1.14.2", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.3.2", |
|
|
"yahoo-finance2": "3.3.2", |
|
|
"zone.js": "0.15.0" |
|
|
"zone.js": "0.15.0" |
|
@ -34027,9 +34027,9 @@ |
|
|
"license": "Unlicense" |
|
|
"license": "Unlicense" |
|
|
}, |
|
|
}, |
|
|
"node_modules/twitter-api-v2": { |
|
|
"node_modules/twitter-api-v2": { |
|
|
"version": "1.14.2", |
|
|
"version": "1.23.0", |
|
|
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz", |
|
|
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.23.0.tgz", |
|
|
"integrity": "sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ==", |
|
|
"integrity": "sha512-5i1agETVpTuY68Zuk9i2B3N9wHzc4JIWw0WKyG4CEaFv9mRKmU87roa+U1oYYXTChWb0HMcqfkwoBJHYmLbeDA==", |
|
|
"license": "Apache-2.0" |
|
|
"license": "Apache-2.0" |
|
|
}, |
|
|
}, |
|
|
"node_modules/type-check": { |
|
|
"node_modules/type-check": { |
|
|
|
@ -133,7 +133,7 @@ |
|
|
"rxjs": "7.8.1", |
|
|
"rxjs": "7.8.1", |
|
|
"stripe": "17.3.0", |
|
|
"stripe": "17.3.0", |
|
|
"svgmap": "2.12.2", |
|
|
"svgmap": "2.12.2", |
|
|
"twitter-api-v2": "1.14.2", |
|
|
"twitter-api-v2": "1.23.0", |
|
|
"uuid": "11.1.0", |
|
|
"uuid": "11.1.0", |
|
|
"yahoo-finance2": "3.3.2", |
|
|
"yahoo-finance2": "3.3.2", |
|
|
"zone.js": "0.15.0" |
|
|
"zone.js": "0.15.0" |
|
|