diff --git a/package-lock.json b/package-lock.json index 889d752..5c103a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/datasync-asset-store-filesystem": "~2.2.0", - "@contentstack/datasync-content-store-filesystem": "~2.1.0", + "@contentstack/datasync-content-store-filesystem": "^2.1.6", "@contentstack/datasync-content-store-mongodb": "~1.0.8", "@contentstack/datasync-manager": "~2.0.7", "@contentstack/webhook-listener": "~1.0.7" @@ -130,9 +130,9 @@ } }, "node_modules/@contentstack/datasync-content-store-filesystem": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.1.4.tgz", - "integrity": "sha512-+WkXXkSZIaAcJON2V6tDsErOtYou3r0ECp+jbWJ8aIuBLUWnzrFql4YyLcj2lWE6b/7Graqmtb2eWXNPYVHKvA==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.1.6.tgz", + "integrity": "sha512-r7swrqUv+GyPoONapCCi1q4Ao0N2/NHLVPJ0joVjO3EDQmF4n9rp2XJjX0BDIsfrnfKzfEdTmaix76LNFy4KTw==", "license": "MIT", "dependencies": { "debug": "^4.4.1", diff --git a/package.json b/package.json index 0d55e5e..06bcc1a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@contentstack/datasync-asset-store-filesystem": "~2.2.0", - "@contentstack/datasync-content-store-filesystem": "~2.1.0", + "@contentstack/datasync-content-store-filesystem": "~2.1.6", "@contentstack/datasync-content-store-mongodb": "~1.0.8", "@contentstack/datasync-manager": "~2.0.7", "@contentstack/webhook-listener": "~1.0.7"