fix(deps): update dependency globals to v15

This commit is contained in:
renovate[bot] 2024-06-17 12:04:39 +00:00 committed by GitHub
parent 27f7367583
commit 234ad88bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12798,7 +12798,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.5.0"
"globals": "^15.6.0"
},
"engines": {
"node": ">=v18.12.0"
@ -12809,9 +12809,9 @@
}
},
"packages/jsdoc-eslint-config/node_modules/globals": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.5.0.tgz",
"integrity": "sha512-r7/9tQj5RylGxt/BKGv0D2SvehYvRFYg4ukSNk+EuZxvWI7uK/MJFmOCLq8aKvgh3EVBYFbBlOMAtaITXZr80w==",
"version": "15.6.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz",
"integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==",
"license": "MIT",
"engines": {
"node": ">=18"

View File

@ -15,7 +15,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.5.0"
"globals": "^15.6.0"
},
"peerDependencies": {
"eslint": ">= 9.5.0",