chore: update dependency minimatch to v9

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-24 19:25:56 +00:00 committed by Diana Lau
parent 9d5899cab2
commit 19e9d633bc
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@ -16,7 +16,7 @@
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.1",
"minimatch": "^5.1.6",
"minimatch": "^9.0.3",
"nanoid": "^3.3.6",
"qs": "^6.11.2",
"strong-globalize": "^6.0.6",
@ -3662,14 +3662,17 @@
}
},
"node_modules/minimatch": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minimist": {

View File

@ -58,7 +58,7 @@
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.1",
"minimatch": "^5.1.6",
"minimatch": "^9.0.3",
"nanoid": "^3.3.6",
"qs": "^6.11.2",
"strong-globalize": "^6.0.6",