From 01ebd23709e8fa8448f60f8c4e21b7b945087951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:57:42 +0000 Subject: [PATCH] chore(deps-dev): bump postcss in /examples/cms-kontent-ai Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/cms-kontent-ai/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-kontent-ai/package.json b/examples/cms-kontent-ai/package.json index 1e967c6517d2f..ee16f680781a4 100644 --- a/examples/cms-kontent-ai/package.json +++ b/examples/cms-kontent-ai/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "autoprefixer": "10.4.7", - "postcss": "8.4.14", + "postcss": "8.4.31", "tailwindcss": "^3.0.15", "tslib": "2.4.0" }