Skip to content

Commit 780d61c

Browse files
Bump @babel/plugin-proposal-decorators from 7.8.3 to 7.12.12 (#157)
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.8.3 to 7.12.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.12/packages/babel-plugin-proposal-decorators) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 89daebe commit 780d61c

File tree

1 file changed

+145
-26
lines changed

1 file changed

+145
-26
lines changed

yarn.lock

Lines changed: 145 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.3"
1111

12+
"@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
13+
version "7.12.11"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
15+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
16+
dependencies:
17+
"@babel/highlight" "^7.10.4"
18+
1219
"@babel/compat-data@^7.9.6":
1320
version "7.9.6"
1421
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b"
@@ -40,6 +47,15 @@
4047
semver "^5.4.1"
4148
source-map "^0.5.0"
4249

50+
"@babel/generator@^7.12.11":
51+
version "7.12.11"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
53+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
54+
dependencies:
55+
"@babel/types" "^7.12.11"
56+
jsesc "^2.5.1"
57+
source-map "^0.5.0"
58+
4359
"@babel/generator@^7.9.6":
4460
version "7.9.6"
4561
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -76,17 +92,16 @@
7692
levenary "^1.1.1"
7793
semver "^5.5.0"
7894

79-
"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6":
80-
version "7.9.6"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.6.tgz#965c8b0a9f051801fd9d3b372ca0ccf200a90897"
82-
integrity sha512-6N9IeuyHvMBRyjNYOMJHrhwtu4WJMrYf8hVbEHD3pbbbmNOk1kmXSQs7bA4dYDUaIx4ZEzdnvo6NwC3WHd/Qow==
95+
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6":
96+
version "7.12.1"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
98+
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
8399
dependencies:
84-
"@babel/helper-function-name" "^7.9.5"
85-
"@babel/helper-member-expression-to-functions" "^7.8.3"
86-
"@babel/helper-optimise-call-expression" "^7.8.3"
87-
"@babel/helper-plugin-utils" "^7.8.3"
88-
"@babel/helper-replace-supers" "^7.9.6"
89-
"@babel/helper-split-export-declaration" "^7.8.3"
100+
"@babel/helper-function-name" "^7.10.4"
101+
"@babel/helper-member-expression-to-functions" "^7.12.1"
102+
"@babel/helper-optimise-call-expression" "^7.10.4"
103+
"@babel/helper-replace-supers" "^7.12.1"
104+
"@babel/helper-split-export-declaration" "^7.10.4"
90105

91106
"@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8":
92107
version "7.8.8"
@@ -114,6 +129,15 @@
114129
"@babel/traverse" "^7.8.3"
115130
"@babel/types" "^7.8.3"
116131

132+
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
133+
version "7.12.11"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
135+
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
136+
dependencies:
137+
"@babel/helper-get-function-arity" "^7.12.10"
138+
"@babel/template" "^7.12.7"
139+
"@babel/types" "^7.12.11"
140+
117141
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
118142
version "7.9.5"
119143
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
@@ -123,6 +147,13 @@
123147
"@babel/template" "^7.8.3"
124148
"@babel/types" "^7.9.5"
125149

150+
"@babel/helper-get-function-arity@^7.12.10":
151+
version "7.12.10"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
153+
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
154+
dependencies:
155+
"@babel/types" "^7.12.10"
156+
126157
"@babel/helper-get-function-arity@^7.8.3":
127158
version "7.8.3"
128159
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -137,6 +168,13 @@
137168
dependencies:
138169
"@babel/types" "^7.8.3"
139170

171+
"@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7":
172+
version "7.12.7"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
174+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
175+
dependencies:
176+
"@babel/types" "^7.12.7"
177+
140178
"@babel/helper-member-expression-to-functions@^7.8.3":
141179
version "7.8.3"
142180
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -164,17 +202,24 @@
164202
"@babel/types" "^7.9.0"
165203
lodash "^4.17.13"
166204

205+
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10":
206+
version "7.12.10"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
208+
integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
209+
dependencies:
210+
"@babel/types" "^7.12.10"
211+
167212
"@babel/helper-optimise-call-expression@^7.8.3":
168213
version "7.8.3"
169214
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
170215
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
171216
dependencies:
172217
"@babel/types" "^7.8.3"
173218

174-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
175-
version "7.8.3"
176-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
177-
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
219+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
220+
version "7.10.4"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
222+
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
178223

179224
"@babel/helper-regex@^7.8.3":
180225
version "7.8.3"
@@ -194,7 +239,17 @@
194239
"@babel/traverse" "^7.8.3"
195240
"@babel/types" "^7.8.3"
196241

197-
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6", "@babel/helper-replace-supers@^7.9.6":
242+
"@babel/helper-replace-supers@^7.12.1":
243+
version "7.12.11"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
245+
integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
246+
dependencies:
247+
"@babel/helper-member-expression-to-functions" "^7.12.7"
248+
"@babel/helper-optimise-call-expression" "^7.12.10"
249+
"@babel/traverse" "^7.12.10"
250+
"@babel/types" "^7.12.11"
251+
252+
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
198253
version "7.9.6"
199254
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444"
200255
integrity sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==
@@ -212,13 +267,25 @@
212267
"@babel/template" "^7.8.3"
213268
"@babel/types" "^7.8.3"
214269

270+
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
271+
version "7.12.11"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
273+
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
274+
dependencies:
275+
"@babel/types" "^7.12.11"
276+
215277
"@babel/helper-split-export-declaration@^7.8.3":
216278
version "7.8.3"
217279
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
218280
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
219281
dependencies:
220282
"@babel/types" "^7.8.3"
221283

284+
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
285+
version "7.12.11"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
287+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
288+
222289
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
223290
version "7.9.5"
224291
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -243,6 +310,15 @@
243310
"@babel/traverse" "^7.9.6"
244311
"@babel/types" "^7.9.6"
245312

313+
"@babel/highlight@^7.10.4":
314+
version "7.10.4"
315+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
316+
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
317+
dependencies:
318+
"@babel/helper-validator-identifier" "^7.10.4"
319+
chalk "^2.0.0"
320+
js-tokens "^4.0.0"
321+
246322
"@babel/highlight@^7.8.3":
247323
version "7.9.0"
248324
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
@@ -257,6 +333,11 @@
257333
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
258334
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
259335

336+
"@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
337+
version "7.12.11"
338+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
339+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
340+
260341
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
261342
version "7.8.3"
262343
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -275,13 +356,13 @@
275356
"@babel/helper-plugin-utils" "^7.8.3"
276357

277358
"@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.8.3":
278-
version "7.8.3"
279-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"
280-
integrity sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==
359+
version "7.12.12"
360+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.12.tgz#067a6d3d6ca86d54cf56bb183239199c20daeafe"
361+
integrity sha512-fhkE9lJYpw2mjHelBpM2zCbaA11aov2GJs7q4cFaXNrWx0H3bW58H9Esy2rdtYOghFBEYUDRIpvlgi+ZD+AvvQ==
281362
dependencies:
282-
"@babel/helper-create-class-features-plugin" "^7.8.3"
283-
"@babel/helper-plugin-utils" "^7.8.3"
284-
"@babel/plugin-syntax-decorators" "^7.8.3"
363+
"@babel/helper-create-class-features-plugin" "^7.12.1"
364+
"@babel/helper-plugin-utils" "^7.10.4"
365+
"@babel/plugin-syntax-decorators" "^7.12.1"
285366

286367
"@babel/plugin-proposal-dynamic-import@^7.8.3":
287368
version "7.8.3"
@@ -355,12 +436,12 @@
355436
dependencies:
356437
"@babel/helper-plugin-utils" "^7.8.0"
357438

358-
"@babel/plugin-syntax-decorators@^7.2.0", "@babel/plugin-syntax-decorators@^7.8.3":
359-
version "7.8.3"
360-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.8.3.tgz#8d2c15a9f1af624b0025f961682a9d53d3001bda"
361-
integrity sha512-8Hg4dNNT9/LcA1zQlfwuKR8BUc/if7Q7NkTam9sGTcJphLwpf2g4S42uhspQrIrR+dpzE0dtTqBVFoHl8GtnnQ==
439+
"@babel/plugin-syntax-decorators@^7.12.1", "@babel/plugin-syntax-decorators@^7.2.0":
440+
version "7.12.1"
441+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz#81a8b535b284476c41be6de06853a8802b98c5dd"
442+
integrity sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==
362443
dependencies:
363-
"@babel/helper-plugin-utils" "^7.8.3"
444+
"@babel/helper-plugin-utils" "^7.10.4"
364445

365446
"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.0":
366447
version "7.8.3"
@@ -813,6 +894,15 @@
813894
dependencies:
814895
regenerator-runtime "^0.13.4"
815896

897+
"@babel/template@^7.12.7":
898+
version "7.12.7"
899+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
900+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
901+
dependencies:
902+
"@babel/code-frame" "^7.10.4"
903+
"@babel/parser" "^7.12.7"
904+
"@babel/types" "^7.12.7"
905+
816906
"@babel/template@^7.8.3", "@babel/template@^7.8.6":
817907
version "7.8.6"
818908
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
@@ -837,6 +927,21 @@
837927
globals "^11.1.0"
838928
lodash "^4.17.13"
839929

930+
"@babel/traverse@^7.12.10":
931+
version "7.12.12"
932+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
933+
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
934+
dependencies:
935+
"@babel/code-frame" "^7.12.11"
936+
"@babel/generator" "^7.12.11"
937+
"@babel/helper-function-name" "^7.12.11"
938+
"@babel/helper-split-export-declaration" "^7.12.11"
939+
"@babel/parser" "^7.12.11"
940+
"@babel/types" "^7.12.12"
941+
debug "^4.1.0"
942+
globals "^11.1.0"
943+
lodash "^4.17.19"
944+
840945
"@babel/types@^7.0.0", "@babel/types@^7.1.6", "@babel/types@^7.3.0", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
841946
version "7.9.6"
842947
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
@@ -846,6 +951,15 @@
846951
lodash "^4.17.13"
847952
to-fast-properties "^2.0.0"
848953

954+
"@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7":
955+
version "7.12.12"
956+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
957+
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
958+
dependencies:
959+
"@babel/helper-validator-identifier" "^7.12.11"
960+
lodash "^4.17.19"
961+
to-fast-properties "^2.0.0"
962+
849963
"@cnakazawa/watch@^1.0.3":
850964
version "1.0.4"
851965
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -9626,6 +9740,11 @@ lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17
96269740
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
96279741
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
96289742

9743+
lodash@^4.17.19:
9744+
version "4.17.20"
9745+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
9746+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
9747+
96299748
log-symbols@^2.2.0:
96309749
version "2.2.0"
96319750
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"

0 commit comments

Comments
 (0)