From 9cf1de78a4b73ce503da0824318c58a98a29b97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:37:34 +0000 Subject: [PATCH] chore(deps-dev): bump autoprefixer in /autobot-frontend 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] --- autobot-frontend/package-lock.json | 16 ++++++++-------- autobot-frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/autobot-frontend/package-lock.json b/autobot-frontend/package-lock.json index 8e080c1ca..8ffb983b9 100644 --- a/autobot-frontend/package-lock.json +++ b/autobot-frontend/package-lock.json @@ -60,7 +60,7 @@ "@vue/eslint-config-typescript": "^14.5.1", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "autoprefixer": "^10.4.21", + "autoprefixer": "^10.4.27", "cypress": "^14.5.0", "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0", @@ -4167,9 +4167,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": [ { @@ -4188,7 +4188,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" @@ -4551,9 +4551,9 @@ } }, "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.30001781", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001781.tgz", + "integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==", "dev": true, "funding": [ { diff --git a/autobot-frontend/package.json b/autobot-frontend/package.json index e66b9a667..5535d5b45 100644 --- a/autobot-frontend/package.json +++ b/autobot-frontend/package.json @@ -90,7 +90,7 @@ "@vue/eslint-config-typescript": "^14.5.1", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "autoprefixer": "^10.4.21", + "autoprefixer": "^10.4.27", "cypress": "^14.5.0", "eslint": "^9.29.0", "eslint-plugin-cypress": "^5.1.0",