|
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/semantic-release-config@4.1.0": |
471 | 476 | version "4.1.0" |
472 | 477 | resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-4.1.0.tgz#a04a7451a2380e36592a7186132e48246ec04132" |
@@ -1038,10 +1043,11 @@ conventional-commits-parser@^3.2.3: |
1038 | 1043 | through2 "^4.0.0" |
1039 | 1044 |
|
1040 | 1045 | conventional-commits-parser@^6.2.1: |
1041 | | - version "6.2.1" |
1042 | | - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.2.1.tgz#855e53c4792b1feaf93649eff5d75e0dbc2c63ad" |
1043 | | - integrity sha512-20pyHgnO40rvfI0NGF/xiEoFMkXDtkF8FwHvk5BokoFoCuTQRI8vrNCNFWUOfuolKJMm1tPCHc8GgYEtr1XRNA== |
| 1046 | + version "6.3.0" |
| 1047 | + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.3.0.tgz#fc170753ca66f31940a438539bf48e4406ac54b5" |
| 1048 | + integrity sha512-RfOq/Cqy9xV9bOA8N+ZH6DlrDR+5S3Mi0B5kACEjESpE+AviIpAptx9a9cFpWCCvgRtWT+0BbUw+e1BZfts9jg== |
1044 | 1049 | dependencies: |
| 1050 | + "@simple-libs/stream-utils" "^1.2.0" |
1045 | 1051 | meow "^13.0.0" |
1046 | 1052 |
|
1047 | 1053 | core-util-is@~1.0.0: |
@@ -2405,16 +2411,16 @@ min-indent@^1.0.0: |
2405 | 2411 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
2406 | 2412 |
|
2407 | 2413 | minimatch@^3.0.4, minimatch@^3.1.1: |
2408 | | - version "3.1.3" |
2409 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624" |
2410 | | - integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA== |
| 2414 | + version "3.1.5" |
| 2415 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e" |
| 2416 | + integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w== |
2411 | 2417 | dependencies: |
2412 | 2418 | brace-expansion "^1.1.7" |
2413 | 2419 |
|
2414 | 2420 | minimatch@^5.0.1, minimatch@^5.1.0: |
2415 | | - version "5.1.7" |
2416 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.7.tgz#9bce540b26998f278d34784a3dd25d96f5054d6d" |
2417 | | - integrity sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA== |
| 2421 | + version "5.1.9" |
| 2422 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.9.tgz#1293ef15db0098b394540e8f9f744f9fda8dee4b" |
| 2423 | + integrity sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw== |
2418 | 2424 | dependencies: |
2419 | 2425 | brace-expansion "^2.0.1" |
2420 | 2426 |
|
|
0 commit comments