Skip to content

Commit 700ca81

Browse files
Bump eslint-webpack-plugin from 4.1.0 to 4.2.0 (#1098)
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.1.0 to 4.2.0. - [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](webpack-contrib/eslint-webpack-plugin@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: eslint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 328c26b commit 700ca81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@
13111311
"@typescript-eslint/parser": "^7.12.0",
13121312
"@vscode/test-electron": "^2.4.0",
13131313
"eslint": "^8.57.0",
1314-
"eslint-webpack-plugin": "^4.1.0",
1314+
"eslint-webpack-plugin": "^4.2.0",
13151315
"glob": "^10.4.1",
13161316
"husky": "^9.0.11",
13171317
"mocha": "^10.4.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@
191191
"@types/eslint" "*"
192192
"@types/estree" "*"
193193

194-
"@types/eslint@*", "@types/eslint@^8.56.5":
195-
version "8.56.5"
196-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.5.tgz#94b88cab77588fcecdd0771a6d576fa1c0af9d02"
197-
integrity sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==
194+
"@types/eslint@*", "@types/eslint@^8.56.10":
195+
version "8.56.10"
196+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
197+
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
198198
dependencies:
199199
"@types/estree" "*"
200200
"@types/json-schema" "*"
@@ -977,12 +977,12 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
977977
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
978978
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
979979

980-
eslint-webpack-plugin@^4.1.0:
981-
version "4.1.0"
982-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.1.0.tgz#83daf1e601ea57b63d7164eea0635d7b7bafe673"
983-
integrity sha512-C3wAG2jyockIhN0YRLuKieKj2nx/gnE/VHmoHemD5ifnAtY6ZU+jNPfzPoX4Zd6RIbUyWTiZUh/ofUlBhoAX7w==
980+
eslint-webpack-plugin@^4.2.0:
981+
version "4.2.0"
982+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"
983+
integrity sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==
984984
dependencies:
985-
"@types/eslint" "^8.56.5"
985+
"@types/eslint" "^8.56.10"
986986
jest-worker "^29.7.0"
987987
micromatch "^4.0.5"
988988
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)