Skip to content

Commit 6d2582f

Browse files
authored
Pump globals to 17.0.0 (#1365)
This pull request updates the `globals` package from version 16.0.0 to 17.0.0, keeping the development tooling dependencies current. The `globals` package provides environment-specific global variable definitions used by ESLint configuration. **Changes:** - Bump `globals` package version from ^16.0.0 to ^17.0.0 in devDependencies Fix: #1364
1 parent b7627b7 commit 6d2582f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint": "^9.16.0",
6060
"eslint-config-prettier": "^10.0.2",
6161
"eslint-plugin-prettier": "^5.2.1",
62-
"globals": "^16.0.0",
62+
"globals": "^17.0.0",
6363
"husky": "^9.1.7",
6464
"jsdoc": "^4.0.4",
6565
"lint-staged": "^16.2.0",

0 commit comments

Comments
 (0)