From 221a9ef49093a6e5442816dda1cd35957e6c19ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:57:35 +0000 Subject: [PATCH] Bump twitter-api-v2 from 1.16.0 to 1.16.2 Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.16.0 to 1.16.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.16.0...1.16.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 13a9378..9c50bd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "fs": "^0.0.1-security", "prettier": "^3.2.4", "sharp": "^0.33.2", - "twitter-api-v2": "^1.16.0" + "twitter-api-v2": "^1.16.2" } }, "node_modules/@discordjs/builders": { @@ -922,9 +922,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/twitter-api-v2": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.16.0.tgz", - "integrity": "sha512-e7wzWqx5oQZ9IUc2xt8JiJ84ioVGlmjmca1h0NwCKx2AFfKXDePmQa42gcBDe0qau9YaHsIpzO9z5SX1fmb+IQ==" + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/twitter-api-v2/-/twitter-api-v2-1.16.2.tgz", + "integrity": "sha512-o6XplPXkrEqLmg8sHXMtu9iCguDLLjiqcuYVDq4GrsgUhBU5QeY7BI4XwTu6eTO0z7Fhb4+rpJ2fqaYRJpaSpw==" }, "node_modules/undici": { "version": "5.27.2", diff --git a/package.json b/package.json index 8464352..178f523 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "fs": "^0.0.1-security", "prettier": "^3.2.4", "sharp": "^0.33.2", - "twitter-api-v2": "^1.16.0" + "twitter-api-v2": "^1.16.2" } }