diff --git a/package-lock.json b/package-lock.json index 21d9b1a..7a755ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mongoose": "^7.3.0", "ts-retrofit": "^1.19.0", "twit": "^2.2.11", - "twitter-api-v2": "^1.14.2", + "twitter-api-v2": "^1.15.0", "uuidv4": "^6.2.13" }, "devDependencies": { @@ -5861,9 +5861,9 @@ } }, "node_modules/twitter-api-v2": { - "version": "1.14.2", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz", - "integrity": "sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.15.0.tgz", + "integrity": "sha512-Cqg3pIGhSwPyFBndpBrucdeNXecNFnYcXy3ixQ4brJHd/3k1CAtBVcX0e3s6jRYl/QIx5BmyGXS/SHEGtYZ3gw==" }, "node_modules/type-detect": { "version": "4.0.8", @@ -10701,9 +10701,9 @@ } }, "twitter-api-v2": { - "version": "1.14.2", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.14.2.tgz", - "integrity": "sha512-389e/rWaN8zWkmD5z2IpKVb5+ojPxVtrexQoGBI1Xfib1mE/9M7k7zbnZ3Q/WLwthwcWkQIlB25ecT64AL8LvQ==" + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.15.0.tgz", + "integrity": "sha512-Cqg3pIGhSwPyFBndpBrucdeNXecNFnYcXy3ixQ4brJHd/3k1CAtBVcX0e3s6jRYl/QIx5BmyGXS/SHEGtYZ3gw==" }, "type-detect": { "version": "4.0.8", diff --git a/package.json b/package.json index 197aabd..44f3c34 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mongoose": "^7.3.0", "ts-retrofit": "^1.19.0", "twit": "^2.2.11", - "twitter-api-v2": "^1.14.2", + "twitter-api-v2": "^1.15.0", "uuidv4": "^6.2.13" }, "jest": {