mirror of
https://github.com/allexcd/obsidian-mcp.git
synced 2026-07-22 06:50:59 +00:00
Merge pull request #20 from allexcd/dependabot/npm_and_yarn/globals-17.6.0
chore(deps-dev): bump globals from 15.15.0 to 17.6.0
This commit is contained in:
commit
ce9ccc0efb
2 changed files with 18 additions and 5 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
|||
"esbuild": "^0.25.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-obsidianmd": "^0.2.9",
|
||||
"globals": "^15.14.0",
|
||||
"globals": "^17.6.0",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.59.2"
|
||||
},
|
||||
|
|
@ -3123,6 +3123,19 @@
|
|||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-n/node_modules/globals": {
|
||||
"version": "15.15.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
|
||||
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-n/node_modules/minimatch": {
|
||||
"version": "9.0.9",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
||||
|
|
@ -3846,9 +3859,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "15.15.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
|
||||
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
|
||||
"version": "17.6.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
|
||||
"integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"esbuild": "^0.25.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-obsidianmd": "^0.2.9",
|
||||
"globals": "^15.14.0",
|
||||
"globals": "^17.6.0",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.59.2"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue