From d1e7bf64059d6c993c3fbb039cb2275ab27eacc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 03:07:10 +0000 Subject: [PATCH] Bump webpack from 5.88.0 to 5.88.1 in /micromark Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.88.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 7d472b2f..89cfc345 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -24,7 +24,7 @@ "micromark-extension-gfm-footnote": "2.0.0", "micromark-extension-gfm-table": "2.0.0", "terser-webpack-plugin": "5.3.9", - "webpack": "5.88.0", + "webpack": "5.88.1", "webpack-cli": "5.1.4" } }