From d460cba4f6896b960e60da74f7965fc9fa6cf919 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:45:13 +0000 Subject: [PATCH] fix(deps): update dependency twitter-api-v2 to v1.19.0 (#825) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/upload-card/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57ee9b69..1a5daf54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11597,9 +11597,9 @@ "license": "0BSD" }, "node_modules/twitter-api-v2": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.18.1.tgz", - "integrity": "sha512-6pChAlfH/7VakKnPfVdG2fjxVJJgKCXvvWhuEOCdJ52Y+rzmAmsnTKDgjhnj11XgboSYQx1bn3j2VWyR+vnRiA==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.19.0.tgz", + "integrity": "sha512-jfG4aapNPM9+4VxNxn0TXvD8Qj8NmVx6cY0hp5K626uZ41qXPaJz33Djd3y6gfHF/+W29+iZz0Y5qB869d/akA==", "license": "Apache-2.0" }, "node_modules/type-check": { @@ -12382,7 +12382,7 @@ "@aws-sdk/client-s3": "3.726.1", "axios": "1.7.9", "form-data": "4.0.1", - "twitter-api-v2": "1.18.1" + "twitter-api-v2": "1.19.0" }, "devDependencies": { "@babel/preset-env": "7.26.0", diff --git a/packages/upload-card/package.json b/packages/upload-card/package.json index 7ae139b9..3a623f20 100644 --- a/packages/upload-card/package.json +++ b/packages/upload-card/package.json @@ -22,7 +22,7 @@ "@aws-sdk/client-s3": "3.726.1", "axios": "1.7.9", "form-data": "4.0.1", - "twitter-api-v2": "1.18.1" + "twitter-api-v2": "1.19.0" }, "devDependencies": { "@babel/preset-env": "7.26.0",