From d34858949e7f6dd0e2ff3af68f459e00a1d6a337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 09:32:21 +0100 Subject: [PATCH] fix(deps): update dependency postcss to v8.4.5 (#1205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com> --- package.json | 2 +- packages/website/package.json | 2 +- yarn.lock | 24 +++++++++++++++++++----- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0ecdaf91..14d856c0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jest": "27.4.5", "jest-watch-typeahead": "1.0.0", "lerna": "4.0.0", - "postcss": "8.3.11", + "postcss": "8.4.5", "prettier": "2.5.1", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/packages/website/package.json b/packages/website/package.json index 16ec7f0c..cf90f0ff 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -25,7 +25,7 @@ "clsx": "1.1.1", "file-loader": "6.2.0", "my-loaders": "file:plugins/my-loaders", - "postcss": "8.3.11", + "postcss": "8.4.5", "postcss-import": "14.0.2", "postcss-preset-env": "7.0.2", "prism-react-renderer": "1.2.1", diff --git a/yarn.lock b/yarn.lock index 7fd63905..e28e9e37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18821,14 +18821,14 @@ postcss@7.0.32: source-map "^0.6.1" supports-color "^6.1.0" -postcss@8.3.11, postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7: - version "8.3.11" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858" - integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA== +postcss@8.4.5: + version "8.4.5" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95" + integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg== dependencies: nanoid "^3.1.30" picocolors "^1.0.0" - source-map-js "^0.6.2" + source-map-js "^1.0.1" postcss@^6.0.1, postcss@^6.0.22, postcss@^6.0.23, postcss@^6.0.9: version "6.0.23" @@ -18884,6 +18884,15 @@ postcss@^8.2.15, postcss@^8.3.5: nanoid "^3.1.23" source-map-js "^0.6.2" +postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7: + version "8.3.11" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858" + integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA== + dependencies: + nanoid "^3.1.30" + picocolors "^1.0.0" + source-map-js "^0.6.2" + posthtml-parser@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.6.0.tgz#52488cdb4fa591c3102de73197c471859ee0be63" @@ -20979,6 +20988,11 @@ source-map-js@^0.6.2: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== +source-map-js@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf" + integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA== + source-map-resolve@^0.5.0: version "0.5.3" resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"