From b22766684affb82651c997821237261d3f94201d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:48:14 +0000 Subject: [PATCH] Bump postcss-nesting from 13.0.2 to 14.0.0 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting). Updates `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 dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1267a12..6562789 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "markdown-toc": "^1.2.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", - "postcss-nesting": "^13.0.2", + "postcss-nesting": "^14.0.0", "tap-spec": "^5.0.0", "tape-run": "^11.0.0", "typedoc": "^0.28.1",