From e068a2eb48f04ea97857aae6a28b419c3e04b0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:32:22 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.3.5 to 8.3.6 Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 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/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9dc656f0..f10baa700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "autoprefixer": "^10.3.1", "babel-preset-react-app": "^10.0.0", "cypress": "^8.0.0", - "postcss": "^8.3.5", + "postcss": "^8.3.6", "postcss-cli": "^8.3.1", "postcss-nested": "^5.0.5", "prettier": "2.3.2", @@ -8349,9 +8349,9 @@ } }, "node_modules/postcss": { - "version": "8.3.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", - "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz", + "integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==", "dev": true, "dependencies": { "colorette": "^1.2.2", @@ -18837,9 +18837,9 @@ } }, "postcss": { - "version": "8.3.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", - "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz", + "integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index f5a25921b..3b2e7bc5a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "autoprefixer": "^10.3.1", "babel-preset-react-app": "^10.0.0", "cypress": "^8.0.0", - "postcss": "^8.3.5", + "postcss": "^8.3.6", "postcss-cli": "^8.3.1", "postcss-nested": "^5.0.5", "prettier": "2.3.2",