From 7ed2ac96a3597ea1180df25cc3f81a4aeb44d543 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 07:20:58 +0000 Subject: [PATCH] fix: upgrade @contentstack/datasync-mongodb-sdk from 1.0.12 to 1.0.13 Snyk has created this PR to upgrade @contentstack/datasync-mongodb-sdk from 1.0.12 to 1.0.13. See this package in npm: @contentstack/datasync-mongodb-sdk See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/e773fd32-082c-4356-8e10-186176d690d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7536632..851fe4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/datasync-filesystem-sdk": "^1.5.1", - "@contentstack/datasync-mongodb-sdk": "^1.0.12", + "@contentstack/datasync-mongodb-sdk": "^1.0.13", "async": "^3.2.6", "chokidar": "^4.0.3", "contentstack": "^3.24.1", @@ -66,13 +66,13 @@ } }, "node_modules/@contentstack/datasync-mongodb-sdk": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-mongodb-sdk/-/datasync-mongodb-sdk-1.0.12.tgz", - "integrity": "sha512-/P7FoW1Q9K8YCiMZFH2C57ut6euBUm3cBHlLZBprfmTTvOH0E+oHNIurGoU0aNQq1Op3cBtCkEOtEy1T+Lo5Fw==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-mongodb-sdk/-/datasync-mongodb-sdk-1.0.13.tgz", + "integrity": "sha512-V1Vv3l+wf2zzfYRX8jG6GjzYMFkeHkCDUGLXlrHpTOUDtcj9GpoJFwkOVuKsSUOOYXaVqzf1B2UIF2EmgWMyuQ==", "license": "MIT", "dependencies": { "lodash": "^4.17.21", - "mongodb": "^6.12.0", + "mongodb": "^6.21.0", "npm-pack": "^1.0.0", "sift": "^17.1.3" }, diff --git a/package.json b/package.json index b43ae5d..6d3ec94 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@contentstack/datasync-filesystem-sdk": "^1.5.1", - "@contentstack/datasync-mongodb-sdk": "^1.0.12", + "@contentstack/datasync-mongodb-sdk": "^1.0.13", "async": "^3.2.6", "chokidar": "^4.0.3", "contentstack": "^3.24.1",