Skip to content

Commit 7f92334

Browse files
chore(deps): Bump micromatch from 4.0.5 to 4.0.8 in /chaoscenter/web (#4855)
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](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7234efd commit 7f92334

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

chaoscenter/web/yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,14 @@ brace-expansion@^1.1.7:
26472647
balanced-match "^1.0.0"
26482648
concat-map "0.0.1"
26492649

2650-
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
2650+
braces@^3.0.3:
2651+
version "3.0.3"
2652+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2653+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2654+
dependencies:
2655+
fill-range "^7.1.1"
2656+
2657+
braces@~3.0.2:
26512658
version "3.0.2"
26522659
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
26532660
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4298,6 +4305,13 @@ fill-range@^7.0.1:
42984305
dependencies:
42994306
to-regex-range "^5.0.1"
43004307

4308+
fill-range@^7.1.1:
4309+
version "7.1.1"
4310+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4311+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4312+
dependencies:
4313+
to-regex-range "^5.0.1"
4314+
43014315
43024316
version "1.2.0"
43034317
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
@@ -6120,22 +6134,14 @@ methods@~1.1.2:
61206134
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
61216135
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
61226136

6123-
micromatch@^4.0.0, micromatch@^4.0.4:
6124-
version "4.0.5"
6125-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
6126-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
6137+
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4:
6138+
version "4.0.8"
6139+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6140+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
61276141
dependencies:
6128-
braces "^3.0.2"
6142+
braces "^3.0.3"
61296143
picomatch "^2.3.1"
61306144

6131-
micromatch@^4.0.2:
6132-
version "4.0.4"
6133-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
6134-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
6135-
dependencies:
6136-
braces "^3.0.1"
6137-
picomatch "^2.2.3"
6138-
61396145
[email protected], "mime-db@>= 1.43.0 < 2":
61406146
version "1.51.0"
61416147
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"

0 commit comments

Comments
 (0)