From e313b7236b1db45cde7c96187c5fca10b9084792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:24:57 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.23 to 8.4.28 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.28. - [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.23...8.4.28) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec33ca0..afc6863 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/aos": "^3.0.4", "@types/react-scroll": "^1.8.6", "autoprefixer": "^10.4.14", - "postcss": "^8.4.23", + "postcss": "^8.4.28", "tailwindcss": "^3.3.1" } } diff --git a/yarn.lock b/yarn.lock index 672da7f..c2d91c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2226,10 +2226,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.0.9, postcss@^8.4.23: - version "8.4.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab" - integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA== +postcss@^8.0.9, postcss@^8.4.28: + version "8.4.28" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5" + integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw== dependencies: nanoid "^3.3.6" picocolors "^1.0.0"