Skip to content

Commit

Permalink
fix(deps): move bottleneck to dependencies (#1992)
Browse files Browse the repository at this point in the history
fix(bottleneck): move bottleneck to dependency as it is directly imported in get-octokit-throttle-options.ts
  • Loading branch information
valpinkman committed Mar 26, 2024
1 parent 2549886 commit 52de532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,6 +49,7 @@
"@probot/octokit-plugin-config": "^2.0.1",
"@probot/pino": "^2.3.5",
"@types/express": "^4.17.21",
"bottleneck": "^2.19.5",
"commander": "^12.0.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.3.1",
Expand Down Expand Up @@ -76,7 +77,6 @@
"@types/supertest": "^6.0.0",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/ui": "^1.0.0",
"bottleneck": "^2.19.5",
"connect-sse": "^1.2.0",
"execa": "^5.0.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
Expand Down

0 comments on commit 52de532

Please sign in to comment.