From fe689cf437e4f2d4db02f5f03a5e653540815b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:00:45 +0000 Subject: [PATCH] build(deps): Bump postcss-selector-not from 4.0.0 to 4.0.1 in /example Bumps [postcss-selector-not](https://github.com/postcss/postcss-selector-not) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/postcss/postcss-selector-not/releases) - [Changelog](https://github.com/postcss/postcss-selector-not/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-selector-not/compare/4.0.0...4.0.1) Signed-off-by: dependabot[bot] --- example/yarn.lock | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/example/yarn.lock b/example/yarn.lock index 120bb25b9d..4158ab89a7 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1760,7 +1760,7 @@ "@babel/runtime" "^7.12.5" "@trussworks/react-uswds@file:./..": - version "1.9.3" + version "1.10.0" dependencies: classnames "^2.2.6" dotenv "^8.2.0" @@ -8043,11 +8043,6 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" -object-hash@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.1.1.tgz#9447d0279b4fcf80cff3259bf66a1dc73afabe09" - integrity sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ== - object-inspect@^1.8.0: version "1.9.0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" @@ -9134,9 +9129,9 @@ postcss-selector-matches@^4.0.0: postcss "^7.0.2" postcss-selector-not@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz#c68ff7ba96527499e832724a2674d65603b645c0" - integrity sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ== + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz#263016eef1cf219e0ade9a913780fc1f48204cbf" + integrity sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ== dependencies: balanced-match "^1.0.0" postcss "^7.0.2"