From 98207f3d40097e9da226e3748cfb0e0698eefce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:20:54 +0000 Subject: [PATCH] Bump eslint-webpack-plugin from 5.0.1 to 5.0.2 in /webapp Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index e14a1598..ed1e9b63 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -24,7 +24,7 @@ "eslint-config-react-app": "^7.0.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.4.1", - "eslint-webpack-plugin": "^5.0.1", + "eslint-webpack-plugin": "^5.0.2", "file-loader": "^6.2.0", "fs-extra": "^11.3.0", "google-protobuf": "^3.21.4", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index ff24fd46..a6c93b21 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -4870,12 +4870,13 @@ eslint-visitor-keys@^4.2.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== -eslint-webpack-plugin@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.1.tgz#411ea796918e26659e3aef3a776527609e837817" - integrity sha512-Ur100Vi+z0uP7j4Z8Ccah0pXmNHhl3f7P2hCYZj3mZCOSc33G5c1R/vZ4KCapwWikPgRyD4dkangx6JW3KaVFQ== +eslint-webpack-plugin@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-5.0.2.tgz#e108f2b44962de8693f460d28042c78df9f9a1d3" + integrity sha512-cB7EO2o+4gPUzK6zxgegSet8uu/hHwzOiG+2976MHWiwWFj9mmPbTrzlW0InFl6hl89S1D9MPKK5F7vNFpZc4g== dependencies: "@types/eslint" "^9.6.1" + flatted "^3.3.3" jest-worker "^29.7.0" micromatch "^4.0.8" normalize-path "^3.0.0" @@ -5283,7 +5284,7 @@ flat-cache@^4.0.0: flatted "^3.2.9" keyv "^4.5.4" -flatted@^3.2.9: +flatted@^3.2.9, flatted@^3.3.3: version "3.3.3" resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358" integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==