From c29a32e75af17998ea82812a78971f8f69522856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:43:04 +0000 Subject: [PATCH] Bump autoprefixer from 10.5.1 to 10.5.2 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.5.1 to 10.5.2. - [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.5.1...10.5.2) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a0e575a53..f8b2ef40d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.300", "@tailwindcss/postcss": "^4.3.1", - "autoprefixer": "^10.5.1", + "autoprefixer": "^10.5.2", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "chart.js": "^4.5.1", diff --git a/yarn.lock b/yarn.lock index 455418778..6b80fd007 100644 --- a/yarn.lock +++ b/yarn.lock @@ -403,10 +403,10 @@ anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -autoprefixer@^10.5.1: - version "10.5.1" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.5.1.tgz#e54daa8e80b8c54572cd9d5100bb58c866059014" - integrity sha512-jwM2pcTuCWUoN70FEvf5XrXyDbUgRURK4FnU8v0jWZZYU/KkVvN9T33mu1sVLFY9JW3kTWzKheEpn6xYLRc/VA== +autoprefixer@^10.5.2: + version "10.5.2" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.5.2.tgz#5d7dcaab1c294038fe51e0fa3738d28e559caac0" + integrity sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q== dependencies: browserslist "^4.28.4" caniuse-lite "^1.0.30001799"