From 7018a92eaee3b1d7aac480d94283574cf35be768 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Dec 2025 12:53:07 +0000 Subject: [PATCH] fix: upgrade @contentstack/datasync-asset-store-filesystem from 2.2.0 to 2.3.1 Snyk has created this PR to upgrade @contentstack/datasync-asset-store-filesystem from 2.2.0 to 2.3.1. See this package in npm: @contentstack/datasync-asset-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 9ed90c7..cb84bd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.1", "license": "MIT", "dependencies": { - "@contentstack/datasync-asset-store-filesystem": "~2.2.0", + "@contentstack/datasync-asset-store-filesystem": "^2.3.1", "@contentstack/datasync-content-store-filesystem": "~2.1.0", "@contentstack/datasync-content-store-mongodb": "~1.0.8", "@contentstack/datasync-manager": "~2.0.7", @@ -27,9 +27,9 @@ "license": "MIT" }, "node_modules/@contentstack/datasync-asset-store-filesystem": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-asset-store-filesystem/-/datasync-asset-store-filesystem-2.2.0.tgz", - "integrity": "sha512-uw8TiBVVqgfBJ+SqL2gZXYsWB2cAFGalzN4TQvPkG/UAqlrPoJSNvnQIljwa50wSI7M4CRAgPJFywiy8UMB2Aw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-asset-store-filesystem/-/datasync-asset-store-filesystem-2.3.1.tgz", + "integrity": "sha512-da8hOBpYVAopS/oaNT+J7wqWKS9cwgVELR0uVjR6VpC8QZlgC/ebuySYSKrA/j+PfOd8R4bsz7BHXB4TUhiSsw==", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 5364f30..7d2e1c3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "clean": "node clean.js" }, "dependencies": { - "@contentstack/datasync-asset-store-filesystem": "~2.2.0", + "@contentstack/datasync-asset-store-filesystem": "~2.3.1", "@contentstack/datasync-content-store-filesystem": "~2.1.0", "@contentstack/datasync-content-store-mongodb": "~1.0.8", "@contentstack/datasync-manager": "~2.0.7",