diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 26ba4df..fd43c44 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@tailwindcss/vite": "^4.3.1", - "autoprefixer": "^10.5.1", + "autoprefixer": "^10.5.2", "lucide-react": "^1.21.0", "postcss": "^8.5.15", "react": "^19.2.6", @@ -1325,9 +1325,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.1.tgz", - "integrity": "sha512-jwM2pcTuCWUoN70FEvf5XrXyDbUgRURK4FnU8v0jWZZYU/KkVvN9T33mu1sVLFY9JW3kTWzKheEpn6xYLRc/VA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.2.tgz", + "integrity": "sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==", "funding": [ { "type": "opencollective", diff --git a/dashboard/package.json b/dashboard/package.json index 563950e..de5d1a1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.3.1", - "autoprefixer": "^10.5.1", + "autoprefixer": "^10.5.2", "lucide-react": "^1.21.0", "postcss": "^8.5.15", "react": "^19.2.6",