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:
renovate[bot] 2025-03-17 18:15:50 +00:00 committed by GitHub
parent 53724ad430
commit 2cec4be8e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -13,7 +13,7 @@
"async": "^3.2.6", "async": "^3.2.6",
"debug": "^4.4.0", "debug": "^4.4.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"loopback-connector": "^6.2.1", "loopback-connector": "^6.2.2",
"mysql2": "^3.6.3", "mysql2": "^3.6.3",
"patch-package": "^8.0.0", "patch-package": "^8.0.0",
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
@ -2063,9 +2063,9 @@
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
}, },
"node_modules/loopback-connector": { "node_modules/loopback-connector": {
"version": "6.2.1", "version": "6.2.2",
"resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.2.1.tgz", "resolved": "https://registry.npmjs.org/loopback-connector/-/loopback-connector-6.2.2.tgz",
"integrity": "sha512-xsnpYly/EubWsvUYYAB6/H4yuzRUKqMMY8lZ+Woj7km6OsWGXvky2A4tPoX5C+JFR6pP+KOYFNPu437q1lTGcg==", "integrity": "sha512-LJokspaKXHEBhV5l0X4i19nNzrt+cBRIcd2NS19Ns5D71W8gL5rMU8+plwG+w34V6vNWVZ5XV3wyLoR2Zji7ZA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "^3.2.6", "async": "^3.2.6",
@ -2073,7 +2073,7 @@
"debug": "^4.4.0", "debug": "^4.4.0",
"msgpack5": "^4.5.1", "msgpack5": "^4.5.1",
"strong-globalize": "^6.0.6", "strong-globalize": "^6.0.6",
"uuid": "^11.0.5" "uuid": "^11.1.0"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -3556,13 +3556,14 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "11.0.5", "version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT",
"bin": { "bin": {
"uuid": "dist/esm/bin/uuid" "uuid": "dist/esm/bin/uuid"
} }

View File

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