From a11fe16476b7d31f79a4aff3a5fad77fcccf82ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 02:05:12 +0000 Subject: [PATCH] Bump twitter-api-v2 from 1.16.1 to 1.16.3 Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.16.1 to 1.16.3. - [Release notes](https://github.com/plhery/node-twitter-api-v2/releases) - [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md) - [Commits](https://github.com/plhery/node-twitter-api-v2/compare/1.16.1...1.16.3) --- updated-dependencies: - dependency-name: twitter-api-v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b45b810..c0b6d32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "koa": "^2.15.3", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", - "twitter-api-v2": "^1.16.1" + "twitter-api-v2": "^1.16.3" }, "devDependencies": { "eslint": "^8.57.0", @@ -5277,9 +5277,9 @@ } }, "node_modules/twitter-api-v2": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.16.1.tgz", - "integrity": "sha512-76hZsRmVdFQu2MvN2oBw0RjTsYmgqnef1bWb4/Ds54CrcTXvtTZFCp3d6FMdeKp9m2PIx2l9MIJWvs5PjQN/Dw==" + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.16.3.tgz", + "integrity": "sha512-T9Wbq1y3IrTshBvtVawpWp1GmL3mduF4RhieSfM1HsL10Qda0EeJMDUwr5C6IeelnSZ65tiiXzs0xUS8FHM9XA==" }, "node_modules/type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index f15160b..46d0826 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "koa": "^2.15.3", "koa-bodyparser": "^4.4.1", "koa-handlebars": "^2.0.0", - "twitter-api-v2": "^1.16.1" + "twitter-api-v2": "^1.16.3" }, "devDependencies": { "eslint": "^8.57.0",