chore: update dependency mysql2 to ^3.9.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-27 14:00:41 +00:00 committed by GitHub
parent be9c2f173c
commit 5d55f40342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -14,7 +14,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"loopback-connector": "^6.1.2", "loopback-connector": "^6.1.2",
"mysql2": "^3.6.3", "mysql2": "^3.9.2",
"patch-package": "^8.0.0", "patch-package": "^8.0.0",
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },
@ -2044,9 +2044,9 @@
} }
}, },
"node_modules/mysql2": { "node_modules/mysql2": {
"version": "3.6.3", "version": "3.9.2",
"resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.6.3.tgz", "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.9.2.tgz",
"integrity": "sha512-qYd/1CDuW1KYZjD4tzg2O8YS3X/UWuGH8ZMHyMeggMTXL3yOdMisbwZ5SNkHzDGlZXKYLAvV8tMrEH+NUMz3fw==", "integrity": "sha512-3Cwg/UuRkAv/wm6RhtPE5L7JlPB877vwSF6gfLAS68H+zhH+u5oa3AieqEd0D0/kC3W7qIhYbH419f7O9i/5nw==",
"dependencies": { "dependencies": {
"denque": "^2.1.0", "denque": "^2.1.0",
"generate-function": "^2.3.1", "generate-function": "^2.3.1",

View File

@ -25,7 +25,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"loopback-connector": "^6.1.2", "loopback-connector": "^6.1.2",
"mysql2": "^3.6.3", "mysql2": "^3.9.2",
"patch-package": "^8.0.0", "patch-package": "^8.0.0",
"strong-globalize": "^6.0.6" "strong-globalize": "^6.0.6"
}, },