From c1860e249474fd857537cc6c87517c0d86ed0f31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:15:40 +0000 Subject: [PATCH] Bump postcss from 8.2.9 to 8.2.10 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10. - [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.2.9...8.2.10) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62b25624..bf4c2c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9883,9 +9883,9 @@ "dev": true }, "postcss": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz", - "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==", + "version": "8.2.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz", + "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index 9eba52f8..39be92e8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "jest": "^26.6.3", "mini-css-extract-plugin": "^1.4.1", "optimize-css-assets-webpack-plugin": "^5.0.4", - "postcss": "^8.2.9", + "postcss": "^8.2.10", "postcss-loader": "^5.2.0", "prettier": "^2.2.1", "prettier-webpack-plugin": "^1.2.0",