From 6bda8c93d4bbac00d842df8177f6e9578027506f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 03:04:05 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 7.0.36 to 8.3.6 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 7.0.36 to 8.3.6. - [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/7.0.36...8.3.6) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 480ea56..d6ec9e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "autoprefixer": "^9", "craco-esbuild": "^0.3.4", "http-proxy-middleware": "^2.0.1", - "postcss": "^7", + "postcss": "^8", "react-scripts": "4.0.3", "tailwindcss": "npm:@tailwindcss/postcss7-compat", "typescript": "^4.4.3" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ff309f0..1cae1f4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8911,7 +8911,7 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.0, postcss@^8.2.1: +postcss@^8, postcss@^8.1.0, postcss@^8.2.1: version "8.3.6" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea" integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==