diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d73ad59..01bf47410 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package-lock.json b/package-lock.json index bf3732042..946ef9da0 100644 --- a/package-lock.json +++ b/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": { diff --git a/package.json b/package.json index 89dcbf275..c6cfeb8fc 100644 --- a/package.json +++ b/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",