Skip to content

Commit 9f9a142

Browse files
authored
fix: solutions/mcp-chat-client/package.json & solutions/mcp-chat-client/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent 3c67a78 commit 9f9a142

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

solutions/mcp-chat-client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

solutions/mcp-chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vercel/edge": "^1.2.2",
1919
"antd": "^5.27.1",
2020
"hono": "^4.9.2",
21-
"lodash": "^4.17.21",
21+
"lodash": "^4.18.1",
2222
"openai": "^5.16.0",
2323
"openid-client": "^6.6.4",
2424
"react": "^19.0.0",

0 commit comments

Comments
 (0)