chore: update dependency loopback-connector to ^6.0.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-13 16:22:31 +00:00
parent 244ec17e60
commit 2137f28948
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "loopback-datasource-juggler",
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",
"dependencies": {
"async": "^3.2.5",
@ -15,7 +15,7 @@
"depd": "^2.0.0",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.3",
"loopback-connector": "^6.0.4",
"minimatch": "^9.0.3",
"nanoid": "^3.3.7",
"qs": "^6.11.2",
@ -3499,11 +3499,11 @@
}
},
"node_modules/loopback-connector": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.0.3.tgz",
"integrity": "sha512-JafbA+YJ0R1gipvycSSHO/ocotwg2GpjUQRLzASWpngjhOdsw7Bqv2Ba0FnPQ99YwBNkxa0x4Z0gerNYIiLv8g==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.0.4.tgz",
"integrity": "sha512-rcSNNg1HIwd9wFfeJPnqbLNhkRSIProjUI9AP0Plyt5o6JkaKox4R+KyRviwCCcwp1wzRsjgJpTu29FeonTYtw==",
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
@ -3511,7 +3511,7 @@
"uuid": "^9.0.1"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
},
"node_modules/loopback-connector-throwing": {

View File

@ -57,7 +57,7 @@
"depd": "^2.0.0",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^6.0.3",
"loopback-connector": "^6.0.4",
"minimatch": "^9.0.3",
"nanoid": "^3.3.7",
"qs": "^6.11.2",