Skip to content

Commit 3630733

Browse files
authored
chore: upgrade packages for security (#272)
1 parent fc97657 commit 3630733

3 files changed

Lines changed: 66 additions & 60 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm install
3737

3838
- name: Audit
39-
run: npm audit --audit-level high
39+
run: npm audit --audit-level high --omit dev
4040

4141
- name: Lint
4242
run: npm run lint

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
],
2626
"dependencies": {
2727
"@modelcontextprotocol/sdk": "1.26.0",
28+
"ajv": "^8.18.0",
2829
"commander": "14.0.0",
2930
"express": "5.1.0",
3031
"fast-xml-parser": "5.3.7",
32+
"qs": "^6.15.0",
3133
"zod": "^4.1.13",
3234
"zod-to-json-schema": "3.25.0"
3335
},

0 commit comments

Comments
 (0)