diff --git a/crawler/package.json b/crawler/package.json index 03bf5db2..d3416a48 100644 --- a/crawler/package.json +++ b/crawler/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@book000/node-utils": "1.6.28", - "@book000/twitterts": "0.44.9", + "@book000/twitterts": "0.44.10", "@types/node": "20.8.7", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", diff --git a/crawler/yarn.lock b/crawler/yarn.lock index 7fa92a49..2d344e32 100644 --- a/crawler/yarn.lock +++ b/crawler/yarn.lock @@ -45,19 +45,6 @@ call-me-maybe "^1.0.1" js-yaml "^4.1.0" -"@book000/node-utils@1.6.27": - version "1.6.27" - resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.6.27.tgz#2ff8bdde0252f514d79111d402c56e5482886381" - integrity sha512-ysnIVUyYcV6Wou9JNCzasmR6qgsZas8BlidWByaJwnjeA5lyv5cCMktNSJsx8bf0yWmlNuGlbuJgJZ/hZmfDKQ== - dependencies: - axios "1.5.1" - cycle "1.0.3" - form-data "4.0.0" - jsonc-parser "3.2.0" - logform "2.6.0" - winston "3.11.0" - winston-daily-rotate-file "4.7.1" - "@book000/node-utils@1.6.28": version "1.6.28" resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.6.28.tgz#0ec9b0e204483d134d8e50e2e17be52e8dc9133b" @@ -71,12 +58,12 @@ winston "3.11.0" winston-daily-rotate-file "4.7.1" -"@book000/twitterts@0.44.9": - version "0.44.9" - resolved "https://registry.yarnpkg.com/@book000/twitterts/-/twitterts-0.44.9.tgz#c24069e6ebf8ef88ac5c905dd214e429289659c6" - integrity sha512-44pfqLHp4UJMNnq5ySQ7ud5x9iQ6gTOPGw04yfV5b/+DXVIv0fGYOL0KOvuBfAj2DLiNXN4n6e8LyfqjRYnBMQ== +"@book000/twitterts@0.44.10": + version "0.44.10" + resolved "https://registry.yarnpkg.com/@book000/twitterts/-/twitterts-0.44.10.tgz#5ef024852faf3ed824a863e093d2e5c850e9ced3" + integrity sha512-2t5TueFNVVYIlaPtMc+pyPv4Nw1zChx+Lbyif6MAoumRJT6CbWbmZZ/WsbVPHNwC6vewbOAXBvrRQuDTVo3/Cw== dependencies: - "@book000/node-utils" "1.6.27" + "@book000/node-utils" "1.6.28" genson-js "0.0.8" json-schema-to-typescript "13.1.1" otplib "12.0.1"