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",