@@ -4464,8 +4464,8 @@ __metadata:
44644464 "@trivago/prettier-plugin-sort-imports": "npm:5.2.2"
44654465 "@types/babel__core": "npm:7.20.5"
44664466 "@types/babel__preset-env": "npm:7.10.0"
4467- "@typescript-eslint/eslint-plugin": "npm:8.30 .1"
4468- "@typescript-eslint/parser": "npm:8.30 .1"
4467+ "@typescript-eslint/eslint-plugin": "npm:8.32 .1"
4468+ "@typescript-eslint/parser": "npm:8.32 .1"
44694469 eslint: "npm:9.24.0"
44704470 eslint-config-google: "npm:0.14.0"
44714471 jest: "npm:29.7.0"
@@ -4540,6 +4540,17 @@ __metadata:
45404540 languageName: node
45414541 linkType: hard
45424542
4543+ "@eslint-community/eslint-utils@npm:^4.7.0":
4544+ version: 4.7.0
4545+ resolution: "@eslint-community/eslint-utils@npm:4.7.0"
4546+ dependencies:
4547+ eslint-visitor-keys: "npm:^3.4.3"
4548+ peerDependencies:
4549+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
4550+ checksum: 10/43ed5d391526d9f5bbe452aef336389a473026fca92057cf97c576db11401ce9bcf8ef0bf72625bbaf6207ed8ba6bf0dcf4d7e809c24f08faa68a28533c491a7
4551+ languageName: node
4552+ linkType: hard
4553+
45434554"@eslint-community/regexpp@npm:^4.10.0":
45444555 version: 4.10.0
45454556 resolution: "@eslint-community/regexpp@npm:4.10.0"
@@ -7133,6 +7144,27 @@ __metadata:
71337144 languageName: node
71347145 linkType: hard
71357146
7147+ "@typescript-eslint/eslint-plugin@npm:8.32.1":
7148+ version: 8.32.1
7149+ resolution: "@typescript-eslint/eslint-plugin@npm:8.32.1"
7150+ dependencies:
7151+ "@eslint-community/regexpp": "npm:^4.10.0"
7152+ "@typescript-eslint/scope-manager": "npm:8.32.1"
7153+ "@typescript-eslint/type-utils": "npm:8.32.1"
7154+ "@typescript-eslint/utils": "npm:8.32.1"
7155+ "@typescript-eslint/visitor-keys": "npm:8.32.1"
7156+ graphemer: "npm:^1.4.0"
7157+ ignore: "npm:^7.0.0"
7158+ natural-compare: "npm:^1.4.0"
7159+ ts-api-utils: "npm:^2.1.0"
7160+ peerDependencies:
7161+ "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
7162+ eslint: ^8.57.0 || ^9.0.0
7163+ typescript: ">=4.8.4 <5.9.0"
7164+ checksum: 10/442205dd4e9fe016cf4f3edf292f5dba696c9e7d6c32c785a8bff0833974149513feab6c30d21e2f3c509bd2b2833edfb3175c0ee220661a02da59fd79100bb4
7165+ languageName: node
7166+ linkType: hard
7167+
71367168"@typescript-eslint/parser@npm:8.30.1":
71377169 version: 8.30.1
71387170 resolution: "@typescript-eslint/parser@npm:8.30.1"
@@ -7149,6 +7181,22 @@ __metadata:
71497181 languageName: node
71507182 linkType: hard
71517183
7184+ "@typescript-eslint/parser@npm:8.32.1":
7185+ version: 8.32.1
7186+ resolution: "@typescript-eslint/parser@npm:8.32.1"
7187+ dependencies:
7188+ "@typescript-eslint/scope-manager": "npm:8.32.1"
7189+ "@typescript-eslint/types": "npm:8.32.1"
7190+ "@typescript-eslint/typescript-estree": "npm:8.32.1"
7191+ "@typescript-eslint/visitor-keys": "npm:8.32.1"
7192+ debug: "npm:^4.3.4"
7193+ peerDependencies:
7194+ eslint: ^8.57.0 || ^9.0.0
7195+ typescript: ">=4.8.4 <5.9.0"
7196+ checksum: 10/3c2ab90fec0aaaa57f883bf3963030e74402de82a73b8e47a19109accf18ee1441878bcba73bb9584890eedb56215000d6652196d9bfde05272c043d1c9c529d
7197+ languageName: node
7198+ linkType: hard
7199+
71527200"@typescript-eslint/scope-manager@npm:8.30.1":
71537201 version: 8.30.1
71547202 resolution: "@typescript-eslint/scope-manager@npm:8.30.1"
@@ -7159,6 +7207,16 @@ __metadata:
71597207 languageName: node
71607208 linkType: hard
71617209
7210+ "@typescript-eslint/scope-manager@npm:8.32.1":
7211+ version: 8.32.1
7212+ resolution: "@typescript-eslint/scope-manager@npm:8.32.1"
7213+ dependencies:
7214+ "@typescript-eslint/types": "npm:8.32.1"
7215+ "@typescript-eslint/visitor-keys": "npm:8.32.1"
7216+ checksum: 10/f81f71bd88e6bed90c9a42ed3cd26a360f8f7ca53186cea33b872194bf724a4635dd3aead5002b18de6cc5d1df9840445af1f7fc4d117f452705ccebdb6c0b0f
7217+ languageName: node
7218+ linkType: hard
7219+
71627220"@typescript-eslint/type-utils@npm:8.30.1":
71637221 version: 8.30.1
71647222 resolution: "@typescript-eslint/type-utils@npm:8.30.1"
@@ -7174,13 +7232,35 @@ __metadata:
71747232 languageName: node
71757233 linkType: hard
71767234
7235+ "@typescript-eslint/type-utils@npm:8.32.1":
7236+ version: 8.32.1
7237+ resolution: "@typescript-eslint/type-utils@npm:8.32.1"
7238+ dependencies:
7239+ "@typescript-eslint/typescript-estree": "npm:8.32.1"
7240+ "@typescript-eslint/utils": "npm:8.32.1"
7241+ debug: "npm:^4.3.4"
7242+ ts-api-utils: "npm:^2.1.0"
7243+ peerDependencies:
7244+ eslint: ^8.57.0 || ^9.0.0
7245+ typescript: ">=4.8.4 <5.9.0"
7246+ checksum: 10/e50a6f2a16ccd916ed32a4d0b6c1011b8c177d1f789dfa629942efbd6cd3b1f5b9dc42c67b64e8c377338b34906e0191b9165caa4302d92979f13cd06d1b4234
7247+ languageName: node
7248+ linkType: hard
7249+
71777250"@typescript-eslint/types@npm:8.30.1":
71787251 version: 8.30.1
71797252 resolution: "@typescript-eslint/types@npm:8.30.1"
71807253 checksum: 10/342ec75ba2c596ffaa93612c6c6afd2b0a05c346bdfa73ac208b49f1969b48a3f739f306431f9a10cf34e99e8585ca924fdde7f9508dd7869142b25f399d6bd6
71817254 languageName: node
71827255 linkType: hard
71837256
7257+ "@typescript-eslint/types@npm:8.32.1":
7258+ version: 8.32.1
7259+ resolution: "@typescript-eslint/types@npm:8.32.1"
7260+ checksum: 10/3a310e4bafa8dd6ddc83cd8627048ebe54660982348531bbbeee3d0fb06ffdacce6ac14200159166774bd8797664686f5d0bf19d3dd33216daccbc0e48cd3e51
7261+ languageName: node
7262+ linkType: hard
7263+
71847264"@typescript-eslint/typescript-estree@npm:8.30.1":
71857265 version: 8.30.1
71867266 resolution: "@typescript-eslint/typescript-estree@npm:8.30.1"
@@ -7199,6 +7279,24 @@ __metadata:
71997279 languageName: node
72007280 linkType: hard
72017281
7282+ "@typescript-eslint/typescript-estree@npm:8.32.1":
7283+ version: 8.32.1
7284+ resolution: "@typescript-eslint/typescript-estree@npm:8.32.1"
7285+ dependencies:
7286+ "@typescript-eslint/types": "npm:8.32.1"
7287+ "@typescript-eslint/visitor-keys": "npm:8.32.1"
7288+ debug: "npm:^4.3.4"
7289+ fast-glob: "npm:^3.3.2"
7290+ is-glob: "npm:^4.0.3"
7291+ minimatch: "npm:^9.0.4"
7292+ semver: "npm:^7.6.0"
7293+ ts-api-utils: "npm:^2.1.0"
7294+ peerDependencies:
7295+ typescript: ">=4.8.4 <5.9.0"
7296+ checksum: 10/8b956ce05bf64d412e33b7d564db9d5620a7c2600ab04f2c6bb7561bcf46593f14b77ca9c895a4480869a323565a140985a4f4760f9df58f71114c4f502b3c78
7297+ languageName: node
7298+ linkType: hard
7299+
72027300"@typescript-eslint/utils@npm:8.30.1":
72037301 version: 8.30.1
72047302 resolution: "@typescript-eslint/utils@npm:8.30.1"
@@ -7214,6 +7312,21 @@ __metadata:
72147312 languageName: node
72157313 linkType: hard
72167314
7315+ "@typescript-eslint/utils@npm:8.32.1":
7316+ version: 8.32.1
7317+ resolution: "@typescript-eslint/utils@npm:8.32.1"
7318+ dependencies:
7319+ "@eslint-community/eslint-utils": "npm:^4.7.0"
7320+ "@typescript-eslint/scope-manager": "npm:8.32.1"
7321+ "@typescript-eslint/types": "npm:8.32.1"
7322+ "@typescript-eslint/typescript-estree": "npm:8.32.1"
7323+ peerDependencies:
7324+ eslint: ^8.57.0 || ^9.0.0
7325+ typescript: ">=4.8.4 <5.9.0"
7326+ checksum: 10/9383cea185f3b54124a639f806d627f686637460e2eea431ccb9eeb6452dcd5a893856e051eb5925510f8aeb9317f8b7d23d9f39ca8fa80c46f2b797dae77d9c
7327+ languageName: node
7328+ linkType: hard
7329+
72177330"@typescript-eslint/visitor-keys@npm:8.30.1":
72187331 version: 8.30.1
72197332 resolution: "@typescript-eslint/visitor-keys@npm:8.30.1"
@@ -7224,6 +7337,16 @@ __metadata:
72247337 languageName: node
72257338 linkType: hard
72267339
7340+ "@typescript-eslint/visitor-keys@npm:8.32.1":
7341+ version: 8.32.1
7342+ resolution: "@typescript-eslint/visitor-keys@npm:8.32.1"
7343+ dependencies:
7344+ "@typescript-eslint/types": "npm:8.32.1"
7345+ eslint-visitor-keys: "npm:^4.2.0"
7346+ checksum: 10/a1cbfbdac89d443dfc2718673e2cc1e884fc942678b3d1c3149cdab8123c71685473e362d794fcee1e975ceb45d16f44025a3f0bebe9b09a6bf8679f060d6817
7347+ languageName: node
7348+ linkType: hard
7349+
72277350"@ungap/structured-clone@npm:^1.0.0":
72287351 version: 1.3.0
72297352 resolution: "@ungap/structured-clone@npm:1.3.0"
@@ -10569,6 +10692,13 @@ __metadata:
1056910692 languageName: node
1057010693 linkType: hard
1057110694
10695+ "eslint-visitor-keys@npm:^3.4.3":
10696+ version: 3.4.3
10697+ resolution: "eslint-visitor-keys@npm:3.4.3"
10698+ checksum: 10/3f357c554a9ea794b094a09bd4187e5eacd1bc0d0653c3adeb87962c548e6a1ab8f982b86963ae1337f5d976004146536dcee5d0e2806665b193fbfbf1a9231b
10699+ languageName: node
10700+ linkType: hard
10701+
1057210702"eslint-visitor-keys@npm:^4.0.0":
1057310703 version: 4.0.0
1057410704 resolution: "eslint-visitor-keys@npm:4.0.0"
@@ -12750,6 +12880,13 @@ __metadata:
1275012880 languageName: node
1275112881 linkType: hard
1275212882
12883+ "ignore@npm:^7.0.0":
12884+ version: 7.0.4
12885+ resolution: "ignore@npm:7.0.4"
12886+ checksum: 10/01ee59df2ffd14b0844efc17f5ab3642c848e45efdb7cc757928da5e076cb74313748f77f5ffe362a6407c5e7cc71f10fad5e8eb9d91c1a17c4e7ef2c1f8e40e
12887+ languageName: node
12888+ linkType: hard
12889+
1275312890"image-size@npm:^1.0.2":
1275412891 version: 1.2.1
1275512892 resolution: "image-size@npm:1.2.1"
@@ -20045,7 +20182,7 @@ __metadata:
2004520182 languageName: node
2004620183 linkType: hard
2004720184
20048- "ts-api-utils@npm:^2.0.1":
20185+ "ts-api-utils@npm:^2.0.1, ts-api-utils@npm:^2.1.0 ":
2004920186 version: 2.1.0
2005020187 resolution: "ts-api-utils@npm:2.1.0"
2005120188 peerDependencies:
0 commit comments