Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent ddf6020 commit 4be6610
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): pin dependencies",
"packageName": "@rightcapital/artist",
"email": "email not defined",
"dependentChangeType": "patch"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"typescript": "5.2.2"
},
"dependencies": {
"@rightcapital/exceptions": "^1.2.3",
"@slack/bolt": "^3.3.0",
"@slack/web-api": "^6.8.1",
"async-retry": "^1.3.3",
"dotenv": "^8.2.0",
"@rightcapital/exceptions": "1.2.3",
"@slack/bolt": "3.14.0",
"@slack/web-api": "6.9.0",
"async-retry": "1.3.3",
"dotenv": "8.6.0",
"lodash": "4.17.21",
"openai": "^4.11.1"
"openai": "4.11.1"
},
"scripts": {
"commit": "cz",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 4be6610

Please sign in to comment.