Browse Source

Task/upgrade twitter-api-v2 to version 1.29.1 (#7756)

* Update twitter-api-v2 to version 1.29.1

* Update changelog
pull/7757/head^2
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
709ba66cb4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restricted the support for filtering to the public access to share the portfolio (experimental)
- Improved the language localization for German (`de`)
- Upgraded `twitter-api-v2` from version `1.29.0` to `1.29.1`
### Fixed

8
package-lock.json

@ -101,7 +101,7 @@
"stripe": "22.3.2",
"svgmap": "2.21.0",
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.0",
"twitter-api-v2": "1.29.1",
"undici": "8.5.0",
"uuid": "14.0.1",
"yahoo-finance2": "4.0.2",
@ -34660,9 +34660,9 @@
"license": "0BSD"
},
"node_modules/twitter-api-v2": {
"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==",
"version": "1.29.1",
"resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.29.1.tgz",
"integrity": "sha512-l5U8aP6woe+gv0RViz/YA0YEG/NRtqkO1iXWqxNfrn3MSc2V85u6w44oNDBWhy8zVV9r36SJv/uXNmnfni8Uxw==",
"license": "Apache-2.0"
},
"node_modules/type-check": {

2
package.json

@ -145,7 +145,7 @@
"stripe": "22.3.2",
"svgmap": "2.21.0",
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.0",
"twitter-api-v2": "1.29.1",
"undici": "8.5.0",
"uuid": "14.0.1",
"yahoo-finance2": "4.0.2",

Loading…
Cancel
Save