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:
AlexCD 2026-06-18 16:22:09 +02:00 committed by GitHub
commit ce9ccc0efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View file

@ -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": {

View file

@ -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"
},