From 2c8d1f14e5fe63703b2ed3d6bc092c2f982ee215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:54:31 +0300 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates (#19701) Bumps the dependencies group with 2 updates: [acorn-import-phases](https://github.com/nicolo-ribaudo/acorn-import-phases) and [eslint-config-webpack](https://github.com/webpack/eslint-config-webpack). Updates `acorn-import-phases` from 1.0.3 to 1.0.4 - [Commits](https://github.com/nicolo-ribaudo/acorn-import-phases/compare/v1.0.3...v1.0.4) Updates `eslint-config-webpack` from 4.3.0 to 4.3.4 - [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.3.0...v4.3.4) --- updated-dependencies: - dependency-name: acorn-import-phases dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-config-webpack dependency-version: 4.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index de8ed6cbd..e57c3c2e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1868,9 +1868,9 @@ abort-controller@^3.0.0: event-target-shim "^5.0.0" acorn-import-phases@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/acorn-import-phases/-/acorn-import-phases-1.0.3.tgz#30394a1dccee5f380aecb8205b8c69b4f7ae688e" - integrity sha512-jtKLnfoOzm28PazuQ4dVBcE9Jeo6ha1GAJvq3N0LlNOszmTfx+wSycBehn+FN0RnyeR77IBxN/qVYMw0Rlj0Xw== + version "1.0.4" + resolved "https://registry.yarnpkg.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz#16eb850ba99a056cb7cbfe872ffb8972e18c8bd7" + integrity sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ== acorn-jsx@^5.3.2: version "5.3.2" @@ -3315,9 +3315,9 @@ eslint-config-prettier@^10.1.1: integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw== eslint-config-webpack@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.3.0.tgz#2ffb28164b827c15977e0dedb85b7b863ec5aea5" - integrity sha512-G2mePdT5zOOPS+lYtNKAdLqIgSSRCswirgrWh1+Lk1R2UY2r7q5XTtJbTguOR3ukfFySpYx0vHPTdN8TxpFQtw== + version "4.3.4" + resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.3.4.tgz#995c7036898f015078b5d59716c4ec8fc8cfd0e6" + integrity sha512-u0wlSpmIaxEvPGzMi3hKtSxOmj933oMVM+pTabghQTrqLP27ZzYr1l/cs/WrnT2ZKP9VyccV16IVp9V2YZrh+w== dependencies: detect-indent "^7.0.1" jsonc-eslint-parser "^2.4.0"