Skip to content

Commit a4b3eac

Browse files
chore(internal): update dependencies to address dependabot vulnerabilities
1 parent 3240242 commit a4b3eac

File tree

3 files changed

+26
-39
lines changed

3 files changed

+26
-39
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@
5555
"bin": {
5656
"tryfinch-finch-api": "bin/cli"
5757
},
58+
"overrides": {
59+
"minimatch": "^9.0.5"
60+
},
61+
"pnpm": {
62+
"overrides": {
63+
"minimatch": "^9.0.5"
64+
}
65+
},
66+
"resolutions": {
67+
"minimatch": "^9.0.5"
68+
},
5869
"exports": {
5970
".": {
6071
"import": "./dist/index.mjs",

packages/mcp-server/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@
2626
"format": "prettier --write --cache --cache-strategy metadata . !dist",
2727
"prepare": "npm run build",
2828
"tsn": "ts-node -r tsconfig-paths/register",
29-
"lint": "eslint --ext ts,js .",
30-
"fix": "eslint --fix --ext ts,js ."
29+
"lint": "eslint .",
30+
"fix": "eslint --fix ."
3131
},
3232
"dependencies": {
3333
"@tryfinch/finch-api": "file:../../dist/",
34+
"ajv": "^8.18.0",
3435
"@cloudflare/cabidela": "^0.2.4",
35-
"@modelcontextprotocol/sdk": "^1.26.0",
36+
"@hono/node-server": "^1.19.10",
37+
"@modelcontextprotocol/sdk": "^1.27.1",
38+
"hono": "^4.12.4",
3639
"@valtown/deno-http-worker": "^0.0.21",
3740
"cookie-parser": "^1.4.6",
3841
"cors": "^2.8.5",
@@ -62,9 +65,9 @@
6265
"@types/yargs": "^17.0.8",
6366
"@typescript-eslint/eslint-plugin": "8.31.1",
6467
"@typescript-eslint/parser": "8.31.1",
65-
"eslint": "^8.49.0",
66-
"eslint-plugin-prettier": "^5.0.1",
67-
"eslint-plugin-unused-imports": "^3.0.0",
68+
"eslint": "^9.39.1",
69+
"eslint-plugin-prettier": "^5.4.1",
70+
"eslint-plugin-unused-imports": "^4.1.4",
6871
"jest": "^29.4.0",
6972
"prettier": "^3.0.0",
7073
"ts-jest": "^29.1.0",

yarn.lock

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,15 +1224,7 @@ baseline-browser-mapping@^2.9.0:
12241224
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz#3b6af0bc032445bca04de58caa9a87cfe921cbb3"
12251225
integrity sha512-B0xUquLkiGLgHhpPBqvl7GWegWBUNuujQ6kXd/r1U38ElPT6Ok8KZ8e+FpUGEc2ZoRQUzq/aUnaKFc/svWUGSg==
12261226

1227-
brace-expansion@^1.1.7:
1228-
version "1.1.12"
1229-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
1230-
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
1231-
dependencies:
1232-
balanced-match "^1.0.0"
1233-
concat-map "0.0.1"
1234-
1235-
brace-expansion@^2.0.1:
1227+
brace-expansion@^2.0.2:
12361228
version "2.0.2"
12371229
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
12381230
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
@@ -1400,11 +1392,6 @@ commander@^10.0.1:
14001392
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
14011393
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
14021394

1403-
concat-map@0.0.1:
1404-
version "0.0.1"
1405-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1406-
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
1407-
14081395
convert-source-map@^2.0.0:
14091396
version "2.0.0"
14101397
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
@@ -2605,26 +2592,12 @@ mimic-fn@^2.1.0:
26052592
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
26062593
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
26072594

2608-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
2609-
version "3.1.2"
2610-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2611-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
2612-
dependencies:
2613-
brace-expansion "^1.1.7"
2614-
2615-
minimatch@^5.0.1:
2616-
version "5.1.6"
2617-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
2618-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
2619-
dependencies:
2620-
brace-expansion "^2.0.1"
2621-
2622-
minimatch@^9.0.4:
2623-
version "9.0.5"
2624-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2625-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2595+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
2596+
version "9.0.9"
2597+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
2598+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
26262599
dependencies:
2627-
brace-expansion "^2.0.1"
2600+
brace-expansion "^2.0.2"
26282601

26292602
minimist@^1.2.6:
26302603
version "1.2.6"

0 commit comments

Comments
 (0)