Skip to content

Commit 6959bc5

Browse files
authored
Minimatch dependency update (#2408)
1 parent 134700b commit 6959bc5

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

portal-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"react-scripts/**/async": "^2.6.4",
9090
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
9191
"react-scripts/webpack-dev-server/portfinder/async": "^2.6.4",
92-
"react-scripts/**/glob-parent": "^6.0.1"
92+
"react-scripts/**/glob-parent": "^6.0.1",
93+
"react-scripts/**/minimatch": "^3.0.5"
9394
}
9495
}

portal-ui/yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,13 +3519,6 @@ brace-expansion@^1.1.7:
35193519
balanced-match "^1.0.0"
35203520
concat-map "0.0.1"
35213521

3522-
brace-expansion@^2.0.1:
3523-
version "2.0.1"
3524-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3525-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3526-
dependencies:
3527-
balanced-match "^1.0.0"
3528-
35293522
braces@^3.0.2, braces@~3.0.2:
35303523
version "3.0.2"
35313524
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -8102,27 +8095,13 @@ minimalistic-crypto-utils@^1.0.1:
81028095
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
81038096
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
81048097

8105-
minimatch@3.0.4:
8106-
version "3.0.4"
8107-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
8108-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
8109-
dependencies:
8110-
brace-expansion "^1.1.7"
8111-
8112-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8098+
minimatch@3.0.4, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.0.1:
81138099
version "3.1.2"
81148100
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
81158101
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
81168102
dependencies:
81178103
brace-expansion "^1.1.7"
81188104

8119-
minimatch@^5.0.1:
8120-
version "5.1.0"
8121-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
8122-
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
8123-
dependencies:
8124-
brace-expansion "^2.0.1"
8125-
81268105
minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.6:
81278106
version "1.2.6"
81288107
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"

0 commit comments

Comments
 (0)