From c87df70639e65b3901e1c337fd2693bb9f7e7b92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 01:47:52 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.4.1 to 1.6.2 Snyk has created this PR to upgrade @contentstack/utils from 1.4.1 to 1.6.2. See this package in npm: @contentstack/utils See this project in Snyk: https://app.snyk.io/org/sunil-lakshman/project/c6925ec7-da6d-430a-a674-23c77f22d451?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 787bc71b..bc3e4bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.26.3", "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.4.1", + "@contentstack/utils": "^1.6.2", "es6-promise": "^4.2.8", "husky": "^9.1.7", "localStorage": "1.0.4" @@ -1858,9 +1858,10 @@ "license": "MIT" }, "node_modules/@contentstack/utils": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.4.1.tgz", - "integrity": "sha512-P/1Xk3kku1WUHPd+djjZq1NQrUP/OhmiMLRkdNzixMaS4U9LXEJP6iU02YoYnXXjlFuI2dz/OzthCoI5/DPWQQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.6.2.tgz", + "integrity": "sha512-HWyCXchCIUUwhcaqEwMEQNSmbVih8x4QKo4UxbFSj5RmIfFDPY/szAl5hQT0Xvnhh6C3uZu2gDI/HmUcDzJQkQ==", + "hasInstallScript": true, "license": "MIT" }, "node_modules/@csstools/color-helpers": { diff --git a/package.json b/package.json index 9177e431..f50d5eda 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "webpack-node-externals": "^3.0.0" }, "dependencies": { - "@contentstack/utils": "^1.4.1", + "@contentstack/utils": "^1.6.2", "es6-promise": "^4.2.8", "husky": "^9.1.7", "localStorage": "1.0.4"