chore: update dependency debug to ^4.4.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-13 23:00:14 +00:00 committed by GitHub
parent f2ac4ed10b
commit 8fd82a6292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -6,11 +6,11 @@
"packages": {
"": {
"name": "loopback-connector-mysql",
"version": "7.1.2",
"version": "7.1.3",
"license": "MIT",
"dependencies": {
"async": "^3.2.6",
"debug": "^4.4.0",
"debug": "^4.4.1",
"lodash": "^4.17.21",
"loopback-connector": "^6.2.3",
"mysql2": "^3.14.1",
@ -777,9 +777,9 @@
}
},
"node_modules/debug": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"

View File

@ -21,7 +21,7 @@
],
"dependencies": {
"async": "^3.2.6",
"debug": "^4.4.0",
"debug": "^4.4.1",
"lodash": "^4.17.21",
"loopback-connector": "^6.2.3",
"mysql2": "^3.14.1",