From 1130bd978158c39cccfb590f8da2bd1fb18bf976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:33:37 +0000 Subject: [PATCH] Bump twitter-api-v2 from 1.18.1 to 1.18.2 Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.18.1 to 1.18.2. - [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.1...1.18.2) --- 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 e7c79e5..9fe6422 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.1" + "twitter-api-v2": "^1.18.2" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1", @@ -5162,9 +5162,9 @@ } }, "node_modules/twitter-api-v2": { - "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==" + "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==" }, "node_modules/type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index 49263d9..5cbd501 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.1" + "twitter-api-v2": "^1.18.2" }, "devDependencies": { "@domenic/eslint-config": "^4.0.1",