From fdf6230aadd003e24fa15108a755f4edf767ed49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jul 2024 04:42:37 +0000 Subject: [PATCH] fix: upgrade @contentstack/utils from 1.3.0 to 1.3.8 Snyk has created this PR to upgrade @contentstack/utils from 1.3.0 to 1.3.8. See this package in npm: @contentstack/utils See this project in Snyk: https://app.snyk.io/org/contentstack-marketplace/project/3d938e62-2357-41c1-9da7-f3c6ce4869da?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 21 +++++++++++++-------- package.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e892c6c..a17fd29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.3.1", "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.1.3", + "@contentstack/utils": "^1.3.8", "contentstack": "^3.19.0", "gatsby-core-utils": "^3.23.0", "gatsby-source-filesystem": "^5.7.0", @@ -2610,9 +2610,10 @@ } }, "node_modules/@contentstack/utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.0.tgz", - "integrity": "sha512-DfHRmMGaK0UDmvalPgoW+tkySGs1br8h4pfdSplGIC+vaNbIp916YPZXQBotf1w8OkXfwJCi0SOgtf4jORJXaw==" + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.8.tgz", + "integrity": "sha512-BKZcZs2/odh9nmugLmiNVBEbz34gjfgibZOsRlYV9ux7t+GkfjbELDjWJpKenL6G5Mb270VXVuDbNqkDLK96Zw==", + "license": "MIT" }, "node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": { "version": "3.0.2", @@ -13243,6 +13244,7 @@ "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "peer": true, "engines": { "node": ">= 4.9.1" } @@ -26414,6 +26416,7 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", + "peer": true, "dependencies": { "mute-stream": "~0.0.4" }, @@ -35727,9 +35730,9 @@ } }, "@contentstack/utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.0.tgz", - "integrity": "sha512-DfHRmMGaK0UDmvalPgoW+tkySGs1br8h4pfdSplGIC+vaNbIp916YPZXQBotf1w8OkXfwJCi0SOgtf4jORJXaw==" + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.8.tgz", + "integrity": "sha512-BKZcZs2/odh9nmugLmiNVBEbz34gjfgibZOsRlYV9ux7t+GkfjbELDjWJpKenL6G5Mb270VXVuDbNqkDLK96Zw==" }, "@endemolshinegroup/cosmiconfig-typescript-loader": { "version": "3.0.2", @@ -43615,7 +43618,8 @@ "fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "peer": true }, "fastq": { "version": "1.15.0", @@ -53128,6 +53132,7 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", "integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==", + "peer": true, "requires": { "mute-stream": "~0.0.4" } diff --git a/package.json b/package.json index 7770157..412e5f7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "license": "MIT", "dependencies": { - "@contentstack/utils": "^1.1.3", + "@contentstack/utils": "^1.3.8", "contentstack": "^3.19.0", "gatsby-core-utils": "^3.23.0", "gatsby-source-filesystem": "^5.7.0",