cli: switch minimatch range to ^
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `minimatch` to `5.1.1`.
|
||||
Updated dependency `minimatch` to `5.1.1` and switch version range to `^`.
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
"json-schema": "^0.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mini-css-extract-plugin": "^2.4.2",
|
||||
"minimatch": "5.1.1",
|
||||
"minimatch": "^5.1.1",
|
||||
"node-fetch": "^2.6.7",
|
||||
"node-libs-browser": "^2.2.1",
|
||||
"npm-packlist": "^5.0.0",
|
||||
|
||||
@@ -3684,7 +3684,7 @@ __metadata:
|
||||
json-schema: ^0.4.0
|
||||
lodash: ^4.17.21
|
||||
mini-css-extract-plugin: ^2.4.2
|
||||
minimatch: 5.1.1
|
||||
minimatch: ^5.1.1
|
||||
mock-fs: ^5.1.0
|
||||
msw: ^0.49.0
|
||||
node-fetch: ^2.6.7
|
||||
@@ -28865,7 +28865,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:5.1.1, minimatch@npm:^5.0.0, minimatch@npm:^5.0.1, minimatch@npm:^5.1.0":
|
||||
"minimatch@npm:^5.0.0, minimatch@npm:^5.0.1, minimatch@npm:^5.1.0, minimatch@npm:^5.1.1":
|
||||
version: 5.1.1
|
||||
resolution: "minimatch@npm:5.1.1"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user