chore: update dependency minimatch to ^5.1.6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a883c06bbc
commit
e486faf93a
|
@ -16,7 +16,7 @@
|
|||
"inflection": "^1.13.4",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^5.2.1",
|
||||
"minimatch": "^5.1.4",
|
||||
"minimatch": "^5.1.6",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
@ -3507,9 +3507,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.4.tgz",
|
||||
"integrity": "sha512-U0iNYXt9wALljzfnGkhFSy5sAC6/SCR3JrHrlsdJz4kF8MvhTRQNiC59iUi1iqsitV7abrNAJWElVL9pdnoUgw==",
|
||||
"version": "5.1.6",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
||||
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
|
@ -8286,9 +8286,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.4.tgz",
|
||||
"integrity": "sha512-U0iNYXt9wALljzfnGkhFSy5sAC6/SCR3JrHrlsdJz4kF8MvhTRQNiC59iUi1iqsitV7abrNAJWElVL9pdnoUgw==",
|
||||
"version": "5.1.6",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
||||
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"inflection": "^1.13.4",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^5.2.1",
|
||||
"minimatch": "^5.1.4",
|
||||
"minimatch": "^5.1.6",
|
||||
"nanoid": "^3.3.4",
|
||||
"qs": "^6.10.5",
|
||||
"strong-globalize": "^6.0.5",
|
||||
|
|
Loading…
Reference in New Issue