Skip to content

Commit 968b0d7

Browse files
committed
feat(deps): multimatch@^3.0.0
1 parent d8016d9 commit 968b0d7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

commands/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@lerna/validation-error": "file:../../core/validation-error",
5252
"dedent": "^0.7.0",
5353
"get-port": "^3.2.0",
54-
"multimatch": "^2.1.0",
54+
"multimatch": "^3.0.0",
5555
"npm-package-arg": "^6.1.0",
5656
"npmlog": "^4.1.2",
5757
"p-finally": "^1.0.0",

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/filter-packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@lerna/validation-error": "file:../../core/validation-error",
35-
"multimatch": "^2.1.0",
35+
"multimatch": "^3.0.0",
3636
"npmlog": "^4.1.2"
3737
}
3838
}

0 commit comments

Comments
 (0)