From 8f7c6a9fed46be906520a8bf4c34bf17512bc00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:04:45 +0000 Subject: [PATCH] build(deps): bump braces from 2.3.0 to 2.3.2 Bumps [braces](https://github.com/micromatch/braces) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/micromatch/braces/releases) - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9fcb5ce..883cc27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -233,12 +233,11 @@ brace-expansion@^1.0.0, brace-expansion@^1.1.7: concat-map "0.0.1" braces@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.0.tgz#a46941cb5fb492156b3d6a656e06c35364e3e66e" + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" dependencies: arr-flatten "^1.1.0" array-unique "^0.3.2" - define-property "^1.0.0" extend-shallow "^2.0.1" fill-range "^4.0.0" isobject "^3.0.1"