From cf7b7eb2e2786695566f0a999baa644bf74fd53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:10:23 +0000 Subject: [PATCH] Bump webpack from 4.32.2 to 5.94.0 in /packages/maka-sdk Bumps [webpack](https://github.com/webpack/webpack) from 4.32.2 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.32.2...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/maka-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/maka-sdk/package.json b/packages/maka-sdk/package.json index 8abf927..03c40b2 100644 --- a/packages/maka-sdk/package.json +++ b/packages/maka-sdk/package.json @@ -38,7 +38,7 @@ "react-dom": "16.14.0", "request": "*", "uglifyjs-webpack-plugin": "*", - "webpack": "4.32.2", + "webpack": "5.94.0", "webpack-cli": "3.3.2" } }