fix(deps): update dependency globals to v15

This commit is contained in:
renovate[bot] 2024-11-04 11:47:47 +00:00 committed by GitHub
parent 942ba02400
commit b39bd7c166
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

@ -12206,7 +12206,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0"
"globals": "^15.12.0"
},
"engines": {
"node": ">=v18.12.0"
@ -12217,9 +12217,9 @@
}
},
"packages/jsdoc-eslint-config/node_modules/globals": {
"version": "15.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz",
"integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==",
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
"license": "MIT",
"engines": {
"node": ">=18"

View File

@ -15,7 +15,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0"
"globals": "^15.12.0"
},
"peerDependencies": {
"eslint": ">= 9.14.0",