Skip to content

Commit c205c32

Browse files
Bump minimatch from 3.0.4 to 3.1.2 in /Example (#655)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ad9af0 commit c205c32

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Example/yarn.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,9 +1258,10 @@ babel-preset-jest@^24.6.0:
12581258
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
12591259
babel-plugin-jest-hoist "^24.6.0"
12601260

1261-
balanced-match@^0.4.1:
1262-
version "0.4.2"
1263-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
1261+
balanced-match@^1.0.0:
1262+
version "1.0.2"
1263+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1264+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
12641265

12651266
base64-js@^1.1.2, base64-js@^1.5.1:
12661267
version "1.5.1"
@@ -1313,10 +1314,11 @@ [email protected]:
13131314
big-integer "1.6.x"
13141315

13151316
brace-expansion@^1.1.7:
1316-
version "1.1.7"
1317-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.7.tgz#3effc3c50e000531fb720eaff80f0ae8ef23cf59"
1317+
version "1.1.11"
1318+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1319+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
13181320
dependencies:
1319-
balanced-match "^0.4.1"
1321+
balanced-match "^1.0.0"
13201322
concat-map "0.0.1"
13211323

13221324
braces@^1.8.2:
@@ -1601,6 +1603,7 @@ compression@^1.7.1:
16011603
16021604
version "0.0.1"
16031605
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1606+
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
16041607

16051608
concat-stream@^1.6.0:
16061609
version "1.6.0"
@@ -3962,8 +3965,9 @@ min-document@^2.19.0:
39623965
dom-walk "^0.1.0"
39633966

39643967
minimatch@^3.0.4:
3965-
version "3.0.4"
3966-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3968+
version "3.1.2"
3969+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3970+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
39673971
dependencies:
39683972
brace-expansion "^1.1.7"
39693973

0 commit comments

Comments
 (0)