Skip to content

Commit aae2e7a

Browse files
dependabot[bot]dependabot-fix
andauthored
build(deps-dev): bump eslint-webpack-plugin from 3.1.1 to 3.2.0 (#927)
* build(deps-dev): bump eslint-webpack-plugin from 3.1.1 to 3.2.0 Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 3.1.1 to 3.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/eslint-webpack-plugin@v3.1.1...v3.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]> * [dependabot skip] Fix yarn.lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-fix <[email protected]>
1 parent de35e70 commit aae2e7a

File tree

2 files changed

+24
-34
lines changed

2 files changed

+24
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"eslint-plugin-prettier": "^4.0.0",
153153
"eslint-plugin-react": "^7.30.0",
154154
"eslint-plugin-total-functions": "^5.0.1",
155-
"eslint-webpack-plugin": "^3.1.1",
155+
"eslint-webpack-plugin": "^3.2.0",
156156
"prettier": "^2.7.1"
157157
},
158158
"packageManager": "[email protected]",

yarn.lock

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ __metadata:
23432343
eslint-plugin-prettier: ^4.0.0
23442344
eslint-plugin-react: ^7.30.0
23452345
eslint-plugin-total-functions: ^5.0.1
2346-
eslint-webpack-plugin: ^3.1.1
2346+
eslint-webpack-plugin: ^3.2.0
23472347
fake-indexeddb: ^3.1.8
23482348
file-loader: ^6.2.0
23492349
fs-extra: ^10.0.0
@@ -4285,23 +4285,13 @@ __metadata:
42854285
languageName: node
42864286
linkType: hard
42874287

4288-
"@types/eslint@npm:*":
4289-
version: 8.4.2
4290-
resolution: "@types/eslint@npm:8.4.2"
4288+
"@types/eslint@npm:*, @types/eslint@npm:^7.29.0 || ^8.4.1":
4289+
version: 8.4.3
4290+
resolution: "@types/eslint@npm:8.4.3"
42914291
dependencies:
42924292
"@types/estree": "*"
42934293
"@types/json-schema": "*"
4294-
checksum: e81268cdeb8d64d84af649344df88f064ece0f05db62072657c976b6162ffe16f94b6480a5367d627c629272c2d86d0ee8c24f7095e98f8e743b16f98500673b
4295-
languageName: node
4296-
linkType: hard
4297-
4298-
"@types/eslint@npm:^7.28.2":
4299-
version: 7.29.0
4300-
resolution: "@types/eslint@npm:7.29.0"
4301-
dependencies:
4302-
"@types/estree": "*"
4303-
"@types/json-schema": "*"
4304-
checksum: df13991c554954353ce8f3bb03e19da6cc71916889443d68d178d4f858b561ba4cc4a4f291c6eb9eebb7f864b12b9b9313051b3a8dfea3e513dadf3188a77bdf
4294+
checksum: cc199be84e22754cc625b171c90852da2b563088d32f4161d310b70470eab47f9bc812774c61eab6530083a214fe634abc32d06ef38e0a5e29f68436331cfabb
43054295
languageName: node
43064296
linkType: hard
43074297

@@ -5849,7 +5839,7 @@ __metadata:
58495839
languageName: node
58505840
linkType: hard
58515841

5852-
"braces@npm:^3.0.1, braces@npm:~3.0.2":
5842+
"braces@npm:^3.0.2, braces@npm:~3.0.2":
58535843
version: 3.0.2
58545844
resolution: "braces@npm:3.0.2"
58555845
dependencies:
@@ -7766,19 +7756,19 @@ __metadata:
77667756
languageName: node
77677757
linkType: hard
77687758

7769-
"eslint-webpack-plugin@npm:^3.1.1":
7770-
version: 3.1.1
7771-
resolution: "eslint-webpack-plugin@npm:3.1.1"
7759+
"eslint-webpack-plugin@npm:^3.2.0":
7760+
version: 3.2.0
7761+
resolution: "eslint-webpack-plugin@npm:3.2.0"
77727762
dependencies:
7773-
"@types/eslint": ^7.28.2
7774-
jest-worker: ^27.3.1
7775-
micromatch: ^4.0.4
7763+
"@types/eslint": ^7.29.0 || ^8.4.1
7764+
jest-worker: ^28.0.2
7765+
micromatch: ^4.0.5
77767766
normalize-path: ^3.0.0
7777-
schema-utils: ^3.1.1
7767+
schema-utils: ^4.0.0
77787768
peerDependencies:
77797769
eslint: ^7.0.0 || ^8.0.0
77807770
webpack: ^5.0.0
7781-
checksum: 4ff3f3fc8f03a187792f783513c3f4274221623d5f5c16ca90542c1b781fd04ed646ab6043caa55a51a654d5ab2c7039677faedee8bfb526d1310edc3909cbd2
7771+
checksum: 095034c35e773fdb21ec7e597ae1f8a6899679c290db29d8568ca94619e8c7f4971f0f9edccc8a965322ab8af9286c87205985a38f4fdcf17654aee7cd8bb7b5
77827772
languageName: node
77837773
linkType: hard
77847774

@@ -9882,7 +9872,7 @@ __metadata:
98829872
languageName: node
98839873
linkType: hard
98849874

9885-
"jest-worker@npm:^27.3.1, jest-worker@npm:^27.4.5, jest-worker@npm:^27.5.1":
9875+
"jest-worker@npm:^27.4.5, jest-worker@npm:^27.5.1":
98869876
version: 27.5.1
98879877
resolution: "jest-worker@npm:27.5.1"
98889878
dependencies:
@@ -9893,7 +9883,7 @@ __metadata:
98939883
languageName: node
98949884
linkType: hard
98959885

9896-
"jest-worker@npm:^28.1.1":
9886+
"jest-worker@npm:^28.0.2, jest-worker@npm:^28.1.1":
98979887
version: 28.1.1
98989888
resolution: "jest-worker@npm:28.1.1"
98999889
dependencies:
@@ -10466,13 +10456,13 @@ __metadata:
1046610456
languageName: node
1046710457
linkType: hard
1046810458

10469-
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4":
10470-
version: 4.0.4
10471-
resolution: "micromatch@npm:4.0.4"
10459+
"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5":
10460+
version: 4.0.5
10461+
resolution: "micromatch@npm:4.0.5"
1047210462
dependencies:
10473-
braces: ^3.0.1
10474-
picomatch: ^2.2.3
10475-
checksum: ef3d1c88e79e0a68b0e94a03137676f3324ac18a908c245a9e5936f838079fcc108ac7170a5fadc265a9c2596963462e402841406bda1a4bb7b68805601d631c
10463+
braces: ^3.0.2
10464+
picomatch: ^2.3.1
10465+
checksum: 02a17b671c06e8fefeeb6ef996119c1e597c942e632a21ef589154f23898c9c6a9858526246abb14f8bca6e77734aa9dcf65476fca47cedfb80d9577d52843fc
1047610466
languageName: node
1047710467
linkType: hard
1047810468

@@ -11352,7 +11342,7 @@ __metadata:
1135211342
languageName: node
1135311343
linkType: hard
1135411344

11355-
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.2.3":
11345+
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1":
1135611346
version: 2.3.1
1135711347
resolution: "picomatch@npm:2.3.1"
1135811348
checksum: 050c865ce81119c4822c45d3c84f1ced46f93a0126febae20737bd05ca20589c564d6e9226977df859ed5e03dc73f02584a2b0faad36e896936238238b0446cf

0 commit comments

Comments
 (0)