diff --git a/crawler/package.json b/crawler/package.json index ece7ebbe..bedfb1c1 100644 --- a/crawler/package.json +++ b/crawler/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@book000/eslint-config": "1.6.28", "@book000/node-utils": "1.13.89", - "@book000/twitterts": "0.62.44", + "@book000/twitterts": "0.62.47", "@types/node": "20.14.0", "@vercel/ncc": "0.38.1", "axios": "1.7.2", diff --git a/crawler/yarn.lock b/crawler/yarn.lock index 4d94523f..f2cd2286 100644 --- a/crawler/yarn.lock +++ b/crawler/yarn.lock @@ -46,19 +46,6 @@ globals "15.3.0" typescript-eslint "7.11.0" -"@book000/node-utils@1.13.86": - version "1.13.86" - resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.86.tgz#643cb17a743c3721a4b7360f96f71d8f75f8fd90" - integrity sha512-bzsNPYCQXtpSNlKtbFvz2Wj3GflVMpo/rTP48stLiqBmiSfrGoPBwDph3BfGdaKT8huRiUJx7UI/ImgRnp1Rcw== - dependencies: - axios "1.7.2" - cycle "1.0.3" - form-data "4.0.0" - jsonc-parser "3.2.1" - moment-timezone "0.5.45" - winston "3.13.0" - winston-daily-rotate-file "5.0.0" - "@book000/node-utils@1.13.89": version "1.13.89" resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.89.tgz#90cfa78ec919c612c40510e6d245dbfd07a0090c" @@ -72,12 +59,12 @@ winston "3.13.0" winston-daily-rotate-file "5.0.0" -"@book000/twitterts@0.62.44": - version "0.62.44" - resolved "https://registry.yarnpkg.com/@book000/twitterts/-/twitterts-0.62.44.tgz#fd81f4ed81f2e9197c309746966e85dd2e5dfe72" - integrity sha512-z3pokPG7t1S27b7Culfv54XBFbeebW9W+MXPdBJQzJjwPs8ac5HZu+FErwc/SzGmbCrizRK96taeA05lTVlgNQ== +"@book000/twitterts@0.62.47": + version "0.62.47" + resolved "https://registry.yarnpkg.com/@book000/twitterts/-/twitterts-0.62.47.tgz#0d6c8c5262b79b052720379a92829e960e4fc95f" + integrity sha512-MG9yz2fzAhJq3is/rdh7zJGkhH+BRgAkLSKTXz8+EeRIg4s4hs1eMKG+zwR6+33AcyuX7rpnLZQteNHMlk53vQ== dependencies: - "@book000/node-utils" "1.13.86" + "@book000/node-utils" "1.13.89" genson-js "0.0.8" json-schema-to-typescript "14.0.5" mysql2 "3.10.0"