chore: update dependency debug to ^4.3.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c7ea78c4e
commit
c1d337ebb8
|
@ -11,7 +11,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"async": "^3.2.5",
|
||||
"debug": "^4.3.5",
|
||||
"debug": "^4.3.6",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.7",
|
||||
"mysql2": "^3.6.3",
|
||||
|
@ -812,9 +812,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/debug": {
|
||||
"version": "4.3.5",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
||||
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
||||
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ms": "2.1.2"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"async": "^3.2.5",
|
||||
"debug": "^4.3.5",
|
||||
"debug": "^4.3.6",
|
||||
"lodash": "^4.17.21",
|
||||
"loopback-connector": "^6.1.7",
|
||||
"mysql2": "^3.6.3",
|
||||
|
|
Loading…
Reference in New Issue