From baba26dfc83905ff8e336304351f2ed10512b7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:43:40 +0000 Subject: [PATCH] chore(deps-dev): bump webpack from 5.111.0 to 5.111.1 Bumps [webpack](https://github.com/webpack/webpack) from 5.111.0 to 5.111.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.111.0...v5.111.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.111.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f3df80..8ad548a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "typescript": "npm:@typescript/typescript6", "undici": "^8.10.2", "uuid": "^14.0.2", - "webpack": "^5.111.0", + "webpack": "^5.111.1", "webpack-cli": "^7.2.3", "webpack-dev-server": "6.0.0" }, diff --git a/yarn.lock b/yarn.lock index 9ac068d..0c358d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7303,10 +7303,10 @@ webpack-sources@^3.3.4, webpack-sources@^3.5.1: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.1.tgz#76c2418486dcc02b2aa0694c104176c2858fe84a" integrity sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw== -webpack@^5.111.0: - version "5.111.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.111.0.tgz#65e7e0044d69373ea0129ef401c0299aaba52764" - integrity sha512-A2R74kfE6b3eLKS91iZiol03Ebx7avmJJBOyiP+4LePW9NNeNJGQkKeSQos4dk6R4H0YAMYlv+aOrs1CyWT3eA== +webpack@^5.111.1: + version "5.111.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.111.1.tgz#7c12cd014fbb9bfd8509a6cfc6f1c79f4e06cade" + integrity sha512-cNypaz0RP+S4cvQVi1M/3bRUkvNP0xZpL0TjFx+c6jg64VbxD+2weWDgY9UnjRI6dhZgtaj8DU76GGFcJ79xPQ== dependencies: "@types/estree" "^1.0.8" "@types/json-schema" "^7.0.15"