From 993a2edef5f07c5504742c40c532d4c8b75a2c2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 06:15:16 +0000 Subject: [PATCH] Bump postcss-nested from 4.1.2 to 4.2.1 Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 4.1.2 to 4.2.1. - [Release notes](https://github.com/postcss/postcss-nested/releases) - [Changelog](https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-nested/compare/4.1.2...4.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 326d056e..e56327b2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@symfony/webpack-encore": "^0.28.0", "highlightjs": "^9.12.0", "postcss-import": "^12.0.1", - "postcss-nested": "^4.1.2", + "postcss-nested": "^4.2.1", "tailwindcss": "^1.1.3", "tailwindcss-interaction-variants": "^2.2.0", "tailwindcss-skip-link": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index ab157046..99954e4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5115,13 +5115,13 @@ postcss-modules-values@^2.0.0: icss-replace-symbols "^1.1.0" postcss "^7.0.6" -postcss-nested@^4.1.1, postcss-nested@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-4.1.2.tgz#8e0570f736bfb4be5136e31901bf2380b819a561" - integrity sha512-9bQFr2TezohU3KRSu9f6sfecXmf/x6RXDedl8CHF6fyuyVW7UqgNMRdWMHZQWuFY6Xqs2NYk+Fj4Z4vSOf7PQg== +postcss-nested@^4.1.1, postcss-nested@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-4.2.1.tgz#4bc2e5b35e3b1e481ff81e23b700da7f82a8b248" + integrity sha512-AMayXX8tS0HCp4O4lolp4ygj9wBn32DJWXvG6gCv+ZvJrEa00GUxJcJEEzMh87BIe6FrWdYkpR2cuyqHKrxmXw== dependencies: - postcss "^7.0.14" - postcss-selector-parser "^5.0.0" + postcss "^7.0.21" + postcss-selector-parser "^6.0.2" postcss-normalize-charset@^4.0.1: version "4.0.1" @@ -5307,10 +5307,10 @@ postcss@^6.0.9: source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.18" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.18.tgz#4b9cda95ae6c069c67a4d933029eddd4838ac233" - integrity sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g== +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.21" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17" + integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== dependencies: chalk "^2.4.2" source-map "^0.6.1"