From cc87068f26205382316f1b892eafb53f80a5afca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 03:45:36 +0000 Subject: [PATCH] fix(deps): update adobe fixes (#455) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 43 ++++++++++++++++++++++++++++++------------- package.json | 4 ++-- 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68cbbf6..a187c27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.8", - "@adobe/helix-md2docx": "2.1.89", + "@adobe/helix-md2docx": "2.1.90", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1", @@ -25,7 +25,7 @@ "devDependencies": { "@adobe/eslint-config-helix": "2.0.8", "@adobe/helix-docx2md": "1.6.11", - "@adobe/helix-mediahandler": "2.5.39", + "@adobe/helix-mediahandler": "2.5.40", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -99,12 +99,12 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.10.tgz", - "integrity": "sha512-QgVsKhNb3PYiIbD/T75NnmNPLaVu4SDoa2DtQ5B215J7lsGgKjc+7tfwb87yhccsvdmb0lP5y+q51+BvfxXXUA==", + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.11.tgz", + "integrity": "sha512-Zak2kPJuIdg9UQQfUgNm848vRAg2pdOqYYU+7DkCYWO+SgZiMV+qy99BpO1geDiP2rQ2M7JH5oNXRTEvEWglRQ==", "license": "Apache-2.0", "dependencies": { - "debug": "4.3.7", + "debug": "4.4.0", "http-cache-semantics": "4.1.1", "lru-cache": "7.18.3" }, @@ -112,6 +112,23 @@ "node": ">=14.16" } }, + "node_modules/@adobe/fetch/node_modules/debug": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@adobe/helix-docx2md": { "version": "1.6.11", "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.11.tgz", @@ -238,12 +255,12 @@ "license": "MIT" }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.89", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.89.tgz", - "integrity": "sha512-FhCk+AhHMP4FYQEbeDHO7FbqaUD+R9kAbWU6gsNKo1pl7lV/puNj2m+t8Y7B6FcJz1Jix+HkEy65QgP9+TlfMA==", + "version": "2.1.90", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.90.tgz", + "integrity": "sha512-NUXFFeRK/DTTovt7TF/FOYfMBIMxkQHT3bqInIfLMqTOu3ga+E96T942zwSoUcwhzCbf0jF/N3+WeLJfr2+RJg==", "license": "Apache-2.0", "dependencies": { - "@adobe/fetch": "4.1.10", + "@adobe/fetch": "4.1.11", "@adobe/helix-docx2md": "1.6.11", "@adobe/helix-markdown-support": "7.1.8", "@adobe/helix-shared-process-queue": "3.0.4", @@ -263,9 +280,9 @@ } }, "node_modules/@adobe/helix-mediahandler": { - "version": "2.5.39", - "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.39.tgz", - "integrity": "sha512-Mzq+Z+7iZQWwJI6Pl7IIAejmR9kQZuab9C4h4U/pr6ccr1F73H9YTCd2m9nuUAhlhuzSSh/i3J+kzK8/r9vdlQ==", + "version": "2.5.40", + "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.5.40.tgz", + "integrity": "sha512-4qay+s2BZyV1UXDJyHy+0wcJzBdYUwPtw1rUNz9dp8dZLCexbx+JoRFmgfllFmp0QCD1vNrpKJZpF6K8O1hjrg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4504b42..f3e7863 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@adobe/eslint-config-helix": "2.0.8", "@adobe/helix-docx2md": "1.6.11", - "@adobe/helix-mediahandler": "2.5.39", + "@adobe/helix-mediahandler": "2.5.40", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -53,7 +53,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.8", - "@adobe/helix-md2docx": "2.1.89", + "@adobe/helix-md2docx": "2.1.90", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1",