From b762ad24811552f5275cf928622e118d78e90c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:15:47 +0200 Subject: [PATCH] chore: Bump markdown-pdf from 10.0.0 to 11.0.0 (#278) Bumps [markdown-pdf](https://github.com/alanshaw/markdown-pdf) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/alanshaw/markdown-pdf/releases) - [Commits](https://github.com/alanshaw/markdown-pdf/compare/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: markdown-pdf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d58ada5d..ebec673c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cors": "^2.8.5", "date-fns": "^2.29.1", "mailgun-js": "^0.22.0", - "markdown-pdf": "^10.0.0", + "markdown-pdf": "^11.0.0", "mustache": "^4.2.0", "next": "^12.2.5", "rate-limiter-flexible": "^2.3.7", diff --git a/yarn.lock b/yarn.lock index e4764f7d..300eef05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3356,10 +3356,10 @@ hasha@^2.2.0: is-stream "^1.0.1" pinkie-promise "^2.0.0" -highlight.js@^9.15.9: - version "9.18.5" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825" - integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA== +highlight.js@^10.0.0: + version "10.7.3" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531" + integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== hoist-non-react-statics@^3.3.2: version "3.3.2" @@ -4154,15 +4154,15 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-pdf@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/markdown-pdf/-/markdown-pdf-10.0.0.tgz#0cf7a32740c2966aa79392a35742749d6ed2a491" - integrity sha512-o3lFfAOTpCgCXEXpNN86RaCVGE1YlxjWuAJ79XevAPoTyCBsl06BWhnFogYedg+JZxPjB3LWsA8JxZiCjsPPLA== +markdown-pdf@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/markdown-pdf/-/markdown-pdf-11.0.0.tgz#9916faec08dd3d8300622ea36447866fb299eecc" + integrity sha512-h75sQdlJeTDWB/Q3U39iHBlwGDU9oCoZ4fsv/7bB/fK8/ergDK2r8CPrEKFg0DqT8coA+d8EhUB2+i1UNBaDag== dependencies: commander "^3.0.0" duplexer "^0.1.1" extend "^3.0.2" - highlight.js "^9.15.9" + highlight.js "^10.0.0" phantomjs-prebuilt "^2.1.3" remarkable "^2.0.0" stream-from-to "^1.4.2"