From d57ceb169d20845b7608d621837719e4b9e9d9ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Apr 2026 05:24:10 +0000 Subject: [PATCH] fix: upgrade @contentstack/datasync-filesystem-sdk from 1.5.2 to 1.5.3 Snyk has created this PR to upgrade @contentstack/datasync-filesystem-sdk from 1.5.2 to 1.5.3. See this package in npm: @contentstack/datasync-filesystem-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 556029a..48efa0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.12", "license": "MIT", "dependencies": { - "@contentstack/datasync-filesystem-sdk": "1.5.2", + "@contentstack/datasync-filesystem-sdk": "^1.5.3", "@contentstack/datasync-mongodb-sdk": "^1.0.14", "async": "^3.2.6", "contentstack": "^3.24.1", @@ -52,13 +52,13 @@ } }, "node_modules/@contentstack/datasync-filesystem-sdk": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-filesystem-sdk/-/datasync-filesystem-sdk-1.5.2.tgz", - "integrity": "sha512-crX+FW4UPdYYl6cxvqDyCf2UTrEhHB4MKMXDsN22sWnlzBzD+tBPZwzD8Ytf/Z04NfoVYjR6UBDEVQC6faQkEA==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-filesystem-sdk/-/datasync-filesystem-sdk-1.5.3.tgz", + "integrity": "sha512-ll1lzRZEgAdVqentnYEfR83QMURe+QC8wKPIQFSoHL4IhM3Za/JjtshvdxFCLUrbyo24e7hEEqNT2bO6VHiKag==", "license": "MIT", "dependencies": { "json-mask": "2.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "mkdirp": "^3.0.1", "npm-pack": "^1.0.0", "sift": "17.1.3" diff --git a/package.json b/package.json index 3493597..73ca4d2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "pre-commit": "husky install && husky && chmod +x .husky/pre-commit" }, "dependencies": { - "@contentstack/datasync-filesystem-sdk": "1.5.2", + "@contentstack/datasync-filesystem-sdk": "1.5.3", "@contentstack/datasync-mongodb-sdk": "^1.0.14", "async": "^3.2.6", "contentstack": "^3.24.1",