From cb176429c68bf64eec0704c108f3acf95bf1d57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:26:53 +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.5 to 10.5.6 - [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.5...10.5.6) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.5.6 dependency-type: direct:production update-type: version-update:semver-patch 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 fba9e05..25a03a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@supabase/supabase-js": "^2.112.3", "@tailwindcss/typography": "^0.5.20", "@vercel/og": "^1.0.2", - "autoprefixer": "^10.5.5", + "autoprefixer": "^10.5.6", "clsx": "^2.1.1", "next": "^14.2.35", "postcss": "^8.5.28", @@ -7775,9 +7775,9 @@ "license": "MIT" }, "node_modules/autoprefixer": { - "version": "10.5.5", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.5.tgz", - "integrity": "sha512-uiRYvQYe/nNSzBJ7OUnd2/TZVsAdob3blml44teEpee9Cc1f4rGZFewO+JT3Wo8mgFOSzNqes4FHZn/Qz8WOuw==", + "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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index f965200..85923ac 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@supabase/supabase-js": "^2.112.3", "@tailwindcss/typography": "^0.5.20", "@vercel/og": "^1.0.2", - "autoprefixer": "^10.5.5", + "autoprefixer": "^10.5.6", "clsx": "^2.1.1", "next": "^14.2.35", "postcss": "^8.5.28",