chore: update dependency loopback-connector to ^5.3.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-04-13 21:15:01 +00:00 committed by Diana Lau
parent 4fb97fcd04
commit 9b66ad190e
2 changed files with 10 additions and 25 deletions

33
package-lock.json generated
View File

@ -15,7 +15,7 @@
"depd": "^2.0.0",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^5.2.2",
"loopback-connector": "^5.3.0",
"minimatch": "^5.1.6",
"nanoid": "^3.3.6",
"qs": "^6.11.1",
@ -3400,16 +3400,16 @@
}
},
"node_modules/loopback-connector": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.2.2.tgz",
"integrity": "sha512-VY1LK+z3fp2ehCcq2jm1xTpBuKrtJcBuUZZhxAnYYAN3VXemmjLeVU0F/MmokfKL1zx1pkPKdjBPb+nNsatzeA==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.3.0.tgz",
"integrity": "sha512-v2/HdbcEvq05YhHyUzCJ1GeDWndWKlo1jGEjkzgEGasj3dvqgxse8dk60PRM8+pVSP8EiniijJRBZsrxwNBxlw==",
"dependencies": {
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.5",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"engines": {
"node": ">=10"
@ -3419,14 +3419,6 @@
"resolved": "test/fixtures/loopback-connector-throwing",
"link": true
},
"node_modules/loopback-connector/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/lower-case": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
@ -8261,23 +8253,16 @@
}
},
"loopback-connector": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.2.2.tgz",
"integrity": "sha512-VY1LK+z3fp2ehCcq2jm1xTpBuKrtJcBuUZZhxAnYYAN3VXemmjLeVU0F/MmokfKL1zx1pkPKdjBPb+nNsatzeA==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.3.0.tgz",
"integrity": "sha512-v2/HdbcEvq05YhHyUzCJ1GeDWndWKlo1jGEjkzgEGasj3dvqgxse8dk60PRM8+pVSP8EiniijJRBZsrxwNBxlw==",
"requires": {
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.5",
"uuid": "^8.3.2"
},
"dependencies": {
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}
"uuid": "^9.0.0"
}
},
"loopback-connector-throwing": {

View File

@ -57,7 +57,7 @@
"depd": "^2.0.0",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^5.2.2",
"loopback-connector": "^5.3.0",
"minimatch": "^5.1.6",
"nanoid": "^3.3.6",
"qs": "^6.11.1",