diff --git a/package-lock.json b/package-lock.json index 3e24bda..33f167e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "eslint": "^9.28.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.0.0", + "globals": "^16.5.0", "tailwindcss": "^4.1.11", "typescript": "~5.9.3", "typescript-eslint": "^8.48.0", @@ -6516,7 +6516,9 @@ } }, "node_modules/globals": { - "version": "16.0.0", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index efbfef8..3d37489 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint": "^9.28.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.0.0", + "globals": "^16.5.0", "tailwindcss": "^4.1.11", "typescript": "~5.9.3", "typescript-eslint": "^8.48.0",