diff --git a/package-lock.json b/package-lock.json index 1fcb876..e0d92f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4276,9 +4276,9 @@ } }, "debug": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz", - "integrity": "sha512-jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } diff --git a/package.json b/package.json index 6fde6eb..c005a75 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@babel/runtime": "^7.12.1", "aws-sdk": "^2.774.0", - "debug": "^4.3.0" + "debug": "^4.3.1" }, "husky": { "hooks": {