diff --git a/package-lock.json b/package-lock.json index a48318f..1d91aed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "concurrently": "^9.1.2", "date-fns": "^4.1.0", "dayjs": "^1.11.13", - "globals": "^15.15.0", + "globals": "^16.2.0", "laravel-vite-plugin": "^1.3.0", "lucide-react": "^0.475.0", "next-themes": "^0.4.6", @@ -3455,10 +3455,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", - "license": "MIT", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 9ae9d27..f5a9c75 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "concurrently": "^9.1.2", "date-fns": "^4.1.0", "dayjs": "^1.11.13", - "globals": "^15.15.0", + "globals": "^16.2.0", "laravel-vite-plugin": "^1.3.0", "lucide-react": "^0.475.0", "next-themes": "^0.4.6",