Skip to content

Commit 0d649a8

Browse files
fix(deps): update dependency eslint-webpack-plugin to ^2.7.0 (#36041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a529451 commit 0d649a8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-jsx-a11y": "^6.5.1",
7676
"eslint-plugin-react": "^7.30.1",
7777
"eslint-plugin-react-hooks": "^4.5.0",
78-
"eslint-webpack-plugin": "^2.6.0",
78+
"eslint-webpack-plugin": "^2.7.0",
7979
"event-source-polyfill": "1.0.25",
8080
"execa": "^5.1.1",
8181
"express": "^4.17.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4523,7 +4523,7 @@
45234523
"@types/estree" "*"
45244524
"@types/json-schema" "*"
45254525

4526-
"@types/eslint@^7.28.2":
4526+
"@types/eslint@^7.29.0":
45274527
version "7.29.0"
45284528
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
45294529
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
@@ -10442,15 +10442,15 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
1044210442
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1044310443
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1044410444

10445-
eslint-webpack-plugin@^2.6.0:
10446-
version "2.6.0"
10447-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.6.0.tgz#3bd4ada4e539cb1f6687d2f619073dbb509361cd"
10448-
integrity sha512-V+LPY/T3kur5QO3u+1s34VDTcRxjXWPUGM4hlmTb5DwVD0OQz631yGTxJZf4SpAqAjdbBVe978S8BJeHpAdOhQ==
10445+
eslint-webpack-plugin@^2.7.0:
10446+
version "2.7.0"
10447+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
10448+
integrity sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==
1044910449
dependencies:
10450-
"@types/eslint" "^7.28.2"
10450+
"@types/eslint" "^7.29.0"
1045110451
arrify "^2.0.1"
10452-
jest-worker "^27.3.1"
10453-
micromatch "^4.0.4"
10452+
jest-worker "^27.5.1"
10453+
micromatch "^4.0.5"
1045410454
normalize-path "^3.0.0"
1045510455
schema-utils "^3.1.1"
1045610456

@@ -14697,10 +14697,10 @@ jest-worker@^26.2.1, jest-worker@^26.3.0:
1469714697
merge-stream "^2.0.0"
1469814698
supports-color "^7.0.0"
1469914699

14700-
jest-worker@^27.0.6, jest-worker@^27.3.1, jest-worker@^27.4.4:
14701-
version "27.4.4"
14702-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.4.tgz#9390a97c013a54d07f5c2ad2b5f6109f30c4966d"
14703-
integrity sha512-jfwxYJvfua1b1XkyuyPh01ATmgg4e5fPM/muLmhy9Qc6dmiwacQB0MLHaU6IjEsv/+nAixHGxTn8WllA27Pn0w==
14700+
jest-worker@^27.0.6, jest-worker@^27.4.4, jest-worker@^27.5.1:
14701+
version "27.5.1"
14702+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
14703+
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
1470414704
dependencies:
1470514705
"@types/node" "*"
1470614706
merge-stream "^2.0.0"

0 commit comments

Comments
 (0)