From ac86fd2c7d579120747c114e69a29e44feaf8f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 03:03:43 +0000 Subject: [PATCH] Bump webpack from 5.87.0 to 5.88.0 in /micromark Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.88.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.87.0...v5.88.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... 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 e1d3f9a1..4fb96193 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.87.0", + "webpack": "5.88.0", "webpack-cli": "5.1.4" } }