From c15e9eff94fe60d229511d5ea7ea4106d221aeb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:41:24 +0200 Subject: [PATCH] fix(deps): update dependency unified to v11.0.4 (#254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 44 ++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa11c41..b83d130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "rehype-parse": "9.0.0", "rehype-remark": "10.0.0", "remark-stringify": "11.0.0", - "unified": "11.0.3" + "unified": "11.0.4" }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", @@ -127,6 +127,24 @@ "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/helix-docx2md/node_modules/unified": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.3.tgz", + "integrity": "sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==", + "dependencies": { + "@types/unist": "^3.0.0", + "bail": "^2.0.0", + "devlop": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "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", @@ -203,6 +221,24 @@ "@adobe/micromark-extension-gridtables": "2.0.0" } }, + "node_modules/@adobe/helix-md2docx/node_modules/unified": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.3.tgz", + "integrity": "sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==", + "dependencies": { + "@types/unist": "^3.0.0", + "bail": "^2.0.0", + "devlop": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@adobe/helix-mediahandler": { "version": "2.2.20", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.2.20.tgz", @@ -14245,9 +14281,9 @@ } }, "node_modules/unified": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.3.tgz", - "integrity": "sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index 42c2f60..e09a270 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "rehype-parse": "9.0.0", "rehype-remark": "10.0.0", "remark-stringify": "11.0.0", - "unified": "11.0.3" + "unified": "11.0.4" } }