From 373aa026c37e827be544b77aa304d46b572598af Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:34:53 +0100 Subject: [PATCH] Upgrade twitter-api-v2 to version 1.29.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index da8bf26f4..d415758b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "stripe": "20.3.0", "svgmap": "2.14.0", "tablemark": "4.1.0", - "twitter-api-v2": "1.27.0", + "twitter-api-v2": "1.29.0", "yahoo-finance2": "3.13.0", "zone.js": "0.16.0" }, @@ -33383,9 +33383,9 @@ } }, "node_modules/twitter-api-v2": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.27.0.tgz", - "integrity": "sha512-hbIFwzg0NeOcFOdmJqtKMCXjLjc0INff/7NwhnZ2zpnw65oku8i+0eMxo5M0iTc1hs+inD/IpDw3S0Xh2c45QQ==", + "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==", "license": "Apache-2.0" }, "node_modules/type-check": { diff --git a/package.json b/package.json index 70922d840..0f43fff08 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "stripe": "20.3.0", "svgmap": "2.14.0", "tablemark": "4.1.0", - "twitter-api-v2": "1.27.0", + "twitter-api-v2": "1.29.0", "yahoo-finance2": "3.13.0", "zone.js": "0.16.0" },