From e89bda698a2d53dcaf77f7a92164d6d14a98f88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:31:07 +0000 Subject: [PATCH] Bump webpack-cli from 5.1.3 to 5.1.4 in /micromark Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- micromark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromark/package.json b/micromark/package.json index 825b7045..3fbd2200 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -24,6 +24,6 @@ "micromark-extension-gfm-footnote": "1.1.2", "micromark-extension-gfm-table": "1.0.7", "webpack": "5.86.0", - "webpack-cli": "5.1.3" + "webpack-cli": "5.1.4" } }