From 952ee306dd70b4f129ae9a2f6e72b959b27d3369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:16:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(deps-dev):=20Bump=20postcs?= =?UTF-8?q?s-nesting=20from=2012.1.5=20to=2013.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 12.1.5 to 13.0.1. - [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-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 da594a1..abd4a69 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ipaddr.js": "^2.2.0", "postcss": "^8.4.39", "postcss-import": "^16.1.0", - "postcss-nesting": "^12.1.5", + "postcss-nesting": "^13.0.1", "prettier": "^3.3.2", "prettier-plugin-tailwindcss": "^0.6.5", "sass": "^1.77.7",