diff --git a/package-lock.json b/package-lock.json index 78b4a7e..a84a225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-tailwindcss": "^4.0.0-beta.0", "eslint-plugin-unicorn": "^63.0.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^17.3.0", + "globals": "^17.4.0", "husky": "^9.1.7", "identity-obj-proxy": "^3.0.0", "jest": "^30.2.0", @@ -10544,9 +10544,9 @@ } }, "node_modules/globals": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", - "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f04f208..ae5dd47 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "eslint-plugin-tailwindcss": "^4.0.0-beta.0", "eslint-plugin-unicorn": "^63.0.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^17.3.0", + "globals": "^17.4.0", "husky": "^9.1.7", "identity-obj-proxy": "^3.0.0", "jest": "^30.2.0",