From cff919d7121b1f55d643c90c363392ec549e155a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:05:05 +0000 Subject: [PATCH] Chore(deps-dev): Bump autoprefixer from 10.4.24 to 10.4.27 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] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fd65d312c..cd0f37e261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1", - "autoprefixer": "^10.4.24", + "autoprefixer": "^10.4.27", "cypress-split": "^1.24.28", "cypress-visual-regression": "^5.3.0", "cypress-wait-until": "^3.0.2", @@ -6998,9 +6998,9 @@ } }, "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": [ { @@ -7016,10 +7016,9 @@ "url": "https://github.com/sponsors/ai" } ], - "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" @@ -7759,9 +7758,9 @@ "license": "MIT" }, "node_modules/caniuse-lite": { - "version": "1.0.30001769", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz", - "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==", + "version": "1.0.30001774", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz", + "integrity": "sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==", "dev": true, "funding": [ { @@ -7776,8 +7775,7 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ], - "license": "CC-BY-4.0" + ] }, "node_modules/caseless": { "version": "0.12.0", diff --git a/package.json b/package.json index baaec8643c..66999a7b76 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1", - "autoprefixer": "^10.4.24", + "autoprefixer": "^10.4.27", "cypress-split": "^1.24.28", "cypress-visual-regression": "^5.3.0", "cypress-wait-until": "^3.0.2",