diff --git a/package-lock.json b/package-lock.json index af4712e..6595722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.9", "license": "MIT", "dependencies": { - "debug": "^4.4.0", + "debug": "^4.4.1", "lodash": "^4.17.21", "mongodb": "^6.12.0" }, @@ -1703,9 +1703,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" diff --git a/package.json b/package.json index 71f22d5..76f5459 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Contentstack datasync's mongodb library. Helps to store contents in mongodb", "main": "dist/index.js", "dependencies": { - "debug": "^4.4.0", + "debug": "^4.4.1", "lodash": "^4.17.21", "mongodb": "^6.12.0" },