From c75b7fb01b284d2e24aca0b03559c91ae793e9b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:57:30 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-markdown-support to v7.1.5 --- package-lock.json | 38 +++++++------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2eb034a5..ecab575b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.14.1", + "version": "6.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.14.1", + "version": "6.14.2", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.4", + "@adobe/helix-markdown-support": "7.1.5", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", @@ -80,12 +80,12 @@ } }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.4.tgz", - "integrity": "sha512-Jcp440BdmR09kaiQ2vUkGJx38D/Rn1knM8DKzpd/iW36X+CZ3iHQnNy2c+g2Zbn9C0DoOADe1HiRg9fZTc40vA==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.5.tgz", + "integrity": "sha512-B0pCMKA9dXB6tCAo6+BWDYrlJTeHSeGWZKa2cy7+HbtIxpjtSTU8RwofEI0YfFKbWoogrDceGeyWxwHUGfpkXA==", "license": "Apache-2.0", "dependencies": { - "hast-util-to-html": "9.0.1", + "hast-util-to-html": "9.0.2", "js-yaml": "4.1.0", "mdast-util-gfm-footnote": "2.0.0", "mdast-util-gfm-strikethrough": "2.0.0", @@ -111,30 +111,6 @@ "unified": "11.x" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/hast-util-to-html": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.1.tgz", - "integrity": "sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==", - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "ccount": "^2.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-raw": "^9.0.0", - "hast-util-whitespace": "^3.0.0", - "html-void-elements": "^3.0.0", - "mdast-util-to-hast": "^13.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "stringify-entities": "^4.0.0", - "zwitch": "^2.0.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@adobe/helix-shared-utils": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-3.0.2.tgz", diff --git a/package.json b/package.json index 7c56c66e..e3de1f3c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "node": ">=16.x" }, "dependencies": { - "@adobe/helix-markdown-support": "7.1.4", + "@adobe/helix-markdown-support": "7.1.5", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6",