From e15e4b19ee6b8954d72a09345b475c154b43fce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 06:29:33 +0000 Subject: [PATCH] chore(deps): bump autoprefixer in the styling group Bumps the styling group with 1 update: [autoprefixer](https://github.com/postcss/autoprefixer). Updates `autoprefixer` from 10.5.6 to 10.6.1 - [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.6...10.6.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: styling ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 881b8bd..1dc9ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@supabase/supabase-js": "^2.116.0", "@tailwindcss/typography": "^0.5.20", "@vercel/og": "^1.0.2", - "autoprefixer": "^10.5.6", + "autoprefixer": "^10.6.1", "clsx": "^2.1.1", "next": "^14.2.35", "postcss": "^8.5.28", @@ -7610,9 +7610,9 @@ "license": "MIT" }, "node_modules/autoprefixer": { - "version": "10.5.6", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.6.tgz", - "integrity": "sha512-HiH4oYNc5+DQEx/b8FPfMj+WHH/WWUBmbN5r1Uf/ixtfyFkk+wGIlfJT/RD5eAyzlwkeYRtZUCI8qrEi26pl2g==", + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.6.1.tgz", + "integrity": "sha512-cL1Qz6ADZhcEbny/8HPfe99J6HhNoYtpX2LFLIbhgGE7Q1hlQVkYFdetDN7Id3KiQxhDrHwzlHr/YQCnZ8+xSA==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index ed7102c..e56a176 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@supabase/supabase-js": "^2.116.0", "@tailwindcss/typography": "^0.5.20", "@vercel/og": "^1.0.2", - "autoprefixer": "^10.5.6", + "autoprefixer": "^10.6.1", "clsx": "^2.1.1", "next": "^14.2.35", "postcss": "^8.5.28",