From d8bec1166ab48feb4a46c14a16ce92c6807d0ddc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jul 2021 21:09:17 +0000 Subject: [PATCH] fix: upgrade postcss from 8.3.0 to 8.3.5 Snyk has created this PR to upgrade postcss from 8.3.0 to 8.3.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/samanyougarg/project/747e0f00-fb1f-410d-ac6e-bdf473418046?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d09340..339e2b7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "next": "^10.1.3", "next-compose-plugins": "^2.2.1", "next-transpile-modules": "^7.0.0", - "postcss": "^8.3.0", + "postcss": "^8.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-no-ssr": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index 5f96f89..5cb46eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4328,7 +4328,7 @@ postcss@^7.0.32: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.0: +postcss@^8.1.6, postcss@^8.2.1: version "8.3.0" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f" integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ== @@ -4337,6 +4337,15 @@ postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.0: nanoid "^3.1.23" source-map-js "^0.6.2" +postcss@^8.3.5: + version "8.3.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea" + integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A== + dependencies: + colorette "^1.2.2" + nanoid "^3.1.23" + source-map-js "^0.6.2" + prepend-http@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"