From fadacb51ebe1cf7e06da14ea46d0f129cbac1013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:23:16 +0000 Subject: [PATCH] chore(deps): bump twitter-api-v2 from 1.18.1 to 1.18.2 (#644) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc492dc..2da1cc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fluent-json-schema": "^5.0.0", "http-errors": "^2.0.0", "pino-pretty": "^11.3.0", - "twitter-api-v2": "^1.18.1" + "twitter-api-v2": "^1.18.2" }, "devDependencies": { "@babel/core": "^7.26.0", @@ -8062,9 +8062,9 @@ "dev": true }, "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", @@ -14197,9 +14197,9 @@ "dev": true }, "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==" }, "type-check": { "version": "0.4.0", diff --git a/package.json b/package.json index 746c76f..872c349 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "fluent-json-schema": "^5.0.0", "http-errors": "^2.0.0", "pino-pretty": "^11.3.0", - "twitter-api-v2": "^1.18.1" + "twitter-api-v2": "^1.18.2" }, "lint-staged": { "*.{js,jsx}": "eslint --cache --fix"