Skip to content

Commit 775535a

Browse files
Bump markdown-it from 12.2.0 to 12.3.0 (#1428)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@12.2.0...12.3.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6905968 commit 775535a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint": "^7.32.0",
4848
"husky": "^7.0.4",
4949
"lint-staged": "^11.2.6",
50-
"markdown-it": "^12.2.0",
50+
"markdown-it": "^12.3.0",
5151
"npm-run-all": "^4.1.5",
5252
"postcss": "^8.3.11",
5353
"postcss-cli": "^8.3.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1417,10 +1417,10 @@ log-update@^4.0.0:
14171417
slice-ansi "^4.0.0"
14181418
wrap-ansi "^6.2.0"
14191419

1420-
markdown-it@^12.2.0:
1421-
version "12.2.0"
1422-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db"
1423-
integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==
1420+
markdown-it@^12.3.0:
1421+
version "12.3.0"
1422+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f"
1423+
integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==
14241424
dependencies:
14251425
argparse "^2.0.1"
14261426
entities "~2.1.0"

0 commit comments

Comments
 (0)