From 292f033d1dde731673d6d5cbf8fb219aefdea898 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 01:10:49 +0000 Subject: [PATCH] fix: upgrade @contentstack/datasync-content-store-filesystem from 2.1.4 to 2.1.6 Snyk has created this PR to upgrade @contentstack/datasync-content-store-filesystem from 2.1.4 to 2.1.6. See this package in npm: @contentstack/datasync-content-store-filesystem See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/89f33884-6ce6-4d0e-8291-b3e2072b9243?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"