From cd21270db9403a63659b942cc9cf6938d5e8ba02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:05:23 +0000 Subject: [PATCH] Bump webpack from 5.85.0 to 5.85.1 in /micromark Bumps [webpack](https://github.com/webpack/webpack) from 5.85.0 to 5.85.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.85.0...v5.85.1) --- updated-dependencies: - dependency-name: webpack 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 b44c9add..76895a89 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -23,7 +23,7 @@ "micromark-extension-gfm-autolink-literal": "1.0.5", "micromark-extension-gfm-footnote": "1.1.2", "micromark-extension-gfm-table": "1.0.7", - "webpack": "5.85.0", + "webpack": "5.85.1", "webpack-cli": "5.1.3" } }