From f4fa0bff5a9ab202839faa72962e5244555529f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:07:47 -0500 Subject: [PATCH] chore(deps-dev): bump webpack from 4.44.2 to 5.94.0 in /docs (#1964) Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.2...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 5f57d2b696..ca2eaa59c3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -68,7 +68,7 @@ "stylelint": "^13.7.2", "stylelint-config-sass-guidelines": "^7.0.0", "stylelint-config-standard": "^20.0.0", - "webpack": "4.44.2", + "webpack": "5.94.0", "webpack-dev-server": "^3.11.0" } }