diff --git a/package-lock.json b/package-lock.json index 34f5f89..a4cfe4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "koa": "^2.15.3", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", - "twitter-api-v2": "^1.17.2" + "twitter-api-v2": "^1.18.1" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1", @@ -5162,9 +5162,9 @@ } }, "node_modules/twitter-api-v2": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.17.2.tgz", - "integrity": "sha512-V8QvCkuQ+ydIakwYbVC4cuQxGlvjdRZI0L7TT5v9zGsf+SwX40rv3IFRHB8Z1cXJLcRFT0FI3xG3/f4zwS6cRA==" + "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==" }, "node_modules/type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index 498151b..49263d9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "koa": "^2.15.3", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", - "twitter-api-v2": "^1.17.2" + "twitter-api-v2": "^1.18.1" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1",