Skip to content

Commit

Permalink
chore(deps): Bump json2md from 2.0.0 to 2.0.1 (#266)
Browse files Browse the repository at this point in the history
Bumps [json2md](https://github.com/IonicaBizau/json2md) from 2.0.0 to
2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/IonicaBizau/json2md/releases">json2md's
releases</a>.</em></p>
<blockquote>
<h2>2.0.1</h2>
<p>Fix stringifying of images with titles -- fixes <a
href="https://redirect.github.com/IonicaBizau/json2md/issues/97">#97</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/119c2ba0021f0ea6cbfed3b6be4e5301a9b334ed"><code>119c2ba</code></a>
Updated docs</li>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/d8a901aeff7cd220e2a2ac5d6b475cdc588b218f"><code>d8a901a</code></a>
:arrow_up: 2.0.1 :tada:</li>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/15d03c2352f41b551fed53c1d4a88a9e0a5e8b53"><code>15d03c2</code></a>
Fix stringifying of images with titles</li>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/f4dc9baaeafb1b170c125a31c54875e6097156b7"><code>f4dc9ba</code></a>
Merge branch 'patch-1' of github.com:johnbeech/json2md into
new-version</li>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/90564818069ebcf301580993cc93eca68d8b0355"><code>9056481</code></a>
:arrow_up: 2.1.0 :tada:</li>
<li><a
href="https://github.com/IonicaBizau/json2md/commit/d613e1ca7ff07ec24b26af95b1e3aeda34963d82"><code>d613e1c</code></a>
Add test to demonstrate img array bug</li>
<li>See full diff in <a
href="https://github.com/IonicaBizau/json2md/compare/2.0.0...2.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json2md&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Celenza <[email protected]>
  • Loading branch information
dependabot[bot] and bcelenza authored Apr 22, 2024
1 parent 2930095 commit ae549b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "3.554.0",
"json2csv": "5.0.6",
"json2md": "2.0.0",
"json2md": "2.0.1",
"parse-duration": "1.1.0",
"yargs": "17.7.2"
},
Expand Down

0 comments on commit ae549b9

Please sign in to comment.