Feature/upgrade twitter-api-v2 to version 1.23.0 (#4693)

* Upgrade twitter-api-v2 to version 1.23.0

* Update changelog
This commit is contained in:
Thomas Kaul 2025-05-20 22:49:54 +01:00 committed by GitHub
parent f361ecc732
commit f4ef91e3be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -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`)
- Upgraded `countup.js` from version `2.8.0` to `2.8.2`
- 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`
### Fixed

8
package-lock.json generated
View File

@ -87,7 +87,7 @@
"rxjs": "7.8.1",
"stripe": "17.3.0",
"svgmap": "2.12.2",
"twitter-api-v2": "1.14.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.2",
"zone.js": "0.15.0"
@ -34027,9 +34027,9 @@
"license": "Unlicense"
},
"node_modules/twitter-api-v2": {
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz",
"integrity": "sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ==",
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.23.0.tgz",
"integrity": "sha512-5i1agETVpTuY68Zuk9i2B3N9wHzc4JIWw0WKyG4CEaFv9mRKmU87roa+U1oYYXTChWb0HMcqfkwoBJHYmLbeDA==",
"license": "Apache-2.0"
},
"node_modules/type-check": {

View File

@ -133,7 +133,7 @@
"rxjs": "7.8.1",
"stripe": "17.3.0",
"svgmap": "2.12.2",
"twitter-api-v2": "1.14.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.2",
"zone.js": "0.15.0"