From c5c8eb3ae0ff304b81c84a2e972e1c310f2e100f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:19:24 +0000 Subject: [PATCH] :arrow_up: Bump webpack from 5.100.0 to 5.100.1 Bumps [webpack](https://github.com/webpack/webpack) from 5.100.0 to 5.100.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.100.0...v5.100.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.100.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e19ab94..3fa4853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4362,9 +4362,9 @@ } }, "node_modules/webpack": { - "version": "5.100.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.0.tgz", - "integrity": "sha512-H8yBSBTk+BqxrINJnnRzaxU94SVP2bjd7WmA+PfCphoIdDpeQMJ77pq9/4I7xjLq38cB1bNKfzYPZu8pB3zKtg==", + "version": "5.100.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.100.1.tgz", + "integrity": "sha512-YJB/ESPUe2Locd0NKXmw72Dx8fZQk1gTzI6rc9TAT4+Sypbnhl8jd8RywB1bDsDF9Dy1RUR7gn3q/ZJTd0OZZg==", "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.7",