Skip to content

Commit 13d2ae6

Browse files
authored
Merge pull request #15 from glints-dev/feature/upgrade-dependencies
update dependencies and also remove travis
2 parents 0992396 + 73cc3ac commit 13d2ae6

File tree

3 files changed

+129
-130
lines changed

3 files changed

+129
-130
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"private": false,
1414
"peerDependencies": {
1515
"eslint": ">=6",
16-
"typescript": ">=3.3.1"
16+
"typescript": ">=4.0.0"
1717
},
1818
"publishConfig": {
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@typescript-eslint/eslint-plugin": "^5.18.0",
23-
"@typescript-eslint/parser": "^5.18.0",
24-
"eslint-plugin-react-hooks": "^4.4.0"
22+
"@typescript-eslint/eslint-plugin": "^5.56.0",
23+
"@typescript-eslint/parser": "^5.56.0",
24+
"eslint-plugin-react-hooks": "^4.6.0"
2525
}
2626
}

yarn.lock

Lines changed: 125 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
# yarn lockfile v1
33

44

5+
"@eslint-community/eslint-utils@^4.2.0":
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
8+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
9+
dependencies:
10+
eslint-visitor-keys "^3.3.0"
11+
12+
"@eslint-community/regexpp@^4.4.0":
13+
version "4.4.1"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
15+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
16+
517
"@nodelib/[email protected]":
618
version "2.1.5"
719
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -28,85 +40,94 @@
2840
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
2941
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
3042

31-
"@typescript-eslint/eslint-plugin@^5.18.0":
32-
version "5.18.0"
33-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
34-
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
43+
"@types/semver@^7.3.12":
44+
version "7.3.13"
45+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
46+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
47+
48+
"@typescript-eslint/eslint-plugin@^5.56.0":
49+
version "5.56.0"
50+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
51+
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
3552
dependencies:
36-
"@typescript-eslint/scope-manager" "5.18.0"
37-
"@typescript-eslint/type-utils" "5.18.0"
38-
"@typescript-eslint/utils" "5.18.0"
39-
debug "^4.3.2"
40-
functional-red-black-tree "^1.0.1"
41-
ignore "^5.1.8"
42-
regexpp "^3.2.0"
43-
semver "^7.3.5"
53+
"@eslint-community/regexpp" "^4.4.0"
54+
"@typescript-eslint/scope-manager" "5.56.0"
55+
"@typescript-eslint/type-utils" "5.56.0"
56+
"@typescript-eslint/utils" "5.56.0"
57+
debug "^4.3.4"
58+
grapheme-splitter "^1.0.4"
59+
ignore "^5.2.0"
60+
natural-compare-lite "^1.4.0"
61+
semver "^7.3.7"
4462
tsutils "^3.21.0"
4563

46-
"@typescript-eslint/parser@^5.18.0":
47-
version "5.18.0"
48-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
49-
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
64+
"@typescript-eslint/parser@^5.56.0":
65+
version "5.56.0"
66+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
67+
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
5068
dependencies:
51-
"@typescript-eslint/scope-manager" "5.18.0"
52-
"@typescript-eslint/types" "5.18.0"
53-
"@typescript-eslint/typescript-estree" "5.18.0"
54-
debug "^4.3.2"
55-
56-
"@typescript-eslint/scope-manager@5.18.0":
57-
version "5.18.0"
58-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
59-
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
69+
"@typescript-eslint/scope-manager" "5.56.0"
70+
"@typescript-eslint/types" "5.56.0"
71+
"@typescript-eslint/typescript-estree" "5.56.0"
72+
debug "^4.3.4"
73+
74+
"@typescript-eslint/scope-manager@5.56.0":
75+
version "5.56.0"
76+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
77+
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
6078
dependencies:
61-
"@typescript-eslint/types" "5.18.0"
62-
"@typescript-eslint/visitor-keys" "5.18.0"
79+
"@typescript-eslint/types" "5.56.0"
80+
"@typescript-eslint/visitor-keys" "5.56.0"
6381

64-
"@typescript-eslint/type-utils@5.18.0":
65-
version "5.18.0"
66-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
67-
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
82+
"@typescript-eslint/type-utils@5.56.0":
83+
version "5.56.0"
84+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
85+
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
6886
dependencies:
69-
"@typescript-eslint/utils" "5.18.0"
70-
debug "^4.3.2"
87+
"@typescript-eslint/typescript-estree" "5.56.0"
88+
"@typescript-eslint/utils" "5.56.0"
89+
debug "^4.3.4"
7190
tsutils "^3.21.0"
7291

73-
"@typescript-eslint/types@5.18.0":
74-
version "5.18.0"
75-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
76-
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
92+
"@typescript-eslint/types@5.56.0":
93+
version "5.56.0"
94+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
95+
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
7796

78-
"@typescript-eslint/typescript-estree@5.18.0":
79-
version "5.18.0"
80-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
81-
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
97+
"@typescript-eslint/typescript-estree@5.56.0":
98+
version "5.56.0"
99+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
100+
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
82101
dependencies:
83-
"@typescript-eslint/types" "5.18.0"
84-
"@typescript-eslint/visitor-keys" "5.18.0"
85-
debug "^4.3.2"
86-
globby "^11.0.4"
102+
"@typescript-eslint/types" "5.56.0"
103+
"@typescript-eslint/visitor-keys" "5.56.0"
104+
debug "^4.3.4"
105+
globby "^11.1.0"
87106
is-glob "^4.0.3"
88-
semver "^7.3.5"
107+
semver "^7.3.7"
89108
tsutils "^3.21.0"
90109

91-
"@typescript-eslint/utils@5.18.0":
92-
version "5.18.0"
93-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
94-
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
110+
"@typescript-eslint/utils@5.56.0":
111+
version "5.56.0"
112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
113+
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
95114
dependencies:
115+
"@eslint-community/eslint-utils" "^4.2.0"
96116
"@types/json-schema" "^7.0.9"
97-
"@typescript-eslint/scope-manager" "5.18.0"
98-
"@typescript-eslint/types" "5.18.0"
99-
"@typescript-eslint/typescript-estree" "5.18.0"
117+
"@types/semver" "^7.3.12"
118+
"@typescript-eslint/scope-manager" "5.56.0"
119+
"@typescript-eslint/types" "5.56.0"
120+
"@typescript-eslint/typescript-estree" "5.56.0"
100121
eslint-scope "^5.1.1"
101-
eslint-utils "^3.0.0"
122+
semver "^7.3.7"
102123

103-
"@typescript-eslint/visitor-keys@5.18.0":
104-
version "5.18.0"
105-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
106-
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
124+
"@typescript-eslint/visitor-keys@5.56.0":
125+
version "5.56.0"
126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
127+
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
107128
dependencies:
108-
"@typescript-eslint/types" "5.18.0"
109-
eslint-visitor-keys "^3.0.0"
129+
"@typescript-eslint/types" "5.56.0"
130+
eslint-visitor-keys "^3.3.0"
110131

111132
array-union@^2.1.0:
112133
version "2.1.0"
@@ -120,7 +141,7 @@ braces@^3.0.2:
120141
dependencies:
121142
fill-range "^7.0.1"
122143

123-
debug@^4.3.2:
144+
debug@^4.3.4:
124145
version "4.3.4"
125146
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
126147
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -134,10 +155,10 @@ dir-glob@^3.0.1:
134155
dependencies:
135156
path-type "^4.0.0"
136157

137-
eslint-plugin-react-hooks@^4.4.0:
138-
version "4.4.0"
139-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4"
140-
integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==
158+
eslint-plugin-react-hooks@^4.6.0:
159+
version "4.6.0"
160+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
161+
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
141162

142163
eslint-scope@^5.1.1:
143164
version "5.1.1"
@@ -147,19 +168,7 @@ eslint-scope@^5.1.1:
147168
esrecurse "^4.3.0"
148169
estraverse "^4.1.1"
149170

150-
eslint-utils@^3.0.0:
151-
version "3.0.0"
152-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
153-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
154-
dependencies:
155-
eslint-visitor-keys "^2.0.0"
156-
157-
eslint-visitor-keys@^2.0.0:
158-
version "2.1.0"
159-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
160-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
161-
162-
eslint-visitor-keys@^3.0.0:
171+
eslint-visitor-keys@^3.3.0:
163172
version "3.3.0"
164173
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
165174
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -182,9 +191,9 @@ estraverse@^5.2.0:
182191
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
183192

184193
fast-glob@^3.2.9:
185-
version "3.2.11"
186-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
187-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
194+
version "3.2.12"
195+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
196+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
188197
dependencies:
189198
"@nodelib/fs.stat" "^2.0.2"
190199
"@nodelib/fs.walk" "^1.2.3"
@@ -193,9 +202,9 @@ fast-glob@^3.2.9:
193202
micromatch "^4.0.4"
194203

195204
fastq@^1.6.0:
196-
version "1.13.0"
197-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
198-
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
205+
version "1.15.0"
206+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
207+
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
199208
dependencies:
200209
reusify "^1.0.4"
201210

@@ -206,19 +215,14 @@ fill-range@^7.0.1:
206215
dependencies:
207216
to-regex-range "^5.0.1"
208217

209-
functional-red-black-tree@^1.0.1:
210-
version "1.0.1"
211-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
212-
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
213-
214218
glob-parent@^5.1.2:
215219
version "5.1.2"
216220
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
217221
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
218222
dependencies:
219223
is-glob "^4.0.1"
220224

221-
globby@^11.0.4:
225+
globby@^11.1.0:
222226
version "11.1.0"
223227
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
224228
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -230,15 +234,20 @@ globby@^11.0.4:
230234
merge2 "^1.4.1"
231235
slash "^3.0.0"
232236

233-
ignore@^5.1.8, ignore@^5.2.0:
234-
version "5.2.0"
235-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
236-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
237+
grapheme-splitter@^1.0.4:
238+
version "1.0.4"
239+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
240+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
241+
242+
ignore@^5.2.0:
243+
version "5.2.4"
244+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
245+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
237246

238247
is-extglob@^2.1.1:
239248
version "2.1.1"
240249
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
241-
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
250+
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
242251

243252
is-glob@^4.0.1, is-glob@^4.0.3:
244253
version "4.0.3"
@@ -252,10 +261,12 @@ is-number@^7.0.0:
252261
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
253262
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
254263

255-
lru-cache@^7.4.0:
256-
version "7.8.0"
257-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747"
258-
integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==
264+
lru-cache@^6.0.0:
265+
version "6.0.0"
266+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
267+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
268+
dependencies:
269+
yallist "^4.0.0"
259270

260271
merge2@^1.3.0, merge2@^1.4.1:
261272
version "1.4.1"
@@ -275,6 +286,11 @@ [email protected]:
275286
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
276287
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
277288

289+
natural-compare-lite@^1.4.0:
290+
version "1.4.0"
291+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
292+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
293+
278294
path-type@^4.0.0:
279295
version "4.0.0"
280296
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -290,11 +306,6 @@ queue-microtask@^1.2.2:
290306
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
291307
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
292308

293-
regexpp@^3.2.0:
294-
version "3.2.0"
295-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
296-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
297-
298309
reusify@^1.0.4:
299310
version "1.0.4"
300311
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
@@ -307,12 +318,12 @@ run-parallel@^1.1.9:
307318
dependencies:
308319
queue-microtask "^1.2.2"
309320

310-
semver@^7.3.5:
311-
version "7.3.6"
312-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.6.tgz#5d73886fb9c0c6602e79440b97165c29581cbb2b"
313-
integrity sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==
321+
semver@^7.3.7:
322+
version "7.3.8"
323+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
324+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
314325
dependencies:
315-
lru-cache "^7.4.0"
326+
lru-cache "^6.0.0"
316327

317328
slash@^3.0.0:
318329
version "3.0.0"
@@ -337,3 +348,8 @@ tsutils@^3.21.0:
337348
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
338349
dependencies:
339350
tslib "^1.8.1"
351+
352+
yallist@^4.0.0:
353+
version "4.0.0"
354+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
355+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)