chore: update dependency loopback-connector to ^5.1.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-09-29 20:16:37 +00:00
parent 91e255d850
commit 3e6a6367cc
2 changed files with 18 additions and 18 deletions

34
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.0.1",
"loopback-connector": "^5.1.0",
"minimatch": "^5.1.0",
"nanoid": "^3.3.4",
"qs": "^6.10.5",
@ -3335,16 +3335,16 @@
}
},
"node_modules/loopback-connector": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.0.1.tgz",
"integrity": "sha512-aSPT6x5WZdoW9ylyNE4CxGqFbIqC9cSEZJwWkCincso27PXlZPj52POoF6pgxug9mkH7MrbXuP3SSDLkLq5oQQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.1.0.tgz",
"integrity": "sha512-ZPHvyfqUywu3KGuCIySt8g+JPXwp29X/M4nJwL3PgzRL3xbKv4cX7b08cpD2sNifHEdlG1FIhF7VGvI+JhU90Q==",
"dependencies": {
"async": "^3.2.0",
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"msgpack5": "^4.2.0",
"strong-globalize": "^6.0.4",
"uuid": "^8.3.0"
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.5",
"uuid": "^8.3.2"
},
"engines": {
"node": ">=10"
@ -8182,16 +8182,16 @@
}
},
"loopback-connector": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.0.1.tgz",
"integrity": "sha512-aSPT6x5WZdoW9ylyNE4CxGqFbIqC9cSEZJwWkCincso27PXlZPj52POoF6pgxug9mkH7MrbXuP3SSDLkLq5oQQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-5.1.0.tgz",
"integrity": "sha512-ZPHvyfqUywu3KGuCIySt8g+JPXwp29X/M4nJwL3PgzRL3xbKv4cX7b08cpD2sNifHEdlG1FIhF7VGvI+JhU90Q==",
"requires": {
"async": "^3.2.0",
"async": "^3.2.4",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"msgpack5": "^4.2.0",
"strong-globalize": "^6.0.4",
"uuid": "^8.3.0"
"debug": "^4.3.4",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.5",
"uuid": "^8.3.2"
}
},
"loopback-connector-throwing": {

View File

@ -56,7 +56,7 @@
"depd": "^2.0.0",
"inflection": "^1.13.4",
"lodash": "^4.17.21",
"loopback-connector": "^5.0.1",
"loopback-connector": "^5.1.0",
"minimatch": "^5.1.0",
"nanoid": "^3.3.4",
"qs": "^6.10.5",