From 3dd8bceaa3e29f156e7cc4313b72f3c68eeb8dc2 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Fri, 30 Jan 2026 17:51:33 +0530 Subject: [PATCH 1/2] chore: update lodash to 4.17.23 --- 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 6f8cf42..20c7ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "json-mask": "2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mkdirp": "^3.0.1", "sift": "17.1.3" }, @@ -3213,9 +3213,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.memoize": { diff --git a/package.json b/package.json index 982bfcd..7f4659e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "json-mask": "2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mkdirp": "^3.0.1", "sift": "17.1.3" }, From 3a3633d2601b3d5328cbc782d79ab275998e81ab Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Fri, 30 Jan 2026 18:00:58 +0530 Subject: [PATCH 2/2] chore: update LICENSE year to 2026 and bump version to 1.5.2 --- LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 25403cd..aff1142 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Contentstack +Copyright (c) 2026 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 20c7ef8..bebe889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/datasync-filesystem-sdk", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/datasync-filesystem-sdk", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "dependencies": { "json-mask": "2.0.0", diff --git a/package.json b/package.json index 7f4659e..e1109e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/datasync-filesystem-sdk", - "version": "1.5.1", + "version": "1.5.2", "description": "JavaScript filesystem SDK to query data synced via @contentstack/datasync-content-store-filesystem", "main": "dist/index.js", "scripts": {