Skip to content

Commit 05ffabb

Browse files
committed
Update typescript-eslint monorepo to v5
1 parent 5970e5c commit 05ffabb

2 files changed

Lines changed: 134 additions & 72 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/react": "17.0.37",
5353
"@types/react-dom": "17.0.11",
5454
"@types/styled-components": "5.1.16",
55-
"@typescript-eslint/eslint-plugin": "4.29.3",
56-
"@typescript-eslint/parser": "4.29.3",
55+
"@typescript-eslint/eslint-plugin": "5.13.0",
56+
"@typescript-eslint/parser": "5.13.0",
5757
"babel-loader": "8.2.3",
5858
"copy-webpack-plugin": "5.1.2",
5959
"css-loader": "5.2.7",

yarn.lock

Lines changed: 132 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -4318,7 +4318,7 @@
43184318
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
43194319
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
43204320

4321-
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
4321+
"@types/json-schema@^7.0.5":
43224322
version "7.0.7"
43234323
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
43244324
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -4328,6 +4328,11 @@
43284328
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
43294329
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
43304330

4331+
"@types/json-schema@^7.0.9":
4332+
version "7.0.9"
4333+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
4334+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
4335+
43314336
"@types/json5@^0.0.29":
43324337
version "0.0.29"
43334338
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -4557,74 +4562,85 @@
45574562
dependencies:
45584563
"@types/node" "*"
45594564

4560-
"@typescript-eslint/eslint-plugin@4.29.3":
4561-
version "4.29.3"
4562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
4563-
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
4565+
"@typescript-eslint/eslint-plugin@5.13.0":
4566+
version "5.13.0"
4567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
4568+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
45644569
dependencies:
4565-
"@typescript-eslint/experimental-utils" "4.29.3"
4566-
"@typescript-eslint/scope-manager" "4.29.3"
4567-
debug "^4.3.1"
4570+
"@typescript-eslint/scope-manager" "5.13.0"
4571+
"@typescript-eslint/type-utils" "5.13.0"
4572+
"@typescript-eslint/utils" "5.13.0"
4573+
debug "^4.3.2"
45684574
functional-red-black-tree "^1.0.1"
4569-
regexpp "^3.1.0"
4575+
ignore "^5.1.8"
4576+
regexpp "^3.2.0"
45704577
semver "^7.3.5"
45714578
tsutils "^3.21.0"
45724579

4573-
"@typescript-eslint/experimental-utils@4.29.3":
4574-
version "4.29.3"
4575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
4576-
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
4580+
"@typescript-eslint/parser@5.13.0":
4581+
version "5.13.0"
4582+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
4583+
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
45774584
dependencies:
4578-
"@types/json-schema" "^7.0.7"
4579-
"@typescript-eslint/scope-manager" "4.29.3"
4580-
"@typescript-eslint/types" "4.29.3"
4581-
"@typescript-eslint/typescript-estree" "4.29.3"
4582-
eslint-scope "^5.1.1"
4583-
eslint-utils "^3.0.0"
4585+
"@typescript-eslint/scope-manager" "5.13.0"
4586+
"@typescript-eslint/types" "5.13.0"
4587+
"@typescript-eslint/typescript-estree" "5.13.0"
4588+
debug "^4.3.2"
45844589

4585-
"@typescript-eslint/parser@4.29.3":
4586-
version "4.29.3"
4587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
4588-
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
4589-
dependencies:
4590-
"@typescript-eslint/scope-manager" "4.29.3"
4591-
"@typescript-eslint/types" "4.29.3"
4592-
"@typescript-eslint/typescript-estree" "4.29.3"
4593-
debug "^4.3.1"
4594-
4595-
"@typescript-eslint/scope-manager@4.29.3":
4596-
version "4.29.3"
4597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
4598-
integrity sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==
4599-
dependencies:
4600-
"@typescript-eslint/types" "4.29.3"
4601-
"@typescript-eslint/visitor-keys" "4.29.3"
4602-
4603-
"@typescript-eslint/types@4.29.3":
4604-
version "4.29.3"
4605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
4606-
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
4607-
4608-
"@typescript-eslint/typescript-estree@4.29.3":
4609-
version "4.29.3"
4610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
4611-
integrity sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==
4612-
dependencies:
4613-
"@typescript-eslint/types" "4.29.3"
4614-
"@typescript-eslint/visitor-keys" "4.29.3"
4615-
debug "^4.3.1"
4616-
globby "^11.0.3"
4617-
is-glob "^4.0.1"
4590+
"@typescript-eslint/scope-manager@5.13.0":
4591+
version "5.13.0"
4592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
4593+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
4594+
dependencies:
4595+
"@typescript-eslint/types" "5.13.0"
4596+
"@typescript-eslint/visitor-keys" "5.13.0"
4597+
4598+
"@typescript-eslint/type-utils@5.13.0":
4599+
version "5.13.0"
4600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
4601+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
4602+
dependencies:
4603+
"@typescript-eslint/utils" "5.13.0"
4604+
debug "^4.3.2"
4605+
tsutils "^3.21.0"
4606+
4607+
"@typescript-eslint/types@5.13.0":
4608+
version "5.13.0"
4609+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
4610+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
4611+
4612+
"@typescript-eslint/typescript-estree@5.13.0":
4613+
version "5.13.0"
4614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
4615+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
4616+
dependencies:
4617+
"@typescript-eslint/types" "5.13.0"
4618+
"@typescript-eslint/visitor-keys" "5.13.0"
4619+
debug "^4.3.2"
4620+
globby "^11.0.4"
4621+
is-glob "^4.0.3"
46184622
semver "^7.3.5"
46194623
tsutils "^3.21.0"
46204624

4621-
"@typescript-eslint/visitor-keys@4.29.3":
4622-
version "4.29.3"
4623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
4624-
integrity sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==
4625+
"@typescript-eslint/utils@5.13.0":
4626+
version "5.13.0"
4627+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
4628+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
46254629
dependencies:
4626-
"@typescript-eslint/types" "4.29.3"
4627-
eslint-visitor-keys "^2.0.0"
4630+
"@types/json-schema" "^7.0.9"
4631+
"@typescript-eslint/scope-manager" "5.13.0"
4632+
"@typescript-eslint/types" "5.13.0"
4633+
"@typescript-eslint/typescript-estree" "5.13.0"
4634+
eslint-scope "^5.1.1"
4635+
eslint-utils "^3.0.0"
4636+
4637+
"@typescript-eslint/visitor-keys@5.13.0":
4638+
version "5.13.0"
4639+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
4640+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
4641+
dependencies:
4642+
"@typescript-eslint/types" "5.13.0"
4643+
eslint-visitor-keys "^3.0.0"
46284644

46294645
"@webassemblyjs/ast@1.9.0":
46304646
version "1.9.0"
@@ -6627,10 +6643,10 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
66276643
dependencies:
66286644
ms "^2.1.1"
66296645

6630-
debug@^4.3.1:
6631-
version "4.3.1"
6632-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
6633-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
6646+
debug@^4.3.2:
6647+
version "4.3.3"
6648+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
6649+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
66346650
dependencies:
66356651
ms "2.1.2"
66366652

@@ -7395,6 +7411,11 @@ eslint-visitor-keys@^2.0.0:
73957411
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
73967412
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
73977413

7414+
eslint-visitor-keys@^3.0.0:
7415+
version "3.3.0"
7416+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
7417+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
7418+
73987419
eslint@7.32.0:
73997420
version "7.32.0"
74007421
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -7702,6 +7723,17 @@ fast-glob@^3.1.1:
77027723
micromatch "^4.0.2"
77037724
picomatch "^2.2.1"
77047725

7726+
fast-glob@^3.2.9:
7727+
version "3.2.11"
7728+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
7729+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
7730+
dependencies:
7731+
"@nodelib/fs.stat" "^2.0.2"
7732+
"@nodelib/fs.walk" "^1.2.3"
7733+
glob-parent "^5.1.2"
7734+
merge2 "^1.3.0"
7735+
micromatch "^4.0.4"
7736+
77057737
fast-json-parse@^1.0.3:
77067738
version "1.0.3"
77077739
resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d"
@@ -8298,16 +8330,16 @@ globby@^11.0.2:
82988330
merge2 "^1.3.0"
82998331
slash "^3.0.0"
83008332

8301-
globby@^11.0.3:
8302-
version "11.0.3"
8303-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
8304-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
8333+
globby@^11.0.4:
8334+
version "11.1.0"
8335+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
8336+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
83058337
dependencies:
83068338
array-union "^2.1.0"
83078339
dir-glob "^3.0.1"
8308-
fast-glob "^3.1.1"
8309-
ignore "^5.1.4"
8310-
merge2 "^1.3.0"
8340+
fast-glob "^3.2.9"
8341+
ignore "^5.2.0"
8342+
merge2 "^1.4.1"
83118343
slash "^3.0.0"
83128344

83138345
globby@^6.1.0:
@@ -8829,6 +8861,11 @@ ignore@^5.1.4:
88298861
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
88308862
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
88318863

8864+
ignore@^5.1.8, ignore@^5.2.0:
8865+
version "5.2.0"
8866+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
8867+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
8868+
88328869
immer@8.0.1:
88338870
version "8.0.1"
88348871
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
@@ -9172,6 +9209,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
91729209
dependencies:
91739210
is-extglob "^2.1.1"
91749211

9212+
is-glob@^4.0.3:
9213+
version "4.0.3"
9214+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
9215+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
9216+
dependencies:
9217+
is-extglob "^2.1.1"
9218+
91759219
is-hexadecimal@^1.0.0:
91769220
version "1.0.4"
91779221
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
@@ -9951,7 +9995,7 @@ merge2@^1.2.3:
99519995
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
99529996
integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==
99539997

9954-
merge2@^1.3.0:
9998+
merge2@^1.3.0, merge2@^1.4.1:
99559999
version "1.4.1"
995610000
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
995710001
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -9993,6 +10037,14 @@ micromatch@^4.0.0, micromatch@^4.0.2:
999310037
braces "^3.0.1"
999410038
picomatch "^2.0.5"
999510039

10040+
micromatch@^4.0.4:
10041+
version "4.0.4"
10042+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
10043+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
10044+
dependencies:
10045+
braces "^3.0.1"
10046+
picomatch "^2.2.3"
10047+
999610048
miller-rabin@^4.0.0:
999710049
version "4.0.1"
999810050
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -10981,6 +11033,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
1098111033
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1098211034
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1098311035

11036+
picomatch@^2.2.3:
11037+
version "2.3.1"
11038+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
11039+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
11040+
1098411041
picomatch@^2.3.0:
1098511042
version "2.3.0"
1098611043
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -12068,6 +12125,11 @@ regexpp@^3.1.0:
1206812125
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1206912126
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
1207012127

12128+
regexpp@^3.2.0:
12129+
version "3.2.0"
12130+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
12131+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
12132+
1207112133
regexpu-core@^4.7.0:
1207212134
version "4.7.0"
1207312135
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938"

0 commit comments

Comments
 (0)