mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
Merge pull request #195 from aaronsb/dependabot/npm_and_yarn/production-dependencies-d4197686fa
chore(deps): bump yaml from 2.8.4 to 2.9.0 in the production-dependencies group across 1 directory
This commit is contained in:
commit
15f39e262e
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -20,7 +20,7 @@
|
|||
"minimatch": "^10.2.5",
|
||||
"node-forge": "^1.4.0",
|
||||
"turndown": "^7.2.4",
|
||||
"yaml": "2.8.4",
|
||||
"yaml": "2.9.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -10149,9 +10149,9 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/yaml": {
|
||||
"version": "2.8.4",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
|
||||
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
||||
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
||||
"license": "ISC",
|
||||
"bin": {
|
||||
"yaml": "bin.mjs"
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"minimatch": "^10.2.5",
|
||||
"node-forge": "^1.4.0",
|
||||
"turndown": "^7.2.4",
|
||||
"yaml": "2.8.4",
|
||||
"yaml": "2.9.0",
|
||||
"zod": "^4.4.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue