Skip to content

Commit

Permalink
fix: services/core/functions/webhook/package.json to reduce vulnerabi…
Browse files Browse the repository at this point in the history
…lities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LANGCHAIN-8310293
- https://snyk.io/vuln/SNYK-JS-LANGCHAIN-8310492
  • Loading branch information
snyk-bot committed Oct 31, 2024
1 parent d0d8f7d commit 21d47dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
"jsesc": "^3.0.2",
"langchain": "^0.0.186",
"langchain": "^0.3.3",
"probot": "^12.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 21d47dd

Please sign in to comment.