From 6912c128479343c22b63b31c33e447516e8ef007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:06:45 +0000 Subject: [PATCH] Bump webpack from 5.92.1 to 5.93.0 in /micromark Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.93.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.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 293dc3e4..d1b1c7e6 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -40,7 +40,7 @@ "micromark-extension-math": "3.1.0", "micromark-util-types": "2.0.0", "terser-webpack-plugin": "5.3.10", - "webpack": "5.92.1", + "webpack": "5.93.0", "webpack-cli": "5.1.4" } }