Skip to content

Commit

Permalink
chore: Bump markdown-pdf from 10.0.0 to 11.0.0 (#278)
Browse files Browse the repository at this point in the history
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](alanshaw/markdown-pdf@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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2022
1 parent 5d0ae8e commit b762ad2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b762ad2

Please sign in to comment.