chore: update dependency minimatch to ^9.0.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
feaecba71c
commit
23b7ca8cff
|
@ -16,7 +16,7 @@
|
|||
"inflection": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.3",
|
||||
"minimatch": "^9.0.3",
|
||||
"minimatch": "^9.0.4",
|
||||
"nanoid": "^3.3.7",
|
||||
"qs": "^6.12.0",
|
||||
"strong-globalize": "^6.0.6",
|
||||
|
@ -3627,9 +3627,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
||||
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
||||
"version": "9.0.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
||||
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"inflection": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.3",
|
||||
"minimatch": "^9.0.3",
|
||||
"minimatch": "^9.0.4",
|
||||
"nanoid": "^3.3.7",
|
||||
"qs": "^6.12.0",
|
||||
"strong-globalize": "^6.0.6",
|
||||
|
|
Loading…
Reference in New Issue