|
467 | 467 | lodash "^4.17.4" |
468 | 468 | read-pkg-up "^7.0.0" |
469 | 469 |
|
| 470 | +"@simple-libs/stream-utils@^1.2.0": |
| 471 | + version "1.2.0" |
| 472 | + resolved "https://registry.yarnpkg.com/@simple-libs/stream-utils/-/stream-utils-1.2.0.tgz#5af724b826f1ab4d7f2826d31d3efccec124102b" |
| 473 | + integrity sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA== |
| 474 | + |
470 | 475 | "@softwareventures/prettier-config@4.0.0": |
471 | 476 | version "4.0.0" |
472 | 477 | resolved "https://registry.yarnpkg.com/@softwareventures/prettier-config/-/prettier-config-4.0.0.tgz#3f9393ba90f7fa3f7d2dbe37f79a297cf434cf8f" |
@@ -1049,10 +1054,11 @@ conventional-commits-parser@^3.2.3: |
1049 | 1054 | through2 "^4.0.0" |
1050 | 1055 |
|
1051 | 1056 | conventional-commits-parser@^6.2.1: |
1052 | | - version "6.2.1" |
1053 | | - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.2.1.tgz#855e53c4792b1feaf93649eff5d75e0dbc2c63ad" |
1054 | | - integrity sha512-20pyHgnO40rvfI0NGF/xiEoFMkXDtkF8FwHvk5BokoFoCuTQRI8vrNCNFWUOfuolKJMm1tPCHc8GgYEtr1XRNA== |
| 1057 | + version "6.3.0" |
| 1058 | + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.3.0.tgz#fc170753ca66f31940a438539bf48e4406ac54b5" |
| 1059 | + integrity sha512-RfOq/Cqy9xV9bOA8N+ZH6DlrDR+5S3Mi0B5kACEjESpE+AviIpAptx9a9cFpWCCvgRtWT+0BbUw+e1BZfts9jg== |
1055 | 1060 | dependencies: |
| 1061 | + "@simple-libs/stream-utils" "^1.2.0" |
1056 | 1062 | meow "^13.0.0" |
1057 | 1063 |
|
1058 | 1064 | core-util-is@~1.0.0: |
@@ -2483,16 +2489,16 @@ min-indent@^1.0.0: |
2483 | 2489 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
2484 | 2490 |
|
2485 | 2491 | minimatch@^3.0.4, minimatch@^3.1.1: |
2486 | | - version "3.1.3" |
2487 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624" |
2488 | | - integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA== |
| 2492 | + version "3.1.5" |
| 2493 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e" |
| 2494 | + integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w== |
2489 | 2495 | dependencies: |
2490 | 2496 | brace-expansion "^1.1.7" |
2491 | 2497 |
|
2492 | 2498 | minimatch@^5.0.1, minimatch@^5.1.0: |
2493 | | - version "5.1.7" |
2494 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.7.tgz#9bce540b26998f278d34784a3dd25d96f5054d6d" |
2495 | | - integrity sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA== |
| 2499 | + version "5.1.9" |
| 2500 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.9.tgz#1293ef15db0098b394540e8f9f744f9fda8dee4b" |
| 2501 | + integrity sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw== |
2496 | 2502 | dependencies: |
2497 | 2503 | brace-expansion "^2.0.1" |
2498 | 2504 |
|
|
0 commit comments