diff --git a/package.json b/package.json index 21ff830..4ed54d6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@types/chai": "^4.0.4", - "@types/debug": "^0.0.30", + "@types/debug": "^4.1.3", "@types/express": "^4.0.39", "@types/minio": "^7.0.1", "@types/mocha": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index db0dc65..a5ce05d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -120,9 +120,10 @@ dependencies: "@types/node" "*" -"@types/debug@^0.0.30": - version "0.0.30" - resolved "https://registry.yarnpkg.com/@types/debug/-/debug-0.0.30.tgz#dc1e40f7af3b9c815013a7860e6252f6352a84df" +"@types/debug@^4.1.3": + version "4.1.3" + resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.3.tgz#4965a87531d7c6863f5b097b2c518b825e926cc7" + integrity sha512-PQverGatRgqIhRLracrC8k/j5A6QOASVLR0wuURx6ROQZx3OQ9PnTc/5Xrznny/xaO0TwdxSgGyG90NCzk37Rg== "@types/express-serve-static-core@*": version "4.0.56"