chore: update dependency minimatch to ^5.1.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-21 16:59:54 +00:00 committed by Diana Lau
parent ba09182cea
commit 2db05f56e1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"inflection": "^1.13.2",
"lodash": "^4.17.21",
"loopback-connector": "^5.0.1",
"minimatch": "^5.0.1",
"minimatch": "^5.1.0",
"nanoid": "^3.3.4",
"qs": "^6.10.3",
"strong-globalize": "^6.0.5",
@ -3296,9 +3296,9 @@
}
},
"node_modules/minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
@ -7817,9 +7817,9 @@
"dev": true
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"requires": {
"brace-expansion": "^2.0.1"
}

View File

@ -57,7 +57,7 @@
"inflection": "^1.13.2",
"lodash": "^4.17.21",
"loopback-connector": "^5.0.1",
"minimatch": "^5.0.1",
"minimatch": "^5.1.0",
"nanoid": "^3.3.4",
"qs": "^6.10.3",
"strong-globalize": "^6.0.5",