chore: update dependency loopback-connector to ^6.2.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
53724ad430
commit
f8a4ac4e0d
|
@ -13,7 +13,7 @@
|
|||
"async": "^3.2.6",
|
||||
"debug": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.2.1",
|
||||
"loopback-connector": "^6.2.2",
|
||||
"mysql2": "^3.6.3",
|
||||
"patch-package": "^8.0.0",
|
||||
"strong-globalize": "^6.0.6"
|
||||
|
@ -2063,9 +2063,9 @@
|
|||
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
|
||||
},
|
||||
"node_modules/loopback-connector": {
|
||||
"version": "6.2.1",
|
||||
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.2.1.tgz",
|
||||
"integrity": "sha512-xsnpYly/EubWsvUYYAB6/H4yuzRUKqMMY8lZ+Woj7km6OsWGXvky2A4tPoX5C+JFR6pP+KOYFNPu437q1lTGcg==",
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.2.2.tgz",
|
||||
"integrity": "sha512-LJokspaKXHEBhV5l0X4i19nNzrt+cBRIcd2NS19Ns5D71W8gL5rMU8+plwG+w34V6vNWVZ5XV3wyLoR2Zji7ZA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.6",
|
||||
|
@ -2073,7 +2073,7 @@
|
|||
"debug": "^4.4.0",
|
||||
"msgpack5": "^4.5.1",
|
||||
"strong-globalize": "^6.0.6",
|
||||
"uuid": "^11.0.5"
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
@ -3556,13 +3556,14 @@
|
|||
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
||||
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
||||
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"uuid": "dist/esm/bin/uuid"
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"async": "^3.2.6",
|
||||
"debug": "^4.4.0",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.2.1",
|
||||
"loopback-connector": "^6.2.2",
|
||||
"mysql2": "^3.6.3",
|
||||
"patch-package": "^8.0.0",
|
||||
"strong-globalize": "^6.0.6"
|
||||
|
|
Loading…
Reference in New Issue