From 02f323d588db4420410aa16ee3ce75f8284096de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 02:03:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-webpack in the dependencies group Bumps the dependencies group with 1 update: [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack). Updates `eslint-config-webpack` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/webpack/eslint-config-webpack/releases) - [Changelog](https://github.com/webpack/eslint-config-webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/eslint-config-webpack/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: eslint-config-webpack dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b8d35f373e9..ab931449293 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5338,9 +5338,9 @@ eslint-config-prettier@^10.1.5: integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== eslint-config-webpack@^4.5.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.6.0.tgz#3bf4cdad654cf8b7929c997c817247e57800eaa4" - integrity sha512-EcOVuPRz5WGjZ3XgEpynvUoQbR4WCFosLTnCZjNTqLuISjix+RSrR2c0zp1r0jo3+BOhqcDNgbN5ZwD5ns3IAg== + version "4.6.1" + resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.6.1.tgz#4de554e44e8c66af9d7056a3995e6b260497a660" + integrity sha512-TJEHjDq2NFdCcTdEB2JkYpM2UqN/uqCfxWwLa4Y+5b18GM8ae98ryZzB8FTUWF9mXSLQabfehmQoRlMTebK3FQ== dependencies: detect-indent "^7.0.1" jsonc-eslint-parser "^2.4.0"