From cfd161e424c3b7dafbc39efcf7e97790bb235b63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 01:15:01 +0000 Subject: [PATCH] fix: upgrade debug from 4.4.0 to 4.4.1 Snyk has created this PR to upgrade debug from 4.4.0 to 4.4.1. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/37228d36-21e6-4276-b625-091727e0f9ed?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },