Skip to content

Commit 9692389

Browse files
chore(deps): update typescript-eslint monorepo to v5.60.1
1 parent ccfe9f5 commit 9692389

File tree

2 files changed

+114
-86
lines changed

2 files changed

+114
-86
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {},
5050
"resolutions": {
51-
"**/@typescript-eslint/eslint-plugin": "5.11.0",
52-
"**/@typescript-eslint/parser": "5.11.0",
51+
"**/@typescript-eslint/eslint-plugin": "5.60.1",
52+
"**/@typescript-eslint/parser": "5.60.1",
5353
"**/jest": "27.5.1",
5454
"**/ts-jest": "27.1.3",
5555
"**/typescript": "4.5.5"

yarn.lock

Lines changed: 112 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,18 @@
10991099
dependencies:
11001100
"@cspotcode/source-map-consumer" "0.8.0"
11011101

1102+
"@eslint-community/eslint-utils@^4.2.0":
1103+
version "4.4.0"
1104+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1105+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1106+
dependencies:
1107+
eslint-visitor-keys "^3.3.0"
1108+
1109+
"@eslint-community/regexpp@^4.4.0":
1110+
version "4.5.1"
1111+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1112+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1113+
11021114
"@gar/promisify@^1.0.1":
11031115
version "1.1.2"
11041116
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
@@ -1956,6 +1968,11 @@
19561968
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
19571969
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
19581970

1971+
"@types/semver@^7.3.12":
1972+
version "7.5.0"
1973+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1974+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1975+
19591976
"@types/stack-utils@^1.0.1":
19601977
version "1.0.1"
19611978
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -1985,85 +2002,89 @@
19852002
dependencies:
19862003
"@types/yargs-parser" "*"
19872004

1988-
"@typescript-eslint/eslint-plugin@5.11.0", "@typescript-eslint/eslint-plugin@^2.12.0":
1989-
version "5.11.0"
1990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
1991-
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
1992-
dependencies:
1993-
"@typescript-eslint/scope-manager" "5.11.0"
1994-
"@typescript-eslint/type-utils" "5.11.0"
1995-
"@typescript-eslint/utils" "5.11.0"
1996-
debug "^4.3.2"
1997-
functional-red-black-tree "^1.0.1"
1998-
ignore "^5.1.8"
1999-
regexpp "^3.2.0"
2000-
semver "^7.3.5"
2005+
"@typescript-eslint/eslint-plugin@5.60.1", "@typescript-eslint/eslint-plugin@^2.12.0":
2006+
version "5.60.1"
2007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
2008+
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
2009+
dependencies:
2010+
"@eslint-community/regexpp" "^4.4.0"
2011+
"@typescript-eslint/scope-manager" "5.60.1"
2012+
"@typescript-eslint/type-utils" "5.60.1"
2013+
"@typescript-eslint/utils" "5.60.1"
2014+
debug "^4.3.4"
2015+
grapheme-splitter "^1.0.4"
2016+
ignore "^5.2.0"
2017+
natural-compare-lite "^1.4.0"
2018+
semver "^7.3.7"
20012019
tsutils "^3.21.0"
20022020

2003-
"@typescript-eslint/parser@5.11.0", "@typescript-eslint/parser@^2.12.0":
2004-
version "5.11.0"
2005-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
2006-
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
2021+
"@typescript-eslint/parser@5.60.1", "@typescript-eslint/parser@^2.12.0":
2022+
version "5.60.1"
2023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
2024+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
20072025
dependencies:
2008-
"@typescript-eslint/scope-manager" "5.11.0"
2009-
"@typescript-eslint/types" "5.11.0"
2010-
"@typescript-eslint/typescript-estree" "5.11.0"
2011-
debug "^4.3.2"
2026+
"@typescript-eslint/scope-manager" "5.60.1"
2027+
"@typescript-eslint/types" "5.60.1"
2028+
"@typescript-eslint/typescript-estree" "5.60.1"
2029+
debug "^4.3.4"
20122030

2013-
"@typescript-eslint/scope-manager@5.11.0":
2014-
version "5.11.0"
2015-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
2016-
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
2031+
"@typescript-eslint/scope-manager@5.60.1":
2032+
version "5.60.1"
2033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
2034+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
20172035
dependencies:
2018-
"@typescript-eslint/types" "5.11.0"
2019-
"@typescript-eslint/visitor-keys" "5.11.0"
2036+
"@typescript-eslint/types" "5.60.1"
2037+
"@typescript-eslint/visitor-keys" "5.60.1"
20202038

2021-
"@typescript-eslint/type-utils@5.11.0":
2022-
version "5.11.0"
2023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
2024-
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
2039+
"@typescript-eslint/type-utils@5.60.1":
2040+
version "5.60.1"
2041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
2042+
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
20252043
dependencies:
2026-
"@typescript-eslint/utils" "5.11.0"
2027-
debug "^4.3.2"
2044+
"@typescript-eslint/typescript-estree" "5.60.1"
2045+
"@typescript-eslint/utils" "5.60.1"
2046+
debug "^4.3.4"
20282047
tsutils "^3.21.0"
20292048

2030-
"@typescript-eslint/types@5.11.0":
2031-
version "5.11.0"
2032-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
2033-
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
2049+
"@typescript-eslint/types@5.60.1":
2050+
version "5.60.1"
2051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
2052+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
20342053

2035-
"@typescript-eslint/typescript-estree@5.11.0":
2036-
version "5.11.0"
2037-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
2038-
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
2054+
"@typescript-eslint/typescript-estree@5.60.1":
2055+
version "5.60.1"
2056+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
2057+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
20392058
dependencies:
2040-
"@typescript-eslint/types" "5.11.0"
2041-
"@typescript-eslint/visitor-keys" "5.11.0"
2042-
debug "^4.3.2"
2043-
globby "^11.0.4"
2059+
"@typescript-eslint/types" "5.60.1"
2060+
"@typescript-eslint/visitor-keys" "5.60.1"
2061+
debug "^4.3.4"
2062+
globby "^11.1.0"
20442063
is-glob "^4.0.3"
2045-
semver "^7.3.5"
2064+
semver "^7.3.7"
20462065
tsutils "^3.21.0"
20472066

2048-
"@typescript-eslint/utils@5.11.0":
2049-
version "5.11.0"
2050-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
2051-
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
2067+
"@typescript-eslint/utils@5.60.1":
2068+
version "5.60.1"
2069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
2070+
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
20522071
dependencies:
2072+
"@eslint-community/eslint-utils" "^4.2.0"
20532073
"@types/json-schema" "^7.0.9"
2054-
"@typescript-eslint/scope-manager" "5.11.0"
2055-
"@typescript-eslint/types" "5.11.0"
2056-
"@typescript-eslint/typescript-estree" "5.11.0"
2074+
"@types/semver" "^7.3.12"
2075+
"@typescript-eslint/scope-manager" "5.60.1"
2076+
"@typescript-eslint/types" "5.60.1"
2077+
"@typescript-eslint/typescript-estree" "5.60.1"
20572078
eslint-scope "^5.1.1"
2058-
eslint-utils "^3.0.0"
2079+
semver "^7.3.7"
20592080

2060-
"@typescript-eslint/visitor-keys@5.11.0":
2061-
version "5.11.0"
2062-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
2063-
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
2081+
"@typescript-eslint/visitor-keys@5.60.1":
2082+
version "5.60.1"
2083+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
2084+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
20642085
dependencies:
2065-
"@typescript-eslint/types" "5.11.0"
2066-
eslint-visitor-keys "^3.0.0"
2086+
"@typescript-eslint/types" "5.60.1"
2087+
eslint-visitor-keys "^3.3.0"
20672088

20682089
JSONStream@^1.0.4:
20692090
version "1.3.5"
@@ -3073,7 +3094,7 @@ dateformat@^3.0.0:
30733094
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
30743095
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
30753096

3076-
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.2:
3097+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
30773098
version "4.3.3"
30783099
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
30793100
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -3094,6 +3115,13 @@ debug@^3.2.7:
30943115
dependencies:
30953116
ms "^2.1.1"
30963117

3118+
debug@^4.3.4:
3119+
version "4.3.4"
3120+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3121+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3122+
dependencies:
3123+
ms "2.1.2"
3124+
30973125
debuglog@^1.0.1:
30983126
version "1.0.1"
30993127
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -3525,27 +3553,15 @@ eslint-utils@^1.4.3:
35253553
dependencies:
35263554
eslint-visitor-keys "^1.1.0"
35273555

3528-
eslint-utils@^3.0.0:
3529-
version "3.0.0"
3530-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3531-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3532-
dependencies:
3533-
eslint-visitor-keys "^2.0.0"
3534-
35353556
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
35363557
version "1.3.0"
35373558
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
35383559
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
35393560

3540-
eslint-visitor-keys@^2.0.0:
3541-
version "2.1.0"
3542-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3543-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3544-
3545-
eslint-visitor-keys@^3.0.0:
3546-
version "3.2.0"
3547-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
3548-
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
3561+
eslint-visitor-keys@^3.3.0:
3562+
version "3.4.1"
3563+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
3564+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
35493565

35503566
eslint@^6.1.0:
35513567
version "6.8.0"
@@ -4035,7 +4051,7 @@ globalyzer@0.1.0:
40354051
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465"
40364052
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
40374053

4038-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4:
4054+
globby@^11.0.0, globby@^11.0.1, globby@^11.1.0:
40394055
version "11.1.0"
40404056
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
40414057
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4057,6 +4073,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
40574073
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
40584074
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
40594075

4076+
grapheme-splitter@^1.0.4:
4077+
version "1.0.4"
4078+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
4079+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
4080+
40604081
handlebars@^4.7.7:
40614082
version "4.7.7"
40624083
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
@@ -4226,7 +4247,7 @@ ignore@^4.0.6:
42264247
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
42274248
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
42284249

4229-
ignore@^5.1.8, ignore@^5.2.0:
4250+
ignore@^5.2.0:
42304251
version "5.2.0"
42314252
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
42324253
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -5843,6 +5864,11 @@ mute-stream@0.0.8, mute-stream@~0.0.4:
58435864
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
58445865
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
58455866

5867+
natural-compare-lite@^1.4.0:
5868+
version "1.4.0"
5869+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5870+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5871+
58465872
natural-compare@^1.4.0:
58475873
version "1.4.0"
58485874
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6813,11 +6839,6 @@ regexpp@^2.0.1:
68136839
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
68146840
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
68156841

6816-
regexpp@^3.2.0:
6817-
version "3.2.0"
6818-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6819-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6820-
68216842
regexpu-core@^4.7.1:
68226843
version "4.8.0"
68236844
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0"
@@ -7114,6 +7135,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
71147135
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
71157136
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
71167137

7138+
semver@^7.3.7:
7139+
version "7.5.3"
7140+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
7141+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
7142+
dependencies:
7143+
lru-cache "^6.0.0"
7144+
71177145
serialize-javascript@^4.0.0:
71187146
version "4.0.0"
71197147
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"

0 commit comments

Comments
 (0)