Skip to content

Commit bd6f429

Browse files
chore(deps): bump braces from 3.0.2 to 3.0.3 (#204)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 830d19b commit bd6f429

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

yarn.lock

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,11 +2894,11 @@ brace-expansion@^2.0.1:
28942894
balanced-match "^1.0.0"
28952895

28962896
braces@^3.0.2, braces@~3.0.2:
2897-
version "3.0.2"
2898-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2899-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
2897+
version "3.0.3"
2898+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2899+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
29002900
dependencies:
2901-
fill-range "^7.0.1"
2901+
fill-range "^7.1.1"
29022902

29032903
breakword@^1.0.5:
29042904
version "1.0.5"
@@ -4459,10 +4459,10 @@ file-entry-cache@^6.0.1:
44594459
dependencies:
44604460
flat-cache "^3.0.4"
44614461

4462-
fill-range@^7.0.1:
4463-
version "7.0.1"
4464-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4465-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4462+
fill-range@^7.1.1:
4463+
version "7.1.1"
4464+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4465+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
44664466
dependencies:
44674467
to-regex-range "^5.0.1"
44684468

@@ -8325,7 +8325,7 @@ string-argv@^0.3.1:
83258325
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
83268326
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
83278327

8328-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8328+
"string-width-cjs@npm:string-width@^4.2.0":
83298329
version "4.2.3"
83308330
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
83318331
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8343,6 +8343,15 @@ string-width@^1.0.1:
83438343
is-fullwidth-code-point "^1.0.0"
83448344
strip-ansi "^3.0.0"
83458345

8346+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8347+
version "4.2.3"
8348+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8349+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8350+
dependencies:
8351+
emoji-regex "^8.0.0"
8352+
is-fullwidth-code-point "^3.0.0"
8353+
strip-ansi "^6.0.1"
8354+
83468355
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
83478356
version "5.1.2"
83488357
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -8393,7 +8402,7 @@ stringify-entities@^3.0.1:
83938402
character-entities-legacy "^1.0.0"
83948403
xtend "^4.0.0"
83958404

8396-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8405+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
83978406
version "6.0.1"
83988407
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
83998408
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8407,6 +8416,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
84078416
dependencies:
84088417
ansi-regex "^2.0.0"
84098418

8419+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8420+
version "6.0.1"
8421+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8422+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8423+
dependencies:
8424+
ansi-regex "^5.0.1"
8425+
84108426
strip-ansi@^7.0.1:
84118427
version "7.0.1"
84128428
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -9348,7 +9364,7 @@ workbox-window@^6.1.5:
93489364
"@types/trusted-types" "^2.0.2"
93499365
workbox-core "6.4.2"
93509366

9351-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9367+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
93529368
version "7.0.0"
93539369
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
93549370
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9366,6 +9382,15 @@ wrap-ansi@^6.2.0:
93669382
string-width "^4.1.0"
93679383
strip-ansi "^6.0.0"
93689384

9385+
wrap-ansi@^7.0.0:
9386+
version "7.0.0"
9387+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9388+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9389+
dependencies:
9390+
ansi-styles "^4.0.0"
9391+
string-width "^4.1.0"
9392+
strip-ansi "^6.0.0"
9393+
93699394
wrap-ansi@^8.1.0:
93709395
version "8.1.0"
93719396
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)