Skip to content

Commit

Permalink
[chore] fix lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Nov 5, 2023
1 parent b936149 commit 9608f5d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
6 changes: 3 additions & 3 deletions packages/ai-review-flex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@types/node": "20.8.10"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/rest": "20.0.2",
"openai": "4.15.0",
"openai": "4.15.4",
"tiktoken-node": "0.0.6"
}
}
53 changes: 26 additions & 27 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 9608f5d

Please sign in to comment.