chore: update dependency loopback-connector to ^6.1.11

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-12 00:46:36 +00:00 committed by Diana Lau
parent 510e3ac983
commit f26e5693e1
2 changed files with 20 additions and 6 deletions

24
package-lock.json generated
View File

@ -13,7 +13,7 @@
"async": "^3.2.6",
"debug": "^4.3.7",
"lodash": "^4.17.21",
"loopback-connector": "^6.1.10",
"loopback-connector": "^6.1.11",
"mysql2": "^3.6.3",
"patch-package": "^8.0.0",
"strong-globalize": "^6.0.6"
@ -1828,9 +1828,9 @@
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"node_modules/loopback-connector": {
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.1.10.tgz",
"integrity": "sha512-4WuHgtusBv7HaCfil+FdxD7WBqf4kdSQkCVC37raxO8NZGUuG8n8Bn/eGyukmNQxaAnfm0w6Hh3AtQ33Lprw3A==",
"version": "6.1.11",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.1.11.tgz",
"integrity": "sha512-F7GHiPDZEasEoS0x3RIU82nnMnhhSA6MqOWk0prcxSbHDkftXvjomK+1e/kfGfyzOI1yoh1fExOivVKVIyw6iQ==",
"license": "MIT",
"dependencies": {
"async": "^3.2.6",
@ -1838,12 +1838,25 @@
"debug": "^4.3.7",
"msgpack5": "^4.5.1",
"strong-globalize": "^6.0.6",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"engines": {
"node": ">=18"
}
},
"node_modules/loopback-connector/node_modules/uuid": {
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/loopback-datasource-juggler": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/loopback-datasource-juggler/-/loopback-datasource-juggler-5.1.2.tgz",
@ -3165,6 +3178,7 @@
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View File

@ -24,7 +24,7 @@
"async": "^3.2.6",
"debug": "^4.3.7",
"lodash": "^4.17.21",
"loopback-connector": "^6.1.10",
"loopback-connector": "^6.1.11",
"mysql2": "^3.6.3",
"patch-package": "^8.0.0",
"strong-globalize": "^6.0.6"