diff --git a/package-lock.json b/package-lock.json index 5dac341..d7d9bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-tsdoc": "^0.5.0", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "husky": "^9.1.7", "knip": "^5.67.1", "lint-staged": "^16.2.6", @@ -3957,9 +3957,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==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a31ac69..6f33d79 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-tsdoc": "^0.5.0", "eslint-plugin-unused-imports": "^4.3.0", - "globals": "^16.5.0", + "globals": "^17.0.0", "husky": "^9.1.7", "knip": "^5.67.1", "lint-staged": "^16.2.6",