From f8bbced97b5e0c9d43c0a75f6aacfe0e03dfc2c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Sep 2025 04:42:37 +0000 Subject: [PATCH] fix: upgrade @timbenniks/contentstack-endpoints from 1.0.14 to 1.0.15 Snyk has created this PR to upgrade @timbenniks/contentstack-endpoints from 1.0.14 to 1.0.15. See this package in npm: @timbenniks/contentstack-endpoints 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 | 55 ++++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 22 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9f4896..c660ea8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", "@contentstack/live-preview-utils": "^3.4.0", - "@timbenniks/contentstack-endpoints": "^1.0.14" + "@timbenniks/contentstack-endpoints": "^1.0.15" }, "devDependencies": { "@sveltejs/adapter-auto": "^6.0.2", @@ -1603,9 +1603,9 @@ } }, "node_modules/@timbenniks/contentstack-endpoints": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@timbenniks/contentstack-endpoints/-/contentstack-endpoints-1.0.14.tgz", - "integrity": "sha512-IOKO9B7trAgHjY8h1dlgKKpGNq2ErCupFg2X58b7gFhkcyagvITZ01wla/OWz7eY89+Z7rI1hZLfRNBe5fhAoA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@timbenniks/contentstack-endpoints/-/contentstack-endpoints-1.0.15.tgz", + "integrity": "sha512-0vZbfHxqkfF2nat9U17z9MfMbDthY0xP8tpnv9+g+3lTmug7vtkfzaR3JL8ovMX2xT0yoBfPYhkmNd1F+mCQnA==", "license": "MIT" }, "node_modules/@types/cookie": { @@ -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..9ec92fc 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", "@contentstack/live-preview-utils": "^3.4.0", - "@timbenniks/contentstack-endpoints": "^1.0.14" + "@timbenniks/contentstack-endpoints": "^1.0.15" } }