fix(deps): update dependency globals to v16

This commit is contained in:
renovate[bot] 2025-02-20 14:30:02 +00:00 committed by GitHub
parent 7b8c3c750f
commit e54340c961
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

@ -6200,7 +6200,7 @@
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.15.0"
"globals": "^16.0.0"
},
"engines": {
"node": ">=v18.12.0"
@ -6211,9 +6211,9 @@
}
},
"packages/jsdoc-eslint-config/node_modules/globals": {
"version": "15.15.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
"integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz",
"integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==",
"license": "MIT",
"engines": {
"node": ">=18"

View File

@ -15,7 +15,7 @@
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.15.0"
"globals": "^16.0.0"
},
"peerDependencies": {
"eslint": "^9.20.1",