package: bump debug to v 4.3.4

This commit is contained in:
Bill Church 2022-05-18 15:58:17 -04:00
parent 8d93ffab91
commit 53a601cadc
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View file

@ -12,7 +12,7 @@
"basic-auth": "~2.0.1", "basic-auth": "~2.0.1",
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"colors": "~1.4.0", "colors": "~1.4.0",
"debug": "^4.3.2", "debug": "^4.3.4",
"express": "~4.17.1", "express": "~4.17.1",
"express-session": "~1.17.1", "express-session": "~1.17.1",
"json-merger": "^1.1.9", "json-merger": "^1.1.9",
@ -1879,9 +1879,9 @@
} }
}, },
"node_modules/debug": { "node_modules/debug": {
"version": "4.3.2", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dependencies": { "dependencies": {
"ms": "2.1.2" "ms": "2.1.2"
}, },
@ -8985,9 +8985,9 @@
"dev": true "dev": true
}, },
"debug": { "debug": {
"version": "4.3.2", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"requires": { "requires": {
"ms": "2.1.2" "ms": "2.1.2"
} }

View file

@ -35,7 +35,7 @@
"basic-auth": "~2.0.1", "basic-auth": "~2.0.1",
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"colors": "~1.4.0", "colors": "~1.4.0",
"debug": "^4.3.2", "debug": "^4.3.4",
"express": "~4.17.1", "express": "~4.17.1",
"express-session": "~1.17.1", "express-session": "~1.17.1",
"json-merger": "^1.1.9", "json-merger": "^1.1.9",