chore: update dependency minimatch to ^5.1.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cbf3fe162d
commit
e34b63ea79
|
@ -16,7 +16,7 @@
|
|||
"inflection": "^1.13.4",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^5.1.1",
|
||||
"minimatch": "^5.1.0",
|
||||
"minimatch": "^5.1.1",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
@ -3451,9 +3451,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
|
||||
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
||||
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
|
@ -8185,9 +8185,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
|
||||
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
||||
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"inflection": "^1.13.4",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^5.1.1",
|
||||
"minimatch": "^5.1.0",
|
||||
"minimatch": "^5.1.1",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
|
Loading…
Reference in New Issue