From 874244d37c884b8550fdbee9a49dea6d577a9950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:10:10 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 43 ++++++++++++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0050ed53..15a4a2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@adobe/fetch": "4.1.9", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.9", - "@adobe/helix-shared-git": "3.0.15", + "@adobe/helix-shared-config": "11.0.10", + "@adobe/helix-shared-git": "3.0.16", "@adobe/helix-shared-indexer": "2.2.1", "camelcase": "8.0.0", "chalk-template": "1.1.0", @@ -136,9 +136,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.0.9", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.9.tgz", - "integrity": "sha512-MWCv0gFzI8oabr5dTOce/1nCBVrvsNb8QtGKYW8WpkrUYo7TbNvz1WwkPNTQdYe99jxuvE4dguk9GiQJFTjkXQ==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.10.tgz", + "integrity": "sha512-u14xR+j1GPWAfQ/xre3PtJuUDaGiMUluocHq4Rd64zkQ78PN1xQHOSOKFrN57RK5OkYs6d4+PI8wZngTDgxfow==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -147,13 +147,22 @@ "@adobe/helix-shared-utils": "^2.1.0", "ajv": "8.17.1", "ajv-formats": "3.0.1", - "cookie": "1.0.1", + "cookie": "1.0.2", "fs-extra": "11.2.0", "ignore": "6.0.2", "lru-cache": "11.0.2", "object-hash": "3.0.0", "uri-js": "4.4.1", - "yaml": "2.6.0" + "yaml": "2.6.1" + } + }, + "node_modules/@adobe/helix-shared-config/node_modules/cookie": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", + "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", + "license": "MIT", + "engines": { + "node": ">=18" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { @@ -166,9 +175,9 @@ } }, "node_modules/@adobe/helix-shared-config/node_modules/yaml": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", - "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", "license": "ISC", "bin": { "yaml": "bin.mjs" @@ -188,19 +197,19 @@ } }, "node_modules/@adobe/helix-shared-git": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-3.0.15.tgz", - "integrity": "sha512-XRMPNWvUJeg+b5KPehrhzc9R2WdPpld/ZFMUh0chi4zo4GqizLC86d6FOqWxBF2nsHppS1q7Ul960p53FSoOFA==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-3.0.16.tgz", + "integrity": "sha512-Ytrv3i7VyB6OhVJDiV6zDyPdVRIKV5IS8/yLOsJfWNutVeGDo38U8F3xJGQGVUGxmD8VZ1z0lj8kudyVx4Frzw==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-prune": "^1.0.5", - "yaml": "2.6.0" + "yaml": "2.6.1" } }, "node_modules/@adobe/helix-shared-git/node_modules/yaml": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", - "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index e11c823f..db73c0df 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "dependencies": { "@adobe/fetch": "4.1.9", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.9", - "@adobe/helix-shared-git": "3.0.15", + "@adobe/helix-shared-config": "11.0.10", + "@adobe/helix-shared-git": "3.0.16", "@adobe/helix-shared-indexer": "2.2.1", "camelcase": "8.0.0", "chalk-template": "1.1.0",