fix(deps): update dependency globals to v17

This commit is contained in:
renovate[bot] 2026-01-01 21:41:48 +00:00 committed by GitHub
parent 259fcc86d3
commit a6ca904fbb
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

@ -3164,9 +3164,9 @@
}
},
"node_modules/globals": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz",
"integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==",
"license": "MIT",
"engines": {
"node": ">=18"
@ -6673,7 +6673,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.5.0"
"globals": "^17.0.0"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"

View File

@ -15,7 +15,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.5.0"
"globals": "^17.0.0"
},
"peerDependencies": {
"eslint": "^9.39.2",