From 569e83bc96e28679a0ac067ac2b8499bf670556a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:14:22 +0000 Subject: [PATCH] Bump postcss-nesting from 13.0.2 to 14.0.0 Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 13.0.2 to 14.0.0. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting) --- updated-dependencies: - dependency-name: postcss-nesting dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 638b2e5f..c6fa9b1f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "laravel-vite-plugin": "^3.1.3", "lodash": "^4.17.21", "postcss": "^8.4.33", - "postcss-nesting": "^13.0.0", + "postcss-nesting": "^14.0.0", "tailwindcss": "^4.3.2", "tippy.js": "^6.3.7", "vite": "^8.1.4"