Skip to content

Commit ef6f3ef

Browse files
committed
Updates dependencies
1 parent 031018f commit ef6f3ef

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5784,8 +5784,8 @@
57845784
"@types/lodash-es": "4.17.3",
57855785
"@types/node": "10.14.18",
57865786
"@types/vscode": "1.37.0",
5787-
"@typescript-eslint/eslint-plugin": "2.3.0",
5788-
"@typescript-eslint/parser": "2.3.0",
5787+
"@typescript-eslint/eslint-plugin": "2.3.1",
5788+
"@typescript-eslint/parser": "2.3.1",
57895789
"circular-dependency-plugin": "5.2.0",
57905790
"clean-webpack-plugin": "3.0.0",
57915791
"csp-html-webpack-plugin": "3.0.3",
@@ -5803,11 +5803,11 @@
58035803
"prettier": "1.18.2",
58045804
"sass-loader": "8.0.0",
58055805
"terser-webpack-plugin": "2.1.0",
5806-
"ts-loader": "6.1.0",
5806+
"ts-loader": "6.1.2",
58075807
"typescript": "3.6.3",
58085808
"vsce": "1.66.0",
58095809
"webpack": "4.40.2",
5810-
"webpack-bundle-analyzer": "3.5.0",
5810+
"webpack-bundle-analyzer": "3.5.1",
58115811
"webpack-cli": "3.3.9"
58125812
}
58135813
}

yarn.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
"@types/lodash" "*"
110110

111111
"@types/lodash@*":
112-
version "4.14.138"
113-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.138.tgz#34f52640d7358230308344e579c15b378d91989e"
114-
integrity sha512-A4uJgHz4hakwNBdHNPdxOTkYmXNgmUAKLbXZ7PKGslgeV0Mb8P3BlbYfPovExek1qnod4pDfRbxuzcVs3dlFLg==
112+
version "4.14.139"
113+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.139.tgz#b7b8a00d014a7debb29dc2dae4f91d3d3c6d5ab3"
114+
integrity sha512-Z6pbDYaWpluqcF8+6qgv6STPEl0jIlyQmpYGwTrzhgwqok8ltBh/p7GAmYnz81wUhxQRhEr8MBpQrB4fQ/hwIA==
115115

116116
"@types/minimatch@*":
117117
version "3.0.3"
@@ -181,40 +181,40 @@
181181
"@types/webpack-sources" "*"
182182
source-map "^0.6.0"
183183

184-
"@typescript-eslint/[email protected].0":
185-
version "2.3.0"
186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.0.tgz#6ead12c6b15a9b930430931e396e01a1fe181fcc"
187-
integrity sha512-QgO/qmNye+rKsU7dan6pkBTSfpbyrHJidsw9bR3gZCrQNTB9eWQ5+UDkrrev/fu9xg6Qh7ebbx03IVuGnGRmEw==
184+
"@typescript-eslint/[email protected].1":
185+
version "2.3.1"
186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.1.tgz#b0b1e6b9b3f84b3e1afbdd338f4194c8ab92db21"
187+
integrity sha512-VqVNEsvemviajlaWm03kVMabc6S3xCHGYuY0fReTrIIOZg+3WzB+wfw6fD3KYKerw5lYxmzogmHOZ0i7YKnuwA==
188188
dependencies:
189-
"@typescript-eslint/experimental-utils" "2.3.0"
189+
"@typescript-eslint/experimental-utils" "2.3.1"
190190
eslint-utils "^1.4.2"
191191
functional-red-black-tree "^1.0.1"
192192
regexpp "^2.0.1"
193193
tsutils "^3.17.1"
194194

195-
"@typescript-eslint/[email protected].0":
196-
version "2.3.0"
197-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.0.tgz#19a8e1b8fcee7d7469f3b44691d91830568de140"
198-
integrity sha512-ry+fgd0Hh33LyzS30bIhX/a1HJpvtnecjQjWxxsZTavrRa1ymdmX7tz+7lPrPAxB018jnNzwNtog6s3OhxPTAg==
195+
"@typescript-eslint/[email protected].1":
196+
version "2.3.1"
197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.1.tgz#92f2531d3e7c22e64a2cc10cfe89935deaf00f7c"
198+
integrity sha512-FaZEj73o4h6Wd0Lg+R4pZiJGdR0ZYbJr+O2+RbQ1aZjX8bZcfkVDtD+qm74Dv77rfSKkDKE64UTziLBo9UYHQA==
199199
dependencies:
200200
"@types/json-schema" "^7.0.3"
201-
"@typescript-eslint/typescript-estree" "2.3.0"
201+
"@typescript-eslint/typescript-estree" "2.3.1"
202202
eslint-scope "^5.0.0"
203203

204-
"@typescript-eslint/[email protected].0":
205-
version "2.3.0"
206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.0.tgz#d2df1d4bb8827e36125fb7c6274df1b4d4e614f0"
207-
integrity sha512-Dc+LAtHts0yDuusxG0NVjGvrpPy2kZauxqPbfFs0fmcMB4JhNs+WwIDMFGWeKjbGoPt/SIUC9XJ7E0ZD/f8InQ==
204+
"@typescript-eslint/[email protected].1":
205+
version "2.3.1"
206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.1.tgz#f2b93b614d9b338825c44e75552a433e2ebf8c33"
207+
integrity sha512-ZlWdzhCJ2iZnSp/VBAJ/sowFbyHycIux8t0UEH0JsKgQvfSf7949hLYFMwTXdCMeEnpP1zRTHimrR+YHzs8LIw==
208208
dependencies:
209209
"@types/eslint-visitor-keys" "^1.0.0"
210-
"@typescript-eslint/experimental-utils" "2.3.0"
211-
"@typescript-eslint/typescript-estree" "2.3.0"
210+
"@typescript-eslint/experimental-utils" "2.3.1"
211+
"@typescript-eslint/typescript-estree" "2.3.1"
212212
eslint-visitor-keys "^1.1.0"
213213

214-
"@typescript-eslint/[email protected].0":
215-
version "2.3.0"
216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.0.tgz#fd8faff7e4c73795c65e5817c52f9038e33ef29d"
217-
integrity sha512-WBxfwsTeCOsmQ7cLjow7lgysviBKUW34npShu7dxJYUQCbSG5nfZWZTgmQPKEc+3flpbSM7tjXjQOgETYp+njQ==
214+
"@typescript-eslint/[email protected].1":
215+
version "2.3.1"
216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.1.tgz#62c64f149948473d06a129dc33b4fc76e6c051f9"
217+
integrity sha512-9SFhUgFuePJBB6jlLkOPPhMkZNiDCr+S8Ft7yAkkP2c5x5bxPhG3pe/exMiQaF8IGyVMDW6Ul0q4/cZ+uF3uog==
218218
dependencies:
219219
glob "^7.1.4"
220220
is-glob "^4.0.1"
@@ -1987,9 +1987,9 @@ encodeurl@~1.0.2:
19871987
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
19881988

19891989
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
1990-
version "1.4.1"
1991-
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43"
1992-
integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==
1990+
version "1.4.2"
1991+
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.2.tgz#080bf028edce8312b665ff18ea03cae0c3ac0ecb"
1992+
integrity sha512-gUSUszrsxlDnUbUwEI9Oygyrk4ZEWtVaHQc+uZHphVeNxl+qeqMV/jDWoTkjN1RmGlZ5QWAP7o458p/JMlikQg==
19931993
dependencies:
19941994
once "^1.4.0"
19951995

@@ -2858,9 +2858,9 @@ glob-parent@^3.1.0:
28582858
path-dirname "^1.0.0"
28592859

28602860
glob-parent@^5.0.0:
2861-
version "5.0.0"
2862-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
2863-
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
2861+
version "5.1.0"
2862+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
2863+
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
28642864
dependencies:
28652865
is-glob "^4.0.1"
28662866

@@ -4338,9 +4338,9 @@ minimist@^1.1.3, minimist@^1.2.0:
43384338
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
43394339

43404340
minipass@^2.2.1, minipass@^2.6.0, minipass@^2.6.4:
4341-
version "2.6.5"
4342-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.6.5.tgz#1c245f9f2897f70fd4a219066261ce6c29f80b18"
4343-
integrity sha512-ewSKOPFH9blOLXx0YSE+mbrNMBFPS+11a2b03QZ+P4LVrUHW/GAlqeYC7DBknDyMWkHzrzTpDhUvy7MUxqyrPA==
4341+
version "2.8.3"
4342+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.8.3.tgz#aa87cf674150a1b3c8e278c5f5937d1d3d02b955"
4343+
integrity sha512-NcbXxDThFeNW47XHPCCsb6uQdAg7CHy4KNCPKzE0KN2VC0t4E09beCsI5x+3UnB6+AFMnC9jso92SB3KGRpkJQ==
43444344
dependencies:
43454345
safe-buffer "^5.1.2"
43464346
yallist "^3.0.0"
@@ -6579,10 +6579,10 @@ tryer@^1.0.1:
65796579
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
65806580
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
65816581

6582-
6583-
version "6.1.0"
6584-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.1.0.tgz#999cb0a7644f9c7c6c0901802dce50ceb0a76e5b"
6585-
integrity sha512-7JedeOu2rsYHQDEr2fwmMozABwbQTZXEaEMZPSIWG7gpzRefOLJCqwdazcegHtyaxp04PeEgs/b0m08WMpnIzQ==
6582+
6583+
version "6.1.2"
6584+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.1.2.tgz#ff6bc767334970226438949fbde2e211147a1325"
6585+
integrity sha512-dudxFKm0Ellrg/gLNlu+97/UgwvoMK0SdUVImPUSzq3IcRUVtShylZvcMX+CgvCQL1BEKb913NL0gAP1GA/OFw==
65866586
dependencies:
65876587
chalk "^2.3.0"
65886588
enhanced-resolve "^4.0.0"
@@ -6908,10 +6908,10 @@ watchpack@^1.6.0:
69086908
graceful-fs "^4.1.2"
69096909
neo-async "^2.5.0"
69106910

6911-
6912-
version "3.5.0"
6913-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.0.tgz#c82130a490a05f9267aa5956871aef574dff5074"
6914-
integrity sha512-NzueflueLSJxWGzDlMq5oUV+P8Qoq6yiaQlXGCbDYUpHEKlmzWdPLBJ4k/B6HTdAP/vHM8ply1Fx08mDnY+S8Q==
6911+
6912+
version "3.5.1"
6913+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.5.1.tgz#84aabb1547178d842ebb4ccc7324084b6c3b0ea9"
6914+
integrity sha512-CDdaT3TTu4F9X3tcDq6PNJOiNGgREOM0WdN2vVAoUUn+M6NLB5kJ543HImCWbrDwOpbpGARSwU8r+u0Pl367kA==
69156915
dependencies:
69166916
acorn "^6.0.7"
69176917
acorn-walk "^6.1.1"

0 commit comments

Comments
 (0)