From bae6b3017692bb4c12e71baf3a44e506feb335f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:56:25 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 45 +++++++++++++++++++++++++++++++++++---------- package.json | 4 ++-- 2 files changed, 37 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfb6357d..58ec7045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.11", - "@adobe/helix-shared-git": "3.0.16", + "@adobe/helix-shared-config": "11.0.12", + "@adobe/helix-shared-git": "3.0.17", "@adobe/helix-shared-indexer": "2.2.2", "camelcase": "8.0.0", "chalk-template": "1.1.0", @@ -136,9 +136,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.0.11", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.11.tgz", - "integrity": "sha512-Kv+cC5e7UjW+hG0nhlNWXrlGD//wVFDAlSIGhz4TWuEbDWn7szDjfphbX3KLtumSHvfAYS7Jr05jtCU035GNVQ==", + "version": "11.0.12", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.12.tgz", + "integrity": "sha512-PCI14J3eBb4yPP73E1XnPH/11om7rTmpirZxjOP84TalQjj1+Rmtq/Y4MIscHFCc+hFDYpk878oQWo+it1jYiQ==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -151,7 +151,7 @@ "fs-extra": "11.2.0", "ignore": "6.0.2", "lru-cache": "11.0.2", - "yaml": "2.6.1" + "yaml": "2.7.0" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { @@ -163,6 +163,18 @@ "node": "20 || >=22" } }, + "node_modules/@adobe/helix-shared-config/node_modules/yaml": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/@adobe/helix-shared-dom": { "version": "2.0.8", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-2.0.8.tgz", @@ -174,13 +186,25 @@ } }, "node_modules/@adobe/helix-shared-git": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-3.0.16.tgz", - "integrity": "sha512-Ytrv3i7VyB6OhVJDiV6zDyPdVRIKV5IS8/yLOsJfWNutVeGDo38U8F3xJGQGVUGxmD8VZ1z0lj8kudyVx4Frzw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-3.0.17.tgz", + "integrity": "sha512-QdQ/8zp5zx7Y4HYFDXdzT1YPlV2gOkMF9IAvfk+taVbgKaK4Fl5rWOBGpVz1wmP187keCd0QXfcGdd5IaaRLiQ==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-prune": "^1.0.5", - "yaml": "2.6.1" + "yaml": "2.7.0" + } + }, + "node_modules/@adobe/helix-shared-git/node_modules/yaml": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" } }, "node_modules/@adobe/helix-shared-indexer": { @@ -16165,6 +16189,7 @@ "version": "2.6.1", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "dev": true, "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 3c1498b4..de5fea39 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "dependencies": { "@adobe/fetch": "4.1.11", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.11", - "@adobe/helix-shared-git": "3.0.16", + "@adobe/helix-shared-config": "11.0.12", + "@adobe/helix-shared-git": "3.0.17", "@adobe/helix-shared-indexer": "2.2.2", "camelcase": "8.0.0", "chalk-template": "1.1.0",