diff --git a/README.md b/README.md index b29aaf9..2f09c43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm install --save-dev \ eslint-plugin-promise@^7.2.1 \ eslint-plugin-unicorn@^62.0.0 \ eslint-plugin-import-x@^4.6.1 \ - globals@^16.0.0 \ + globals@^17.0.0 \ typescript@^5.9.3 \ typescript-eslint@^8.32.0 \ eslint-config-conventions@latest diff --git a/package.json b/package.json index cb7039e..8cf8b37 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-unicorn": "^61.0.0 || ^62.0.0", "eslint-plugin-import-x": "^4.6.1", - "globals": "^16.0.0", + "globals": "^16.0.0 || ^17.0.0", "typescript-eslint": "^8.32.0" }, "peerDependenciesMeta": {