diff --git a/package-lock.json b/package-lock.json index 1628966..43501f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/datasync-asset-store-filesystem": "~2.0.1", - "@contentstack/datasync-content-store-filesystem": "~2.0.4", + "@contentstack/datasync-content-store-filesystem": "^2.0.5", "@contentstack/datasync-content-store-mongodb": "~1.0.5", "@contentstack/datasync-manager": "~2.0.5", "@contentstack/webhook-listener": "~1.0.5" @@ -71,9 +71,10 @@ } }, "node_modules/@contentstack/datasync-content-store-filesystem": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.4.tgz", - "integrity": "sha512-6qY7tIw1kM9pGXZGBFM+MRyx4F5MpcYflqSnmctzY+nKwRF4JnIJQtelnK8rJaHOsH0p5TpJaB2pkav4BcMhTw==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.5.tgz", + "integrity": "sha512-hFfNrOwNhCHNknBOwMve3QAt7eV7dB59+4LD9yG19yXfhzC+sebi3DF3srTj9eQegYxt4EnvDkibcrKMGkGOWQ==", + "license": "MIT", "dependencies": { "debug": "^4.3.4", "lodash": "^4.17.15", @@ -2571,9 +2572,9 @@ } }, "@contentstack/datasync-content-store-filesystem": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.4.tgz", - "integrity": "sha512-6qY7tIw1kM9pGXZGBFM+MRyx4F5MpcYflqSnmctzY+nKwRF4JnIJQtelnK8rJaHOsH0p5TpJaB2pkav4BcMhTw==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.5.tgz", + "integrity": "sha512-hFfNrOwNhCHNknBOwMve3QAt7eV7dB59+4LD9yG19yXfhzC+sebi3DF3srTj9eQegYxt4EnvDkibcrKMGkGOWQ==", "requires": { "debug": "^4.3.4", "lodash": "^4.17.15", diff --git a/package.json b/package.json index 9f2e55c..fd1503f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@contentstack/datasync-asset-store-filesystem": "~2.0.1", - "@contentstack/datasync-content-store-filesystem": "~2.0.4", + "@contentstack/datasync-content-store-filesystem": "~2.0.5", "@contentstack/datasync-content-store-mongodb": "~1.0.5", "@contentstack/datasync-manager": "~2.0.5", "@contentstack/webhook-listener": "~1.0.5"