chore: update dependency minimatch to ^5.1.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b50cbb3cfd
commit
abf7bbaa1e
|
@ -16,7 +16,7 @@
|
|||
"inflection": "^1.13.4",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^5.1.1",
|
||||
"minimatch": "^5.1.1",
|
||||
"minimatch": "^5.1.2",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
@ -3518,9 +3518,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
||||
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
|
||||
"integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
|
@ -8312,9 +8312,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
||||
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
|
||||
"integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
|
||||
"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.1",
|
||||
"minimatch": "^5.1.2",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
|
Loading…
Reference in New Issue