chore: update dependency debug to ^4.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-06 14:15:12 +00:00 committed by Diana Lau
parent d4a39f7ad2
commit 83a19eac6f
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,12 +6,12 @@
"packages": {
"": {
"name": "loopback-connector-mysql",
"version": "7.0.16",
"version": "7.0.17",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"async": "^3.2.6",
"debug": "^4.3.7",
"debug": "^4.4.0",
"lodash": "^4.17.21",
"loopback-connector": "^6.1.12",
"mysql2": "^3.6.3",
@ -834,9 +834,9 @@
}
},
"node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"

View File

@ -22,7 +22,7 @@
],
"dependencies": {
"async": "^3.2.6",
"debug": "^4.3.7",
"debug": "^4.4.0",
"lodash": "^4.17.21",
"loopback-connector": "^6.1.12",
"mysql2": "^3.6.3",