From d0775ca3175a56f21ee5cce7e0fca7c01f41c61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:22:04 +0000 Subject: [PATCH] build(deps-dev): bump webpack from 5.97.0 to 5.97.1 Bumps [webpack](https://github.com/webpack/webpack) from 5.97.0 to 5.97.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.97.0...v5.97.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/html-templates/package.json | 2 +- packages/webpack-plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a128678df..501e8c1d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26985,9 +26985,9 @@ "license": "BSD-2-Clause" }, "node_modules/webpack": { - "version": "5.97.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.0.tgz", - "integrity": "sha512-CWT8v7ShSfj7tGs4TLRtaOLmOCPWhoKEvp+eA7FVx8Xrjb3XfT0aXdxDItnRZmE8sHcH+a8ayDrJCOjXKxVFfQ==", + "version": "5.97.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz", + "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.7", @@ -27903,7 +27903,7 @@ "rimraf": "6.0.1", "stats-webpack-plugin": "0.7.0", "storybook": "8.4.7", - "webpack": "5.97.0", + "webpack": "5.97.1", "webpack-cli": "5.1.4", "webpack-merge": "6.0.1" } @@ -28106,7 +28106,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "memory-fs": "0.5.0", - "webpack": "5.97.0" + "webpack": "5.97.1" }, "engines": { "node": ">= 14.0" diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 90b92a5232..7906731e75 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -64,7 +64,7 @@ "rimraf": "6.0.1", "stats-webpack-plugin": "0.7.0", "storybook": "8.4.7", - "webpack": "5.97.0", + "webpack": "5.97.1", "webpack-cli": "5.1.4", "webpack-merge": "6.0.1" } diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 2f6d6d86f3..82a569e4e3 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -58,7 +58,7 @@ "jest": "29.7.0", "jest-date-mock": "1.0.10", "memory-fs": "0.5.0", - "webpack": "5.97.0" + "webpack": "5.97.1" }, "peerDependencies": { "webpack": "^4.0.0 || ^5.0.0"