diff --git a/chainreview-dashboard/package-lock.json b/chainreview-dashboard/package-lock.json index ab517d5..0a85d56 100644 --- a/chainreview-dashboard/package-lock.json +++ b/chainreview-dashboard/package-lock.json @@ -21,7 +21,7 @@ "@types/node": "^22.0.0", "@types/react": "^18.3.12", "@types/react-dom": "^19.2.3", - "autoprefixer": "^10.4.0", + "autoprefixer": "^10.4.27", "postcss": "^8.4.0", "tailwindcss": "^3.4.0", "typescript": "^5.7.0" @@ -535,9 +535,9 @@ "license": "MIT" }, "node_modules/autoprefixer": { - "version": "10.4.24", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", - "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", + "version": "10.4.27", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz", + "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==", "dev": true, "funding": [ { @@ -556,7 +556,7 @@ "license": "MIT", "dependencies": { "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001766", + "caniuse-lite": "^1.0.30001774", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" @@ -663,9 +663,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001770", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001770.tgz", - "integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==", + "version": "1.0.30001779", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001779.tgz", + "integrity": "sha512-U5og2PN7V4DMgF50YPNtnZJGWVLFjjsN3zb6uMT5VGYIewieDj1upwfuVNXf4Kor+89c3iCRJnSzMD5LmTvsfA==", "funding": [ { "type": "opencollective", diff --git a/chainreview-dashboard/package.json b/chainreview-dashboard/package.json index 92ff617..2ec432d 100644 --- a/chainreview-dashboard/package.json +++ b/chainreview-dashboard/package.json @@ -26,6 +26,6 @@ "typescript": "^5.7.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.0", - "autoprefixer": "^10.4.0" + "autoprefixer": "^10.4.27" } }