From 4dbfe02871924e6b5dc41b1dc0cdefaa90aa0894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:43:29 +0000 Subject: [PATCH] Bump postcss-cli from 9.1.0 to 10.0.0 Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/9.1.0...10.0.0) --- updated-dependencies: - dependency-name: postcss-cli 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 7267a59..5474a35 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "parcel-plugin-bundle-visualiser": "1.2.0", "percy": "0.28.7", "postcss": "8.4.18", - "postcss-cli": "9.1.0", + "postcss-cli": "10.0.0", "posthtml-expressions": "1.9.0", "posthtml-include": "1.7.4", "posthtml-load-config": "2.0.0",