From cb15d0e3a473e524b225355e4aa90b45241786e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 07:43:59 +0000 Subject: [PATCH] fix: upgrade @contentstack/datasync-asset-store-filesystem from 2.3.1 to 2.3.2 Snyk has created this PR to upgrade @contentstack/datasync-asset-store-filesystem from 2.3.1 to 2.3.2. 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5681164..a396688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.2", "license": "MIT", "dependencies": { - "@contentstack/datasync-asset-store-filesystem": "~2.3.1", + "@contentstack/datasync-asset-store-filesystem": "^2.3.2", "@contentstack/datasync-content-store-filesystem": "~2.1.0", "@contentstack/datasync-content-store-mongodb": "~1.0.10", "@contentstack/datasync-manager": "~2.2.0", @@ -27,15 +27,15 @@ "license": "MIT" }, "node_modules/@contentstack/datasync-asset-store-filesystem": { - "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==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-asset-store-filesystem/-/datasync-asset-store-filesystem-2.3.2.tgz", + "integrity": "sha512-L8z7WWy6PEXB+dH6xJWzXM+R3nKwdvLAg7CaOs2TaugN3o4s9ilaX9IIoeZ2oDs6Y3DZ0PEgn3AygsSRBuAqjQ==", "license": "MIT", "dependencies": { - "debug": "^4.3.4", + "debug": "^4.4.3", "lodash": "^4.17.15", - "rimraf": "^6.0.1", - "undici": "^7.10.0" + "rimraf": "^6.1.2", + "undici": "^7.16.0" } }, "node_modules/@contentstack/datasync-asset-store-filesystem/node_modules/glob": { diff --git a/package.json b/package.json index 2195cb8..934f8e4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "clean": "node clean.js" }, "dependencies": { - "@contentstack/datasync-asset-store-filesystem": "~2.3.1", + "@contentstack/datasync-asset-store-filesystem": "~2.3.2", "@contentstack/datasync-content-store-filesystem": "~2.1.0", "@contentstack/datasync-content-store-mongodb": "~1.0.10", "@contentstack/datasync-manager": "~2.2.0",