Skip to content

Commit 6561617

Browse files
committed
chore(deps): update ajv version override in package.json and pnpm-lock.yaml
This commit modifies the ajv version override in both package.json and pnpm-lock.yaml to specify a direct dependency on ajv version 8.18.0 for the @modelcontextprotocol/sdk package. This change ensures compatibility with the specified SDK while maintaining the integrity of the dependency tree.
1 parent ad5edc7 commit 6561617

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"sharp"
153153
],
154154
"overrides": {
155-
"ajv@<8.18.0": ">=8.18.0"
155+
"@modelcontextprotocol/sdk>ajv": "8.18.0"
156156
}
157157
}
158158
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)