From e6ec0966e0c58b3252b526c5e0785ec8268de56a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Apr 2026 05:23:47 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.6.3 to 1.9.0 Snyk has created this PR to upgrade @contentstack/utils from 1.6.3 to 1.9.0. See this package in npm: @contentstack/utils See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/82cd50f3-2a11-46a9-9483-334942d9d830?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 5bcd5f1..845071a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.4.3", "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.1.3", + "@contentstack/utils": "^1.9.0", "contentstack": "^3.24.1", "gatsby-core-utils": "^3.23.0", "gatsby-source-filesystem": "^5.7.0", @@ -2524,9 +2524,10 @@ } }, "node_modules/@contentstack/utils": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.6.3.tgz", - "integrity": "sha512-FU1hFks9vnJ5e9cwBTPgnf3obx/fuKh+c3Gtc71mq1Mrub3/z4rJZJWLJ2kublVKnXWnhz+Yt66rshxO/TT9IQ==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.9.0.tgz", + "integrity": "sha512-4U2YN/twGP1yJj4nA1KQ/VhS67iTUFSgN8W8HNQDQ0PQEkPiqWdouS0Bv1AvggthKbBYYU0vfMqsoU8J++J7rA==", + "license": "MIT" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", diff --git a/package.json b/package.json index b7dff87..c35af50 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.1.3", + "@contentstack/utils": "^1.9.0", "contentstack": "^3.24.1", "gatsby-core-utils": "^3.23.0", "gatsby-source-filesystem": "^5.7.0",