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:
parent
f361ecc732
commit
f4ef91e3be
@ -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
|
||||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user