chore: update dependency loopback-connector to ^6.1.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cf48e4b191
commit
55301a751a
|
@ -13,7 +13,7 @@
|
|||
"async": "^3.2.5",
|
||||
"debug": "^4.3.5",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.6",
|
||||
"loopback-connector": "^6.1.7",
|
||||
"mysql2": "^3.6.3",
|
||||
"patch-package": "^8.0.0",
|
||||
"strong-globalize": "^6.0.6"
|
||||
|
@ -2347,9 +2347,9 @@
|
|||
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
|
||||
},
|
||||
"node_modules/loopback-connector": {
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.1.6.tgz",
|
||||
"integrity": "sha512-it+R0qKVF/AIurkV6kW2+QnFYgxNZqasFjB4ofLebJKDIK8jfqqIHqdLmCjcGbHiN80TH3VCb+/bBx1xC0mkQA==",
|
||||
"version": "6.1.7",
|
||||
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.1.7.tgz",
|
||||
"integrity": "sha512-Mc5EkBjOfiCu2d+xlS094oIT8BaT50IohJeOCGB55Gj8iM6EWZOthhEtID0IUHq+7v+/okkf6OhvqILybIIyMw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.5",
|
||||
|
@ -2357,12 +2357,25 @@
|
|||
"debug": "^4.3.5",
|
||||
"msgpack5": "^4.5.1",
|
||||
"strong-globalize": "^6.0.6",
|
||||
"uuid": "^9.0.1"
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/loopback-connector/node_modules/uuid": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/loopback-datasource-juggler": {
|
||||
"version": "5.0.10",
|
||||
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.0.10.tgz",
|
||||
|
@ -3932,6 +3945,7 @@
|
|||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
||||
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"async": "^3.2.5",
|
||||
"debug": "^4.3.5",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.6",
|
||||
"loopback-connector": "^6.1.7",
|
||||
"mysql2": "^3.6.3",
|
||||
"patch-package": "^8.0.0",
|
||||
"strong-globalize": "^6.0.6"
|
||||
|
|
Loading…
Reference in New Issue