Skip to content

Commit f625810

Browse files
committed
Update dependency versions
Signed-off-by: Sora Morimoto <[email protected]>
1 parent cac6264 commit f625810

File tree

2 files changed

+45
-88
lines changed

2 files changed

+45
-88
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@actions/io": "1.0.2"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "4.0.0",
23-
"@typescript-eslint/parser": "3.10.1",
22+
"@typescript-eslint/eslint-plugin": "4.4.0",
23+
"@typescript-eslint/parser": "4.4.0",
2424
"esbuild": "0.7.13",
2525
"eslint": "7.10.0",
2626
"eslint-config-prettier": "6.12.0",

yarn.lock

Lines changed: 43 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@
209209
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
210210
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
211211

212-
"@types/eslint-visitor-keys@^1.0.0":
213-
version "1.0.0"
214-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
215-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
216-
217212
"@types/json-schema@^7.0.3":
218213
version "7.0.4"
219214
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
@@ -229,112 +224,74 @@
229224
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"
230225
integrity sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==
231226

232-
"@typescript-eslint/eslint-plugin@4.0.0":
233-
version "4.0.0"
234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee"
235-
integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA==
227+
"@typescript-eslint/eslint-plugin@4.4.0":
228+
version "4.4.0"
229+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
230+
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
236231
dependencies:
237-
"@typescript-eslint/experimental-utils" "4.0.0"
238-
"@typescript-eslint/scope-manager" "4.0.0"
232+
"@typescript-eslint/experimental-utils" "4.4.0"
233+
"@typescript-eslint/scope-manager" "4.4.0"
239234
debug "^4.1.1"
240235
functional-red-black-tree "^1.0.1"
241236
regexpp "^3.0.0"
242237
semver "^7.3.2"
243238
tsutils "^3.17.1"
244239

245-
"@typescript-eslint/experimental-utils@3.10.1":
246-
version "3.10.1"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
248-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
240+
"@typescript-eslint/experimental-utils@4.4.0":
241+
version "4.4.0"
242+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
243+
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
249244
dependencies:
250245
"@types/json-schema" "^7.0.3"
251-
"@typescript-eslint/types" "3.10.1"
252-
"@typescript-eslint/typescript-estree" "3.10.1"
246+
"@typescript-eslint/scope-manager" "4.4.0"
247+
"@typescript-eslint/types" "4.4.0"
248+
"@typescript-eslint/typescript-estree" "4.4.0"
253249
eslint-scope "^5.0.0"
254250
eslint-utils "^2.0.0"
255251

256-
"@typescript-eslint/experimental-utils@4.0.0":
257-
version "4.0.0"
258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5"
259-
integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw==
252+
"@typescript-eslint/parser@4.4.0":
253+
version "4.4.0"
254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
255+
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
260256
dependencies:
261-
"@types/json-schema" "^7.0.3"
262-
"@typescript-eslint/scope-manager" "4.0.0"
263-
"@typescript-eslint/types" "4.0.0"
264-
"@typescript-eslint/typescript-estree" "4.0.0"
265-
eslint-scope "^5.0.0"
266-
eslint-utils "^2.0.0"
267-
268-
"@typescript-eslint/[email protected]":
269-
version "3.10.1"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
271-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
272-
dependencies:
273-
"@types/eslint-visitor-keys" "^1.0.0"
274-
"@typescript-eslint/experimental-utils" "3.10.1"
275-
"@typescript-eslint/types" "3.10.1"
276-
"@typescript-eslint/typescript-estree" "3.10.1"
277-
eslint-visitor-keys "^1.1.0"
257+
"@typescript-eslint/scope-manager" "4.4.0"
258+
"@typescript-eslint/types" "4.4.0"
259+
"@typescript-eslint/typescript-estree" "4.4.0"
260+
debug "^4.1.1"
278261

279-
"@typescript-eslint/scope-manager@4.0.0":
280-
version "4.0.0"
281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8"
282-
integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg==
262+
"@typescript-eslint/scope-manager@4.4.0":
263+
version "4.4.0"
264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
265+
integrity sha512-r2FIeeU1lmW4K3CxgOAt8djI5c6Q/5ULAgdVo9AF3hPMpu0B14WznBAtxrmB/qFVbVIB6fSx2a+EVXuhSVMEyA==
283266
dependencies:
284-
"@typescript-eslint/types" "4.0.0"
285-
"@typescript-eslint/visitor-keys" "4.0.0"
286-
287-
"@typescript-eslint/[email protected]":
288-
version "3.10.1"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
290-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
267+
"@typescript-eslint/types" "4.4.0"
268+
"@typescript-eslint/visitor-keys" "4.4.0"
291269

292-
"@typescript-eslint/types@4.0.0":
293-
version "4.0.0"
294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5"
295-
integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg==
270+
"@typescript-eslint/types@4.4.0":
271+
version "4.4.0"
272+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
273+
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
296274

297-
"@typescript-eslint/typescript-estree@3.10.1":
298-
version "3.10.1"
299-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
300-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
275+
"@typescript-eslint/typescript-estree@4.4.0":
276+
version "4.4.0"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
278+
integrity sha512-Fh85feshKXwki4nZ1uhCJHmqKJqCMba+8ZicQIhNi5d5jSQFteWiGeF96DTjO8br7fn+prTP+t3Cz/a/3yOKqw==
301279
dependencies:
302-
"@typescript-eslint/types" "3.10.1"
303-
"@typescript-eslint/visitor-keys" "3.10.1"
304-
debug "^4.1.1"
305-
glob "^7.1.6"
306-
is-glob "^4.0.1"
307-
lodash "^4.17.15"
308-
semver "^7.3.2"
309-
tsutils "^3.17.1"
310-
311-
"@typescript-eslint/[email protected]":
312-
version "4.0.0"
313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097"
314-
integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA==
315-
dependencies:
316-
"@typescript-eslint/types" "4.0.0"
317-
"@typescript-eslint/visitor-keys" "4.0.0"
280+
"@typescript-eslint/types" "4.4.0"
281+
"@typescript-eslint/visitor-keys" "4.4.0"
318282
debug "^4.1.1"
319283
globby "^11.0.1"
320284
is-glob "^4.0.1"
321285
lodash "^4.17.15"
322286
semver "^7.3.2"
323287
tsutils "^3.17.1"
324288

325-
"@typescript-eslint/[email protected]":
326-
version "3.10.1"
327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
328-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
329-
dependencies:
330-
eslint-visitor-keys "^1.1.0"
331-
332-
"@typescript-eslint/[email protected]":
333-
version "4.0.0"
334-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33"
335-
integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ==
289+
"@typescript-eslint/[email protected]":
290+
version "4.4.0"
291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"
292+
integrity sha512-oBWeroUZCVsHLiWRdcTXJB7s1nB3taFY8WGvS23tiAlT6jXVvsdAV4rs581bgdEjOhn43q6ro7NkOiLKu6kFqA==
336293
dependencies:
337-
"@typescript-eslint/types" "4.0.0"
294+
"@typescript-eslint/types" "4.4.0"
338295
eslint-visitor-keys "^2.0.0"
339296

340297
acorn-jsx@^5.2.0:
@@ -923,7 +880,7 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
923880
dependencies:
924881
is-glob "^4.0.1"
925882

926-
glob@^7.1.3, glob@^7.1.6:
883+
glob@^7.1.3:
927884
version "7.1.6"
928885
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
929886
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==

0 commit comments

Comments
 (0)