chore: update dependency loopback-datasource-juggler to ^5.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-09 14:43:17 +00:00 committed by Diana Lau
parent 8a3a06d288
commit d352d607c6
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@commitlint/config-conventional": "^19.4.1",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.12",
"loopback-datasource-juggler": "^5.1.0",
"mocha": "^10.7.3",
"rc": "^1.2.8",
"should": "^13.2.3",
@ -2366,20 +2366,20 @@
}
},
"node_modules/loopback-datasource-juggler": {
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.0.12.tgz",
"integrity": "sha512-a4c3DO8Y0dP9EGTgvLYqKDjFzgSp5o4+1XrypsMqtLE+XBWG534aWG+6cIPyS1cXDljPDO87NZo6O3F2vs9qAQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.1.0.tgz",
"integrity": "sha512-oHQ6S4r8/65tR5JfjjDke7Z9QdbBXO21/iy2LqkmvHTGPTa3A61r8mwTOGQtDHpVRJijt+eDHbrufVLzITZEsw==",
"dev": true,
"license": "MIT",
"dependencies": {
"async": "^3.2.5",
"async": "^3.2.6",
"change-case": "^4.1.2",
"debug": "^4.3.6",
"debug": "^4.3.7",
"depd": "^2.0.0",
"inflection": "^3.0.0",
"lodash": "^4.17.21",
"loopback-connector": "^6.1.7",
"minimatch": "^9.0.5",
"loopback-connector": "^6.1.9",
"minimatch": "^10.0.1",
"nanoid": "^3.3.7",
"qs": "^6.13.0",
"strong-globalize": "^6.0.6",
@ -2401,16 +2401,16 @@
}
},
"node_modules/loopback-datasource-juggler/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
"node": "20 || >=22"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

@ -33,7 +33,7 @@
"@commitlint/config-conventional": "^19.4.1",
"eslint": "^8.57.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^5.0.12",
"loopback-datasource-juggler": "^5.1.0",
"mocha": "^10.7.3",
"rc": "^1.2.8",
"should": "^13.2.3",