From 0a9aca4b2bb031b187e2f092162d02ee5ca65744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 01:35:39 +0000 Subject: [PATCH] Bump webpack from 5.90.1 to 5.90.2 in /micromark Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.2) --- 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 c9be8535..7307481a 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -27,7 +27,7 @@ "micromark-extension-gfm-table": "2.0.0", "micromark-extension-math": "3.0.0", "terser-webpack-plugin": "5.3.10", - "webpack": "5.90.1", + "webpack": "5.90.2", "webpack-cli": "5.1.4" } }