Merge pull request #3216 from modelcontextprotocol/dependabot/npm_and_yarn/npm_and_yarn-aabe4e74ca

Bump diff from 5.2.0 to 8.0.3 in the npm_and_yarn group across 1 directory
This commit is contained in:
Koichi ITO
2026-01-17 08:24:59 +09:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -1688,9 +1688,10 @@
}
},
"node_modules/diff": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz",
"integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.3.1"
}
@@ -3804,7 +3805,7 @@
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"diff": "^5.1.0",
"diff": "^8.0.3",
"glob": "^10.5.0",
"minimatch": "^10.0.1",
"zod-to-json-schema": "^3.23.5"

View File

@@ -26,7 +26,7 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"diff": "^5.1.0",
"diff": "^8.0.3",
"glob": "^10.5.0",
"minimatch": "^10.0.1",
"zod-to-json-schema": "^3.23.5"