From db5ed64700b3e08bb678455c6e66236d1be72529 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 02:57:26 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.4.2 to 1.4.3 Snyk has created this PR to upgrade @contentstack/utils from 1.4.2 to 1.4.3. See this package in npm: @contentstack/utils See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/fe536a6f-3b2f-4dbb-b29d-a0da4df40721?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 044ddbb..ff1da18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/core": "^1.3.0", - "@contentstack/utils": "^1.4.1", + "@contentstack/utils": "^1.4.3", "axios": "^1.12.2", "humps": "^2.0.1" }, @@ -1916,9 +1916,9 @@ } }, "node_modules/@contentstack/utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.4.2.tgz", - "integrity": "sha512-OGRYPws6ceM9Qf+s9CPh5OeG+ujBSchqvuAL0lvxMnoFm5pM9bZkxP42e/fVGOZSP96eoSfUzqZyBZgLupxedg==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.4.3.tgz", + "integrity": "sha512-yvj7Vx1aZBlRNfhkG+qOke7T7oRDx1u5yWd2FYG4uBUwPltbeUDVp1URi9iRcsn3dMh/zzMVwAVAyc9d5i+wNA==", "license": "MIT" }, "node_modules/@cspotcode/source-map-support": { diff --git a/package.json b/package.json index 3a5e109..4d6d798 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@contentstack/core": "^1.3.0", - "@contentstack/utils": "^1.4.1", + "@contentstack/utils": "^1.4.3", "axios": "^1.12.2", "humps": "^2.0.1" },