From ed219c4417a292ef264627506b3fc13e6b2ad95a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Mar 2025 00:13:18 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.3.16 to 1.3.18 Snyk has created this PR to upgrade @contentstack/utils from 1.3.16 to 1.3.18. 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 2357221b..03caae4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.24.3", "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.3.15", + "@contentstack/utils": "^1.3.18", "@fetch-mock/jest": "^0.2.10", "es6-promise": "^4.2.8", "fetch-mock": "^12.2.0", @@ -1783,9 +1783,9 @@ "license": "MIT" }, "node_modules/@contentstack/utils": { - "version": "1.3.16", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.16.tgz", - "integrity": "sha512-HfVEwh7Da8xV4iZth/ci5bcOqszTx/U2mOzsWbyjHLeOfiU9U7uj6DefrrAPhNhL7JgCq/EpRd3vFtaxiEHBlA==", + "version": "1.3.18", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.18.tgz", + "integrity": "sha512-ac0rc/pLbNY58Aeo5B1EkSpAR7Tq1zCbGfwkhi5z+X8YYoodhS7Rk9yw6azRpr7JHd3t633w6FJde+ztlVILZg==", "license": "MIT" }, "node_modules/@csstools/color-helpers": { diff --git a/package.json b/package.json index cecc8176..b44864df 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "webpack-node-externals": "^3.0.0" }, "dependencies": { - "@contentstack/utils": "^1.3.15", + "@contentstack/utils": "^1.3.18", "@fetch-mock/jest": "^0.2.10", "es6-promise": "^4.2.8", "fetch-mock": "^12.2.0",