From 2d5522ffe0b8b6d6b3a3c88c671776174ea4a66f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Sep 2025 01:58:36 +0000 Subject: [PATCH] fix: upgrade @contentstack/delivery-sdk from 4.8.0 to 4.8.1 Snyk has created this PR to upgrade @contentstack/delivery-sdk from 4.8.0 to 4.8.1. See this package in npm: @contentstack/delivery-sdk See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/06fa8fc2-2f00-473b-82ec-1bc194e224e3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 67 +++++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 28 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9f4896..267cb78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.3", "license": "MIT", "dependencies": { - "@contentstack/delivery-sdk": "^4.8.0", + "@contentstack/delivery-sdk": "^4.8.1", "@contentstack/live-preview-utils": "^3.4.0", "@timbenniks/contentstack-endpoints": "^1.0.14" }, @@ -62,9 +62,9 @@ } }, "node_modules/@contentstack/core": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@contentstack/core/-/core-1.2.3.tgz", - "integrity": "sha512-fAS4whkybRs0/KE/ENaXenl8LeMxR+wtwM1MbGWwyWTN0kfcGf5jRONH8e++qidJqjHe7JhfOZXVXc3I0RQEVQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@contentstack/core/-/core-1.3.1.tgz", + "integrity": "sha512-RuaqNMZreN/ihnFJtGvtxK5NYuQuar1qBwWf0wqMsESHZCp+7Ohk1iSwq5E+7JN8Rzz40eiBiXklllzhoC0+5g==", "license": "MIT", "dependencies": { "axios": "^1.11.0", @@ -76,14 +76,14 @@ } }, "node_modules/@contentstack/delivery-sdk": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@contentstack/delivery-sdk/-/delivery-sdk-4.8.0.tgz", - "integrity": "sha512-XDXCl6rzA77hZ8i4K6x83eFUpXjnTB7eIKFcbXRuJ/dky+ZktoZEE/ld2uIry2DsI19cW9quSwAj62wPxqTASA==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/@contentstack/delivery-sdk/-/delivery-sdk-4.8.1.tgz", + "integrity": "sha512-ZQwgX70U6KPAOTNXNXfiujxM1MxEg0bGs+0PlG1q72EeGFMzBUbOVyQLCNKKVxhUfaoKVtzrTePG5l1wZilJRw==", "license": "MIT", "dependencies": { - "@contentstack/core": "^1.2.0", - "@contentstack/utils": "^1.4.0", - "axios": "^1.8.4", + "@contentstack/core": "^1.2.4", + "@contentstack/utils": "^1.4.1", + "axios": "^1.11.0", "humps": "^2.0.1" } }, @@ -3585,6 +3585,19 @@ "node": ">=8.6" } }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", @@ -3823,13 +3836,13 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", "engines": { - "node": ">=8.6" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" @@ -4581,19 +4594,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -4788,19 +4788,6 @@ } } }, - "node_modules/vite/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/vitefu": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.1.tgz", diff --git a/package.json b/package.json index 406717b..5139516 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "vite": "^7.1.1" }, "dependencies": { - "@contentstack/delivery-sdk": "^4.8.0", + "@contentstack/delivery-sdk": "^4.8.1", "@contentstack/live-preview-utils": "^3.4.0", "@timbenniks/contentstack-endpoints": "^1.0.14" }