From c70e088968fd033c9b44c4348a77b98f177516a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:58:55 +0000 Subject: [PATCH] chore(deps-dev): bump autoprefixer in /chainreview-dashboard Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.24 to 10.4.27. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.24...10.4.27) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.27 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chainreview-dashboard/package-lock.json | 16 ++++++++-------- chainreview-dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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" } }