From 982fe2549541e7a4bbb0e64afa680c09b65c0128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:24:52 -0400 Subject: build(deps): bump micromatch from 4.0.5 to 4.0.8 (#384) Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip | Bin 16174 -> 0 bytes .../micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip | Bin 0 -> 16383 bytes yarn.lock | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip create mode 100644 .yarn/cache/micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip diff --git a/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip b/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip deleted file mode 100644 index 060612a..0000000 Binary files a/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip and /dev/null differ diff --git a/.yarn/cache/micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip b/.yarn/cache/micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip new file mode 100644 index 0000000..00406c8 Binary files /dev/null and b/.yarn/cache/micromatch-npm-4.0.8-c9570e4aca-79920eb634.zip differ diff --git a/yarn.lock b/yarn.lock index ebacdce..f878c66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -841,7 +841,7 @@ __metadata: languageName: node linkType: hard -"braces@npm:^3.0.2, braces@npm:~3.0.2": +"braces@npm:^3.0.3, braces@npm:~3.0.2": version: 3.0.3 resolution: "braces@npm:3.0.3" dependencies: @@ -2052,12 +2052,12 @@ __metadata: linkType: hard "micromatch@npm:^4.0.4, micromatch@npm:^4.0.5": - version: 4.0.5 - resolution: "micromatch@npm:4.0.5" + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" dependencies: - braces: ^3.0.2 + braces: ^3.0.3 picomatch: ^2.3.1 - checksum: 02a17b671c06e8fefeeb6ef996119c1e597c942e632a21ef589154f23898c9c6a9858526246abb14f8bca6e77734aa9dcf65476fca47cedfb80d9577d52843fc + checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966 languageName: node linkType: hard -- cgit