From 93700059cc6ea7528faefa5edc6fe96134c78d9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 May 2025 20:37:36 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.3.20 to 1.4.0 Snyk has created this PR to upgrade @contentstack/utils from 1.3.20 to 1.4.0. 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0a94e0c..bd01a824 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.25.3", "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.3.20", + "@contentstack/utils": "^1.4.0", "@fetch-mock/jest": "^0.2.15", "es6-promise": "^4.2.8", "fetch-mock": "^12.5.2", @@ -1783,9 +1783,9 @@ "license": "MIT" }, "node_modules/@contentstack/utils": { - "version": "1.3.20", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.20.tgz", - "integrity": "sha512-WXkFv5uKrAMs21NPCWe3+7KHYfagenS8rv1/yCDsZ+uV1FvKkzst+MiU1+hcaWHi0E6QaPpYDcxpiltUHo5TSA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.4.0.tgz", + "integrity": "sha512-rRhkKqdPw2xm0CrJwA6HFLqh/VCZjHsNv9SEtCazJnYCqAsXisXQJOMMW79tskR/Na8mzJF/iroVC8UnaH/9xw==", "license": "MIT" }, "node_modules/@csstools/color-helpers": { diff --git a/package.json b/package.json index e6437a8c..13decce7 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "webpack-node-externals": "^3.0.0" }, "dependencies": { - "@contentstack/utils": "^1.3.20", + "@contentstack/utils": "^1.4.0", "@fetch-mock/jest": "^0.2.15", "es6-promise": "^4.2.8", "fetch-mock": "^12.5.2",