From f84479021c2e2dbd3f7092f70db5be1fb42fb705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 02:57:48 +0000 Subject: [PATCH] build(deps): Bump postcss-overflow-shorthand in /example Bumps [postcss-overflow-shorthand](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-overflow-shorthand) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/csstools/postcss-plugins/releases) - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-overflow-shorthand/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-overflow-shorthand) --- updated-dependencies: - dependency-name: postcss-overflow-shorthand dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/yarn.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/example/yarn.lock b/example/yarn.lock index 7994a2b813..483c7eabf4 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -8189,9 +8189,11 @@ postcss-ordered-values@^5.1.1: postcss-value-parser "^4.2.0" postcss-overflow-shorthand@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2" - integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg== + version "3.0.4" + resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz#7ed6486fec44b76f0eab15aa4866cda5d55d893e" + integrity sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A== + dependencies: + postcss-value-parser "^4.2.0" postcss-page-break@^3.0.4: version "3.0.4"