chore: update dependency loopback-datasource-juggler to ^5.0.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
57d44b43b8
commit
31f7c16907
|
@ -22,7 +22,7 @@
|
|||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^5.0.9",
|
||||
"loopback-datasource-juggler": "^5.0.10",
|
||||
"mocha": "^10.4.0",
|
||||
"rc": "^1.2.8",
|
||||
"should": "^13.2.3",
|
||||
|
@ -2361,14 +2361,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/loopback-datasource-juggler": {
|
||||
"version": "5.0.9",
|
||||
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.0.9.tgz",
|
||||
"integrity": "sha512-C0kQ1KfO9zjjFRYvLXhoI2icUjCTvCFsw1RsSfJOglCrJTHRsxet3Ocl4QZg/jgnJrwqLbLSC/94e4cnkver7w==",
|
||||
"version": "5.0.10",
|
||||
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.0.10.tgz",
|
||||
"integrity": "sha512-pAUnR3NPmUjCs8Afl30EYTaO5qUiBOHZK7aRiwKq3L0/aKtjxUgAuGBfCl3OxYhzl47AqNypT5ydebqCDzzxig==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.5",
|
||||
"change-case": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"debug": "^4.3.5",
|
||||
"depd": "^2.0.0",
|
||||
"inflection": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -2389,6 +2390,7 @@
|
|||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
|
@ -2398,6 +2400,7 @@
|
|||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
||||
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^5.0.9",
|
||||
"loopback-datasource-juggler": "^5.0.10",
|
||||
"mocha": "^10.4.0",
|
||||
"rc": "^1.2.8",
|
||||
"should": "^13.2.3",
|
||||
|
|
Loading…
Reference in New Issue