From 5561dd60abbdb49eca8593cfaaceb13b0be9fe42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:31:14 +0000 Subject: [PATCH] Bump twitter-api-v2 from 1.18.2 to 1.19.0 Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.18.2 to 1.19.0. - [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.18.2...1.19.0) --- updated-dependencies: - dependency-name: twitter-api-v2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 728b50d..84df008 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.18.2" + "twitter-api-v2": "^1.19.0" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1", @@ -5155,9 +5155,9 @@ } }, "node_modules/twitter-api-v2": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.18.2.tgz", - "integrity": "sha512-ggImmoAeVgETYqrWeZy+nWnDpwgTP+IvFEc03Pitt1HcgMX+Yw17rP38Fb5FFTinuyNvS07EPtAfZ184uIyB0A==" + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.19.0.tgz", + "integrity": "sha512-jfG4aapNPM9+4VxNxn0TXvD8Qj8NmVx6cY0hp5K626uZ41qXPaJz33Djd3y6gfHF/+W29+iZz0Y5qB869d/akA==" }, "node_modules/type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index 12fa574..8bbd77d 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.18.2" + "twitter-api-v2": "^1.19.0" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1",