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

View File

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