fix(deps): update dependency globals to v15

This commit is contained in:
renovate[bot] 2024-12-18 15:31:57 +00:00 committed by GitHub
parent 1d3788f560
commit bb62f69f51
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

@ -12595,7 +12595,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.13.0"
"globals": "^15.14.0"
},
"engines": {
"node": ">=v18.12.0"
@ -12606,9 +12606,9 @@
}
},
"packages/jsdoc-eslint-config/node_modules/globals": {
"version": "15.13.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
"version": "15.14.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
"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.13.0"
"globals": "^15.14.0"
},
"peerDependencies": {
"eslint": "^9.17.0",