Skip to content

Commit f248076

Browse files
feat: update packages
1 parent dda6504 commit f248076

File tree

2 files changed

+112
-117
lines changed

2 files changed

+112
-117
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@technote-space/github-action-test-helper": "^0.0.28",
3232
"@types/jest": "^24.0.25",
3333
"@types/node": "^13.1.6",
34-
"@typescript-eslint/eslint-plugin": "^2.15.0",
35-
"@typescript-eslint/parser": "^2.15.0",
34+
"@typescript-eslint/eslint-plugin": "^2.16.0",
35+
"@typescript-eslint/parser": "^2.16.0",
3636
"eslint": "^6.8.0",
3737
"jest": "^24.9.0",
3838
"jest-circus": "^24.9.0",

yarn.lock

Lines changed: 110 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"@octokit/graphql" "^4.3.1"
1616
"@octokit/rest" "^16.15.0"
1717

18-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.0":
19-
version "7.8.0"
20-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.0.tgz#8c98d4ac29d6f80f28127b1bc50970a72086c5ac"
21-
integrity sha512-AN2IR/wCUYsM+PdErq6Bp3RFTXl8W0p9Nmymm7zkpsCmh+r/YYcckaCGpU8Q/mEKmST19kkGRaG42A/jxOWwBA==
18+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
19+
version "7.8.3"
20+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
21+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
2222
dependencies:
23-
"@babel/highlight" "^7.8.0"
23+
"@babel/highlight" "^7.8.3"
2424

2525
"@babel/core@^7.1.0":
26-
version "7.8.0"
27-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.0.tgz#fd273d4faf69cc20ee3ccfd32d42df916bb4a15c"
28-
integrity sha512-3rqPi/bv/Xfu2YzHvBz4XqMI1fKVwnhntPA1/fjoECrSjrhbOCxlTrbVu5gUtr8zkxW+RpkDOa/HCW93gzS2Dw==
29-
dependencies:
30-
"@babel/code-frame" "^7.8.0"
31-
"@babel/generator" "^7.8.0"
32-
"@babel/helpers" "^7.8.0"
33-
"@babel/parser" "^7.8.0"
34-
"@babel/template" "^7.8.0"
35-
"@babel/traverse" "^7.8.0"
36-
"@babel/types" "^7.8.0"
26+
version "7.8.3"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
28+
integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==
29+
dependencies:
30+
"@babel/code-frame" "^7.8.3"
31+
"@babel/generator" "^7.8.3"
32+
"@babel/helpers" "^7.8.3"
33+
"@babel/parser" "^7.8.3"
34+
"@babel/template" "^7.8.3"
35+
"@babel/traverse" "^7.8.3"
36+
"@babel/types" "^7.8.3"
3737
convert-source-map "^1.7.0"
3838
debug "^4.1.0"
3939
gensync "^1.0.0-beta.1"
@@ -43,102 +43,102 @@
4343
semver "^5.4.1"
4444
source-map "^0.5.0"
4545

46-
"@babel/generator@^7.4.0", "@babel/generator@^7.8.0":
47-
version "7.8.0"
48-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.0.tgz#40a1244677be58ffdc5cd01e22634cd1d5b29edf"
49-
integrity sha512-2Lp2e02CV2C7j/H4n4D9YvsvdhPVVg9GDIamr6Tu4tU35mL3mzOrzl1lZ8ZJtysfZXh+y+AGORc2rPS7yHxBUg==
46+
"@babel/generator@^7.4.0", "@babel/generator@^7.8.3":
47+
version "7.8.3"
48+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
49+
integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==
5050
dependencies:
51-
"@babel/types" "^7.8.0"
51+
"@babel/types" "^7.8.3"
5252
jsesc "^2.5.1"
5353
lodash "^4.17.13"
5454
source-map "^0.5.0"
5555

56-
"@babel/helper-function-name@^7.8.0":
57-
version "7.8.0"
58-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.0.tgz#dde5cf0d6b15c21817a67dd66fe7350348e023bf"
59-
integrity sha512-x9psucuU0Xalw+0Vpr2FYJMLB7/KnPSLZhlkUyOGbYAWRDfmtZBrguYpJYiaNCRV7vGkYjO/gF6/J6yMvdWTDw==
56+
"@babel/helper-function-name@^7.8.3":
57+
version "7.8.3"
58+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
59+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
6060
dependencies:
61-
"@babel/helper-get-function-arity" "^7.8.0"
62-
"@babel/template" "^7.8.0"
63-
"@babel/types" "^7.8.0"
61+
"@babel/helper-get-function-arity" "^7.8.3"
62+
"@babel/template" "^7.8.3"
63+
"@babel/types" "^7.8.3"
6464

65-
"@babel/helper-get-function-arity@^7.8.0":
66-
version "7.8.0"
67-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.0.tgz#90977f61d76d2225d1ae0208def7df22ea92792e"
68-
integrity sha512-eUP5grliToMapQiTaYS2AAO/WwaCG7cuJztR1v/a1aPzUzUeGt+AaI9OvLATc/AfFkF8SLJ10d5ugGt/AQ9d6w==
65+
"@babel/helper-get-function-arity@^7.8.3":
66+
version "7.8.3"
67+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
68+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
6969
dependencies:
70-
"@babel/types" "^7.8.0"
70+
"@babel/types" "^7.8.3"
7171

7272
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
73-
version "7.8.0"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz#59ec882d43c21c544ccb51decaecb306b34a8231"
75-
integrity sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==
73+
version "7.8.3"
74+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
75+
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
7676

77-
"@babel/helper-split-export-declaration@^7.8.0":
78-
version "7.8.0"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.0.tgz#ed10cb03b07454c0d40735fad4e9c9711e739588"
80-
integrity sha512-YhYFhH4T6DlbT6CPtVgLfC1Jp2gbCawU/ml7WJvUpBg01bCrXSzTYMZZXbbIGjq/kHmK8YUATxTppcRGzj31pA==
77+
"@babel/helper-split-export-declaration@^7.8.3":
78+
version "7.8.3"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
80+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
8181
dependencies:
82-
"@babel/types" "^7.8.0"
82+
"@babel/types" "^7.8.3"
8383

84-
"@babel/helpers@^7.8.0":
85-
version "7.8.0"
86-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.0.tgz#3d3e6e08febf5edbbf63b1cf64395525aa3ece37"
87-
integrity sha512-srWKpjAFbiut5JoCReZJ098hLqoZ9HufOnKZPggc7j74XaPuQ+9b3RYPV1M/HfjL63lCNd8uI1O487qIWxAFNA==
84+
"@babel/helpers@^7.8.3":
85+
version "7.8.3"
86+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85"
87+
integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ==
8888
dependencies:
89-
"@babel/template" "^7.8.0"
90-
"@babel/traverse" "^7.8.0"
91-
"@babel/types" "^7.8.0"
89+
"@babel/template" "^7.8.3"
90+
"@babel/traverse" "^7.8.3"
91+
"@babel/types" "^7.8.3"
9292

93-
"@babel/highlight@^7.8.0":
94-
version "7.8.0"
95-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.0.tgz#4cc003dc10359919e2e3a1d9459150942913dd1a"
96-
integrity sha512-OsdTJbHlPtIk2mmtwXItYrdmalJ8T0zpVzNAbKSkHshuywj7zb29Y09McV/jQsQunc/nEyHiPV2oy9llYMLqxw==
93+
"@babel/highlight@^7.8.3":
94+
version "7.8.3"
95+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
96+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
9797
dependencies:
9898
chalk "^2.0.0"
9999
esutils "^2.0.2"
100100
js-tokens "^4.0.0"
101101

102-
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.8.0":
103-
version "7.8.0"
104-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.0.tgz#54682775f1fb25dd29a93a02315aab29a6a292bb"
105-
integrity sha512-VVtsnUYbd1+2A2vOVhm4P2qNXQE8L/W859GpUHfUcdhX8d3pEKThZuIr6fztocWx9HbK+00/CR0tXnhAggJ4CA==
102+
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.8.3":
103+
version "7.8.3"
104+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
105+
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
106106

107107
"@babel/plugin-syntax-object-rest-spread@^7.0.0":
108-
version "7.8.0"
109-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.0.tgz#9b37d580d459682364d8602494c69145b394fd4c"
110-
integrity sha512-dt89fDlkfkTrQcy5KavMQPyF2A6tR0kYp8HAnIoQv5hO34iAUffHghP/hMGd7Gf/+uYTmLQO0ar7peX1SUWyIA==
108+
version "7.8.3"
109+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
110+
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
111111
dependencies:
112112
"@babel/helper-plugin-utils" "^7.8.0"
113113

114-
"@babel/template@^7.4.0", "@babel/template@^7.8.0":
115-
version "7.8.0"
116-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.0.tgz#a32f57ad3be89c0fa69ae87b53b4826844dc6330"
117-
integrity sha512-0NNMDsY2t3ltAVVK1WHNiaePo3tXPUeJpCX4I3xSKFoEl852wJHG8mrgHVADf8Lz1y+8al9cF7cSSfzSnFSYiw==
118-
dependencies:
119-
"@babel/code-frame" "^7.8.0"
120-
"@babel/parser" "^7.8.0"
121-
"@babel/types" "^7.8.0"
122-
123-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.0":
124-
version "7.8.0"
125-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.0.tgz#d85266fdcff553c10e57b672604b36383a127c1f"
126-
integrity sha512-d/6sPXFLGlJHZO/zWDtgFaKyalCOHLedzxpVJn6el1cw+f2TZa7xZEszeXdOw6EUemqRFBAn106BWBvtSck9Qw==
127-
dependencies:
128-
"@babel/code-frame" "^7.8.0"
129-
"@babel/generator" "^7.8.0"
130-
"@babel/helper-function-name" "^7.8.0"
131-
"@babel/helper-split-export-declaration" "^7.8.0"
132-
"@babel/parser" "^7.8.0"
133-
"@babel/types" "^7.8.0"
114+
"@babel/template@^7.4.0", "@babel/template@^7.8.3":
115+
version "7.8.3"
116+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
117+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
118+
dependencies:
119+
"@babel/code-frame" "^7.8.3"
120+
"@babel/parser" "^7.8.3"
121+
"@babel/types" "^7.8.3"
122+
123+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.8.3":
124+
version "7.8.3"
125+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
126+
integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==
127+
dependencies:
128+
"@babel/code-frame" "^7.8.3"
129+
"@babel/generator" "^7.8.3"
130+
"@babel/helper-function-name" "^7.8.3"
131+
"@babel/helper-split-export-declaration" "^7.8.3"
132+
"@babel/parser" "^7.8.3"
133+
"@babel/types" "^7.8.3"
134134
debug "^4.1.0"
135135
globals "^11.1.0"
136136
lodash "^4.17.13"
137137

138-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.8.0":
139-
version "7.8.0"
140-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.0.tgz#1a2039a028057a2c888b668d94c98e61ea906e7f"
141-
integrity sha512-1RF84ehyx9HH09dMMwGWl3UTWlVoCPtqqJPjGuC4JzMe1ZIVDJ2DT8mv3cPv/A7veLD6sgR7vi95lJqm+ZayIg==
138+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3":
139+
version "7.8.3"
140+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
141+
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
142142
dependencies:
143143
esutils "^2.0.2"
144144
lodash "^4.17.13"
@@ -455,9 +455,9 @@
455455
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
456456

457457
"@types/yargs-parser@*":
458-
version "13.1.0"
459-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
460-
integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==
458+
version "15.0.0"
459+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
460+
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
461461

462462
"@types/yargs@^13.0.0":
463463
version "13.0.5"
@@ -466,46 +466,46 @@
466466
dependencies:
467467
"@types/yargs-parser" "*"
468468

469-
"@typescript-eslint/eslint-plugin@^2.15.0":
470-
version "2.15.0"
471-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.15.0.tgz#5442c30b687ffd576ff74cfea46a6d7bfb0ee893"
472-
integrity sha512-XRJFznI5v4K1WvIrWmjFjBAdQWaUTz4xJEdqR7+wAFsv6Q9dP3mOlE6BMNT3pdlp9eF1+bC5m5LZTmLMqffCVw==
469+
"@typescript-eslint/eslint-plugin@^2.16.0":
470+
version "2.16.0"
471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.16.0.tgz#bf339b7db824c7cc3fd1ebedbc88dd17016471af"
472+
integrity sha512-TKWbeFAKRPrvKiR9GNxErQ8sELKqg1ZvXi6uho07mcKShBnCnqNpDQWP01FEvWKf0bxM2g7uQEI5MNjSNqvUpQ==
473473
dependencies:
474-
"@typescript-eslint/experimental-utils" "2.15.0"
474+
"@typescript-eslint/experimental-utils" "2.16.0"
475475
eslint-utils "^1.4.3"
476476
functional-red-black-tree "^1.0.1"
477477
regexpp "^3.0.0"
478478
tsutils "^3.17.1"
479479

480-
"@typescript-eslint/experimental-utils@2.15.0":
481-
version "2.15.0"
482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
483-
integrity sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==
480+
"@typescript-eslint/experimental-utils@2.16.0":
481+
version "2.16.0"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.16.0.tgz#bba65685728c532e0ddc811a0376e8d38e671f77"
483+
integrity sha512-bXTmAztXpqxliDKZgvWkl+5dHeRN+jqXVZ16peKKFzSXVzT6mz8kgBpHiVzEKO2NZ8OCU7dG61K9sRS/SkUUFQ==
484484
dependencies:
485485
"@types/json-schema" "^7.0.3"
486-
"@typescript-eslint/typescript-estree" "2.15.0"
486+
"@typescript-eslint/typescript-estree" "2.16.0"
487487
eslint-scope "^5.0.0"
488488

489-
"@typescript-eslint/parser@^2.15.0":
490-
version "2.15.0"
491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.15.0.tgz#379a71a51b0429bc3bc55c5f8aab831bf607e411"
492-
integrity sha512-6iSgQsqAYTaHw59t0tdjzZJluRAjswdGltzKEdLtcJOxR2UVTPHYvZRqkAVGCkaMVb6Fpa60NnuozNCvsSpA9g==
489+
"@typescript-eslint/parser@^2.16.0":
490+
version "2.16.0"
491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.16.0.tgz#d0c0135a8fdb915f670802ddd7c1ba457c1b4f9d"
492+
integrity sha512-+w8dMaYETM9v6il1yYYkApMSiwgnqXWJbXrA94LAWN603vXHACsZTirJduyeBOJjA9wT6xuXe5zZ1iCUzoxCfw==
493493
dependencies:
494494
"@types/eslint-visitor-keys" "^1.0.0"
495-
"@typescript-eslint/experimental-utils" "2.15.0"
496-
"@typescript-eslint/typescript-estree" "2.15.0"
495+
"@typescript-eslint/experimental-utils" "2.16.0"
496+
"@typescript-eslint/typescript-estree" "2.16.0"
497497
eslint-visitor-keys "^1.1.0"
498498

499-
"@typescript-eslint/typescript-estree@2.15.0":
500-
version "2.15.0"
501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"
502-
integrity sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==
499+
"@typescript-eslint/typescript-estree@2.16.0":
500+
version "2.16.0"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.16.0.tgz#b444943a76c716ed32abd08cbe96172d2ca0ab75"
502+
integrity sha512-hyrCYjFHISos68Bk5KjUAXw0pP/455qq9nxqB1KkT67Pxjcfw+r6Yhcmqnp8etFL45UexCHUMrADHH7dI/m2WQ==
503503
dependencies:
504504
debug "^4.1.1"
505505
eslint-visitor-keys "^1.1.0"
506506
glob "^7.1.6"
507507
is-glob "^4.0.1"
508-
lodash.unescape "4.0.1"
508+
lodash "^4.17.15"
509509
semver "^6.3.0"
510510
tsutils "^3.17.1"
511511

@@ -702,9 +702,9 @@ aws-sign2@~0.7.0:
702702
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
703703

704704
aws4@^1.8.0:
705-
version "1.9.0"
706-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
707-
integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==
705+
version "1.9.1"
706+
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
707+
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
708708

709709
babel-jest@^24.9.0:
710710
version "24.9.0"
@@ -2644,11 +2644,6 @@ lodash.sortby@^4.7.0:
26442644
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
26452645
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
26462646

2647-
2648-
version "4.0.1"
2649-
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
2650-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
2651-
26522647
lodash.uniq@^4.5.0:
26532648
version "4.5.0"
26542649
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

0 commit comments

Comments
 (0)