From 72c03cb7fa945bb50d803656091e193bacbe00c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:47:11 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/helix-html-pipeline to v5.0.8 --- package-lock.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1f4f990..45d0a990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -167,14 +167,14 @@ } }, "node_modules/@adobe/helix-html-pipeline": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-5.0.7.tgz", - "integrity": "sha512-YGevEnBtQCVnpChOlu9XThdnD5QULL6egzxb2NAkH8YtWU6s9awDZHmh5TVpQG26H2vlJ52yfmpmn683bACnww==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-html-pipeline/-/helix-html-pipeline-5.0.8.tgz", + "integrity": "sha512-9SmTK5/htzTWc3jB/cM9PNym0nWSUzTWkVRDUL8GaABIRKQTyifQwWrciCQcUIJTzCI2UjlwdU8wzgwP9Ts14w==", "dev": true, "dependencies": { "@adobe/helix-markdown-support": "7.1.0", "@adobe/helix-shared-utils": "3.0.0", - "@adobe/mdast-util-gridtables": "3.0.1", + "@adobe/mdast-util-gridtables": "3.0.2", "@adobe/remark-gridtables": "2.0.1", "cookie": "0.5.0", "github-slugger": "2.0.0", @@ -183,7 +183,7 @@ "hast-util-to-html": "9.0.0", "hast-util-to-string": "3.0.0", "hastscript": "8.0.0", - "jose": "4.14.6", + "jose": "4.15.2", "mdast-util-to-hast": "13.0.2", "mdast-util-to-string": "4.0.0", "mime": "3.0.0", @@ -203,6 +203,19 @@ "node": ">=16.x" } }, + "node_modules/@adobe/helix-html-pipeline/node_modules/@adobe/mdast-util-gridtables": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-3.0.2.tgz", + "integrity": "sha512-hi03Nb/DJMgmlcFi4CTaNV+QqJEQmMZmlAKlKujOkycFSAT5vMVhhJK7tEvprL40P8a/LR1VUe6vtVB11im9YQ==", + "dev": true, + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.0", + "mdast-util-to-hast": "13.0.2", + "mdast-util-to-markdown": "2.1.0", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@adobe/helix-markdown-support": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.0.tgz", @@ -9777,9 +9790,9 @@ } }, "node_modules/jose": { - "version": "4.14.6", - "resolved": "https://registry.npmjs.org/jose/-/jose-4.14.6.tgz", - "integrity": "sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==", + "version": "4.15.2", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.2.tgz", + "integrity": "sha512-IY73F228OXRl9ar3jJagh7Vnuhj/GzBunPiZP13K0lOl7Am9SoWW3kEzq3MCllJMTtZqHTiDXQvoRd4U95aU6A==", "dev": true, "funding": { "url": "https://github.com/sponsors/panva"