From 7dfbf1e3a1544ae029a06dc5ad4a3bfffae341af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:38:19 +0000 Subject: [PATCH] Bump postcss from 8.1.9 to 8.1.10 Bumps [postcss](https://github.com/postcss/postcss) from 8.1.9 to 8.1.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.9...8.1.10) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec8c7fda1..91f4ee844 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7271,23 +7271,15 @@ "dev": true }, "postcss": { - "version": "8.1.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.9.tgz", - "integrity": "sha512-oWuBpEl1meaMKkQXn0ic78TUrgsMvrAZLE/6ZY0H3LTteq2O3L8PGWwMbPLctpksTJIHjQeossMUMNQW7qRIHQ==", + "version": "8.1.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.10.tgz", + "integrity": "sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==", "dev": true, "requires": { "colorette": "^1.2.1", "nanoid": "^3.1.18", "source-map": "^0.6.1", "vfile-location": "^3.2.0" - }, - "dependencies": { - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "dev": true - } } }, "postcss-html": { @@ -11273,6 +11265,12 @@ "vfile-message": "^2.0.0" } }, + "vfile-location": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", + "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", + "dev": true + }, "vfile-message": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", diff --git a/package.json b/package.json index ce94aad2c..69090c628 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", "mini-css-extract-plugin": "^1.3.1", - "postcss": "^8.1.9", + "postcss": "^8.1.10", "postcss-inline-svg": "^5.0.0", "postcss-loader": "^4.1.0", "postcss-svgo": "^4.0.2",