Compare commits

..

1 commit

Author SHA1 Message Date
RenovateBot 66ca129ab1 Update dependency @types/node to v20.14.14
All checks were successful
Test / build (push) Successful in 8s
2024-08-04 23:02:25 +00:00
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "random-bunny",
"version": "2.3.0",
"version": "2.1.6",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",

View file

@ -9,7 +9,7 @@ const program = new Command();
program
.name('random-bunny')
.description('Get a random image url from a subreddit of your choosing')
.version('2.3')
.version('2.2')
.option('-s, --subreddit <subreddit>', 'The subreddit to search', 'rabbits')
.option('-j, --json', 'Output as JSON')
.option('-q, --query-metadata', 'Include query metadata in result')

View file

@ -981,9 +981,9 @@
undici-types "~6.11.1"
"@types/node@^20.0.0":
version "20.14.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.15.tgz#e59477ab7bc7db1f80c85540bfd192a0becc588b"
integrity sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==
version "20.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
dependencies:
undici-types "~5.26.4"