Skip to content

Commit 8f5948b

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.25.0 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent baa0a69 commit 8f5948b

File tree

1 file changed

+99
-10
lines changed

1 file changed

+99
-10
lines changed

yarn.lock

Lines changed: 99 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,14 +1677,14 @@
16771677
eslint-utils "^2.0.0"
16781678

16791679
"@typescript-eslint/parser@^4.25.0":
1680-
version "4.25.0"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
1682-
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
1680+
version "4.33.0"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1682+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
16831683
dependencies:
1684-
"@typescript-eslint/scope-manager" "4.25.0"
1685-
"@typescript-eslint/types" "4.25.0"
1686-
"@typescript-eslint/typescript-estree" "4.25.0"
1687-
debug "^4.1.1"
1684+
"@typescript-eslint/scope-manager" "4.33.0"
1685+
"@typescript-eslint/types" "4.33.0"
1686+
"@typescript-eslint/typescript-estree" "4.33.0"
1687+
debug "^4.3.1"
16881688

16891689
"@typescript-eslint/[email protected]":
16901690
version "4.25.0"
@@ -1694,11 +1694,24 @@
16941694
"@typescript-eslint/types" "4.25.0"
16951695
"@typescript-eslint/visitor-keys" "4.25.0"
16961696

1697+
"@typescript-eslint/[email protected]":
1698+
version "4.33.0"
1699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1700+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1701+
dependencies:
1702+
"@typescript-eslint/types" "4.33.0"
1703+
"@typescript-eslint/visitor-keys" "4.33.0"
1704+
16971705
"@typescript-eslint/[email protected]":
16981706
version "4.25.0"
16991707
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
17001708
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
17011709

1710+
"@typescript-eslint/[email protected]":
1711+
version "4.33.0"
1712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1713+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1714+
17021715
"@typescript-eslint/[email protected]":
17031716
version "4.25.0"
17041717
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
@@ -1712,6 +1725,19 @@
17121725
semver "^7.3.2"
17131726
tsutils "^3.17.1"
17141727

1728+
"@typescript-eslint/[email protected]":
1729+
version "4.33.0"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1731+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1732+
dependencies:
1733+
"@typescript-eslint/types" "4.33.0"
1734+
"@typescript-eslint/visitor-keys" "4.33.0"
1735+
debug "^4.3.1"
1736+
globby "^11.0.3"
1737+
is-glob "^4.0.1"
1738+
semver "^7.3.5"
1739+
tsutils "^3.21.0"
1740+
17151741
"@typescript-eslint/[email protected]":
17161742
version "4.25.0"
17171743
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
@@ -1720,6 +1746,14 @@
17201746
"@typescript-eslint/types" "4.25.0"
17211747
eslint-visitor-keys "^2.0.0"
17221748

1749+
"@typescript-eslint/[email protected]":
1750+
version "4.33.0"
1751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1752+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1753+
dependencies:
1754+
"@typescript-eslint/types" "4.33.0"
1755+
eslint-visitor-keys "^2.0.0"
1756+
17231757
"@wry/context@^0.6.0":
17241758
version "0.6.0"
17251759
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.0.tgz#f903eceb89d238ef7e8168ed30f4511f92d83e06"
@@ -2318,7 +2352,7 @@ braces@^2.3.1, braces@^2.3.2:
23182352
split-string "^3.0.2"
23192353
to-regex "^3.0.1"
23202354

2321-
braces@^3.0.1, braces@~3.0.2:
2355+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
23222356
version "3.0.2"
23232357
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
23242358
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -3061,7 +3095,7 @@ [email protected]:
30613095
dependencies:
30623096
ms "2.0.0"
30633097

3064-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
3098+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3:
30653099
version "4.3.4"
30663100
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
30673101
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3781,6 +3815,17 @@ fast-glob@^3.1.1:
37813815
micromatch "^4.0.2"
37823816
picomatch "^2.2.1"
37833817

3818+
fast-glob@^3.2.9:
3819+
version "3.2.12"
3820+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
3821+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
3822+
dependencies:
3823+
"@nodelib/fs.stat" "^2.0.2"
3824+
"@nodelib/fs.walk" "^1.2.3"
3825+
glob-parent "^5.1.2"
3826+
merge2 "^1.3.0"
3827+
micromatch "^4.0.4"
3828+
37843829
fast-json-stable-stringify@^2.0.0:
37853830
version "2.1.0"
37863831
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4194,6 +4239,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
41944239
dependencies:
41954240
is-glob "^4.0.1"
41964241

4242+
glob-parent@^5.1.2:
4243+
version "5.1.2"
4244+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
4245+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
4246+
dependencies:
4247+
is-glob "^4.0.1"
4248+
41974249
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
41984250
version "7.1.6"
41994251
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -4248,6 +4300,18 @@ globby@^11.0.0, globby@^11.0.1:
42484300
merge2 "^1.3.0"
42494301
slash "^3.0.0"
42504302

4303+
globby@^11.0.3:
4304+
version "11.1.0"
4305+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4306+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4307+
dependencies:
4308+
array-union "^2.1.0"
4309+
dir-glob "^3.0.1"
4310+
fast-glob "^3.2.9"
4311+
ignore "^5.2.0"
4312+
merge2 "^1.4.1"
4313+
slash "^3.0.0"
4314+
42514315
got@^6.7.1:
42524316
version "6.7.1"
42534317
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
@@ -4563,6 +4627,11 @@ ignore@^5.1.4:
45634627
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
45644628
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
45654629

4630+
ignore@^5.2.0:
4631+
version "5.2.4"
4632+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
4633+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
4634+
45664635
import-fresh@^3.0.0:
45674636
version "3.2.1"
45684637
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -5845,7 +5914,7 @@ merge-stream@^2.0.0:
58455914
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
58465915
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
58475916

5848-
merge2@^1.3.0:
5917+
merge2@^1.3.0, merge2@^1.4.1:
58495918
version "1.4.1"
58505919
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
58515920
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -5882,6 +5951,14 @@ micromatch@^4.0.0, micromatch@^4.0.2:
58825951
braces "^3.0.1"
58835952
picomatch "^2.0.5"
58845953

5954+
micromatch@^4.0.4:
5955+
version "4.0.5"
5956+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
5957+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
5958+
dependencies:
5959+
braces "^3.0.2"
5960+
picomatch "^2.3.1"
5961+
58855962
58865963
version "1.43.0"
58875964
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58"
@@ -7185,6 +7262,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
71857262
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
71867263
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
71877264

7265+
picomatch@^2.3.1:
7266+
version "2.3.1"
7267+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
7268+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
7269+
71887270
pify@^3.0.0:
71897271
version "3.0.0"
71907272
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -8784,6 +8866,13 @@ tsutils@^3.17.1:
87848866
dependencies:
87858867
tslib "^1.8.1"
87868868

8869+
tsutils@^3.21.0:
8870+
version "3.21.0"
8871+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8872+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8873+
dependencies:
8874+
tslib "^1.8.1"
8875+
87878876
tunnel-agent@^0.6.0:
87888877
version "0.6.0"
87898878
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)