Skip to content

Commit 391005c

Browse files
chore(deps-dev): Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.0 to 5.40.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5a0d72 commit 391005c

File tree

2 files changed

+31
-79
lines changed

2 files changed

+31
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/uint32": "0.2.0",
9393
"@types/underscore": "1.11.4",
9494
"@types/webpack-env": "1.18.0",
95-
"@typescript-eslint/eslint-plugin": "5.40.0",
95+
"@typescript-eslint/eslint-plugin": "5.40.1",
9696
"@typescript-eslint/parser": "5.40.1",
9797
"@wireapp/copy-config": "1.3.6",
9898
"@wireapp/eslint-config": "1.12.11",

yarn.lock

Lines changed: 30 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -3913,6 +3913,13 @@ __metadata:
39133913
languageName: node
39143914
linkType: hard
39153915

3916+
"@types/semver@npm:^7.3.12":
3917+
version: 7.3.12
3918+
resolution: "@types/semver@npm:7.3.12"
3919+
checksum: 35536b2fc5602904f21cae681f6c9498e177dab3f54ae37c92f9a1b7e43c35f18bcd81e1c98c1cf0d33ee046bb06c771e9928c1c00a401d56a03f56549252a15
3920+
languageName: node
3921+
linkType: hard
3922+
39163923
"@types/simplebar@npm:5.3.3":
39173924
version: 5.3.3
39183925
resolution: "@types/simplebar@npm:5.3.3"
@@ -4017,13 +4024,13 @@ __metadata:
40174024
languageName: node
40184025
linkType: hard
40194026

4020-
"@typescript-eslint/eslint-plugin@npm:5.40.0":
4021-
version: 5.40.0
4022-
resolution: "@typescript-eslint/eslint-plugin@npm:5.40.0"
4027+
"@typescript-eslint/eslint-plugin@npm:5.40.1":
4028+
version: 5.40.1
4029+
resolution: "@typescript-eslint/eslint-plugin@npm:5.40.1"
40234030
dependencies:
4024-
"@typescript-eslint/scope-manager": 5.40.0
4025-
"@typescript-eslint/type-utils": 5.40.0
4026-
"@typescript-eslint/utils": 5.40.0
4031+
"@typescript-eslint/scope-manager": 5.40.1
4032+
"@typescript-eslint/type-utils": 5.40.1
4033+
"@typescript-eslint/utils": 5.40.1
40274034
debug: ^4.3.4
40284035
ignore: ^5.2.0
40294036
regexpp: ^3.2.0
@@ -4035,7 +4042,7 @@ __metadata:
40354042
peerDependenciesMeta:
40364043
typescript:
40374044
optional: true
4038-
checksum: ac9e8fcea3545eb33353373c5094fd0a7b79647b37066adbcbd8edcb6fc17c6a601fd0e1b8db0a39200e8238acb33d4b1b036bfe09ebb9899cfb43f6c271a8fd
4045+
checksum: 61f19bde0f1206beb20aeb28d18c1ef26a98cf4d2ead9f1d2f204cb91af31582eb5ee9422fe5f92d6aa10cebf85cd50f1b41e8cf8ce65808e2208664c3b1d66a
40394046
languageName: node
40404047
linkType: hard
40414048

@@ -4087,16 +4094,6 @@ __metadata:
40874094
languageName: node
40884095
linkType: hard
40894096

4090-
"@typescript-eslint/scope-manager@npm:5.40.0":
4091-
version: 5.40.0
4092-
resolution: "@typescript-eslint/scope-manager@npm:5.40.0"
4093-
dependencies:
4094-
"@typescript-eslint/types": 5.40.0
4095-
"@typescript-eslint/visitor-keys": 5.40.0
4096-
checksum: 48dfb2f1a71bda5b782263e97608f1e1a2e8a89a603344af5072208be7936140af9d41483be439405c5ee379d0263555d6cc94405b187707f9ecfd7dd9821b5f
4097-
languageName: node
4098-
linkType: hard
4099-
41004097
"@typescript-eslint/scope-manager@npm:5.40.1":
41014098
version: 5.40.1
41024099
resolution: "@typescript-eslint/scope-manager@npm:5.40.1"
@@ -4107,20 +4104,20 @@ __metadata:
41074104
languageName: node
41084105
linkType: hard
41094106

4110-
"@typescript-eslint/type-utils@npm:5.40.0":
4111-
version: 5.40.0
4112-
resolution: "@typescript-eslint/type-utils@npm:5.40.0"
4107+
"@typescript-eslint/type-utils@npm:5.40.1":
4108+
version: 5.40.1
4109+
resolution: "@typescript-eslint/type-utils@npm:5.40.1"
41134110
dependencies:
4114-
"@typescript-eslint/typescript-estree": 5.40.0
4115-
"@typescript-eslint/utils": 5.40.0
4111+
"@typescript-eslint/typescript-estree": 5.40.1
4112+
"@typescript-eslint/utils": 5.40.1
41164113
debug: ^4.3.4
41174114
tsutils: ^3.21.0
41184115
peerDependencies:
41194116
eslint: "*"
41204117
peerDependenciesMeta:
41214118
typescript:
41224119
optional: true
4123-
checksum: eabe86de93b0bd4bcbfb13cace097ff7addbd992c91b80c73bbaa677ce26f1c2abd1c63fe585f2fd9c80df07d3d54bd6e4a46aebc908cef0f870f1d6955d6b8a
4120+
checksum: 6771196b8f16f4893bae70aa1371ff004b0058e8edef9b935143e2f1272e471049e9c34beb1d625fb6423db95dd377e01e938b70dd4506fbf071566e2bfb574d
41244121
languageName: node
41254122
linkType: hard
41264123

@@ -4138,13 +4135,6 @@ __metadata:
41384135
languageName: node
41394136
linkType: hard
41404137

4141-
"@typescript-eslint/types@npm:5.40.0":
4142-
version: 5.40.0
4143-
resolution: "@typescript-eslint/types@npm:5.40.0"
4144-
checksum: 892ff162176a3e292b5b55090421c6d318187255f3f91be46bd5c0b38e3c25a49d9320ffb646d5709f3a2cdf350217a79e557886fdfdbdb322caec27f2b3d116
4145-
languageName: node
4146-
linkType: hard
4147-
41484138
"@typescript-eslint/types@npm:5.40.1":
41494139
version: 5.40.1
41504140
resolution: "@typescript-eslint/types@npm:5.40.1"
@@ -4188,24 +4178,6 @@ __metadata:
41884178
languageName: node
41894179
linkType: hard
41904180

4191-
"@typescript-eslint/typescript-estree@npm:5.40.0":
4192-
version: 5.40.0
4193-
resolution: "@typescript-eslint/typescript-estree@npm:5.40.0"
4194-
dependencies:
4195-
"@typescript-eslint/types": 5.40.0
4196-
"@typescript-eslint/visitor-keys": 5.40.0
4197-
debug: ^4.3.4
4198-
globby: ^11.1.0
4199-
is-glob: ^4.0.3
4200-
semver: ^7.3.7
4201-
tsutils: ^3.21.0
4202-
peerDependenciesMeta:
4203-
typescript:
4204-
optional: true
4205-
checksum: 8b67b8c4278f6bbd16ec521c847920c6f0ba57ec4bf148505c057aa160363852f50f9db73f42ee71ac3906940e8554e9c27686194a57f6554efcd82a8b0fa3e8
4206-
languageName: node
4207-
linkType: hard
4208-
42094181
"@typescript-eslint/typescript-estree@npm:5.40.1":
42104182
version: 5.40.1
42114183
resolution: "@typescript-eslint/typescript-estree@npm:5.40.1"
@@ -4240,20 +4212,21 @@ __metadata:
42404212
languageName: node
42414213
linkType: hard
42424214

4243-
"@typescript-eslint/utils@npm:5.40.0":
4244-
version: 5.40.0
4245-
resolution: "@typescript-eslint/utils@npm:5.40.0"
4215+
"@typescript-eslint/utils@npm:5.40.1":
4216+
version: 5.40.1
4217+
resolution: "@typescript-eslint/utils@npm:5.40.1"
42464218
dependencies:
42474219
"@types/json-schema": ^7.0.9
4248-
"@typescript-eslint/scope-manager": 5.40.0
4249-
"@typescript-eslint/types": 5.40.0
4250-
"@typescript-eslint/typescript-estree": 5.40.0
4220+
"@types/semver": ^7.3.12
4221+
"@typescript-eslint/scope-manager": 5.40.1
4222+
"@typescript-eslint/types": 5.40.1
4223+
"@typescript-eslint/typescript-estree": 5.40.1
42514224
eslint-scope: ^5.1.1
42524225
eslint-utils: ^3.0.0
42534226
semver: ^7.3.7
42544227
peerDependencies:
42554228
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
4256-
checksum: 608e16ad510c1543de37e168ab42e9d11fdd7d38faf19fe5d60255ea8e43b9a8cebeea11bd9776eed55fe0e453c5d222bb708b930b431c5b113269c6b44788c1
4229+
checksum: a971101bb2f4c742a1734a87e17997addb7ffa6639d472097fe098f6c5f09567b858949b97f05892aabb20f38479abecdfdd69cf740046aa601dd3fc39a44090
42574230
languageName: node
42584231
linkType: hard
42594232

@@ -4293,16 +4266,6 @@ __metadata:
42934266
languageName: node
42944267
linkType: hard
42954268

4296-
"@typescript-eslint/visitor-keys@npm:5.40.0":
4297-
version: 5.40.0
4298-
resolution: "@typescript-eslint/visitor-keys@npm:5.40.0"
4299-
dependencies:
4300-
"@typescript-eslint/types": 5.40.0
4301-
eslint-visitor-keys: ^3.3.0
4302-
checksum: a11787f7e6ac7018b22848028c9116d028f89782b0ee120517f0384e9db260e3001ad897512d9c3cf15ce16073ae4c1dc7f81f29d6d40dec78b5e8c8e79f344f
4303-
languageName: node
4304-
linkType: hard
4305-
43064269
"@typescript-eslint/visitor-keys@npm:5.40.1":
43074270
version: 5.40.1
43084271
resolution: "@typescript-eslint/visitor-keys@npm:5.40.1"
@@ -4711,18 +4674,7 @@ __metadata:
47114674
languageName: node
47124675
linkType: hard
47134676

4714-
"@wireapp/store-engine-dexie@npm:1.7.11":
4715-
version: 1.7.11
4716-
resolution: "@wireapp/store-engine-dexie@npm:1.7.11"
4717-
dependencies:
4718-
dexie: 3.2.2
4719-
peerDependencies:
4720-
"@wireapp/store-engine": 4.x.x
4721-
checksum: 301550cf9c94f07e74039ad04d32de12f1ad5c22f18d15f9273f3d214a1e1ffabf5fde4b08ef5a7532cacb6ec26f0cb3c894f7e7c6f966981ee11c19e41b1d6f
4722-
languageName: node
4723-
linkType: hard
4724-
4725-
"@wireapp/store-engine-dexie@npm:^1.7.11":
4677+
"@wireapp/store-engine-dexie@npm:1.7.11, @wireapp/store-engine-dexie@npm:^1.7.11":
47264678
version: 1.7.11
47274679
resolution: "@wireapp/store-engine-dexie@npm:1.7.11"
47284680
dependencies:
@@ -17838,7 +17790,7 @@ __metadata:
1783817790
"@types/uint32": 0.2.0
1783917791
"@types/underscore": 1.11.4
1784017792
"@types/webpack-env": 1.18.0
17841-
"@typescript-eslint/eslint-plugin": 5.40.0
17793+
"@typescript-eslint/eslint-plugin": 5.40.1
1784217794
"@typescript-eslint/parser": 5.40.1
1784317795
"@wireapp/antiscroll-2": 1.3.1
1784417796
"@wireapp/avs": 8.2.16

0 commit comments

Comments
 (0)