Skip to content

Commit fd3ad92

Browse files
committed
chore(deps): update babel monorepo
1 parent 303b42d commit fd3ad92

File tree

2 files changed

+134
-33
lines changed

2 files changed

+134
-33
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react-native": "0.63.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.8.4",
19-
"@babel/runtime": "7.8.4",
18+
"@babel/core": "7.12.10",
19+
"@babel/runtime": "7.12.5",
2020
"@react-native-community/eslint-config": "1.1.0",
2121
"babel-jest": "25.1.0",
2222
"eslint": "6.5.1",

example/yarn.lock

Lines changed: 132 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.10.4"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
88
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@7.8.4":
13-
version "7.8.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
15-
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
16-
dependencies:
17-
"@babel/code-frame" "^7.8.3"
18-
"@babel/generator" "^7.8.4"
19-
"@babel/helpers" "^7.8.4"
20-
"@babel/parser" "^7.8.4"
21-
"@babel/template" "^7.8.3"
22-
"@babel/traverse" "^7.8.4"
23-
"@babel/types" "^7.8.3"
12+
"@babel/core@7.12.10":
13+
version "7.12.10"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
15+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
16+
dependencies:
17+
"@babel/code-frame" "^7.10.4"
18+
"@babel/generator" "^7.12.10"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.5"
21+
"@babel/parser" "^7.12.10"
22+
"@babel/template" "^7.12.7"
23+
"@babel/traverse" "^7.12.10"
24+
"@babel/types" "^7.12.10"
2425
convert-source-map "^1.7.0"
2526
debug "^4.1.0"
2627
gensync "^1.0.0-beta.1"
27-
json5 "^2.1.0"
28-
lodash "^4.17.13"
29-
resolve "^1.3.2"
28+
json5 "^2.1.2"
29+
lodash "^4.17.19"
3030
semver "^5.4.1"
3131
source-map "^0.5.0"
3232

@@ -52,7 +52,7 @@
5252
semver "^5.4.1"
5353
source-map "^0.5.0"
5454

55-
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6", "@babel/generator@^7.5.0", "@babel/generator@^7.8.4":
55+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6", "@babel/generator@^7.5.0":
5656
version "7.11.6"
5757
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
5858
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
@@ -61,6 +61,15 @@
6161
jsesc "^2.5.1"
6262
source-map "^0.5.0"
6363

64+
"@babel/generator@^7.12.10":
65+
version "7.12.10"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
67+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
68+
dependencies:
69+
"@babel/types" "^7.12.10"
70+
jsesc "^2.5.1"
71+
source-map "^0.5.0"
72+
6473
"@babel/helper-annotate-as-pure@^7.10.4":
6574
version "7.10.4"
6675
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -153,13 +162,27 @@
153162
dependencies:
154163
"@babel/types" "^7.11.0"
155164

165+
"@babel/helper-member-expression-to-functions@^7.12.1":
166+
version "7.12.7"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
168+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
169+
dependencies:
170+
"@babel/types" "^7.12.7"
171+
156172
"@babel/helper-module-imports@^7.10.4":
157173
version "7.10.4"
158174
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
159175
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
160176
dependencies:
161177
"@babel/types" "^7.10.4"
162178

179+
"@babel/helper-module-imports@^7.12.1":
180+
version "7.12.5"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
182+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
183+
dependencies:
184+
"@babel/types" "^7.12.5"
185+
163186
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0":
164187
version "7.11.0"
165188
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
@@ -173,6 +196,21 @@
173196
"@babel/types" "^7.11.0"
174197
lodash "^4.17.19"
175198

199+
"@babel/helper-module-transforms@^7.12.1":
200+
version "7.12.1"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
202+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
203+
dependencies:
204+
"@babel/helper-module-imports" "^7.12.1"
205+
"@babel/helper-replace-supers" "^7.12.1"
206+
"@babel/helper-simple-access" "^7.12.1"
207+
"@babel/helper-split-export-declaration" "^7.11.0"
208+
"@babel/helper-validator-identifier" "^7.10.4"
209+
"@babel/template" "^7.10.4"
210+
"@babel/traverse" "^7.12.1"
211+
"@babel/types" "^7.12.1"
212+
lodash "^4.17.19"
213+
176214
"@babel/helper-optimise-call-expression@^7.10.4":
177215
version "7.10.4"
178216
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -212,6 +250,16 @@
212250
"@babel/traverse" "^7.10.4"
213251
"@babel/types" "^7.10.4"
214252

253+
"@babel/helper-replace-supers@^7.12.1":
254+
version "7.12.5"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
256+
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
257+
dependencies:
258+
"@babel/helper-member-expression-to-functions" "^7.12.1"
259+
"@babel/helper-optimise-call-expression" "^7.10.4"
260+
"@babel/traverse" "^7.12.5"
261+
"@babel/types" "^7.12.5"
262+
215263
"@babel/helper-simple-access@^7.10.4":
216264
version "7.10.4"
217265
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -220,6 +268,13 @@
220268
"@babel/template" "^7.10.4"
221269
"@babel/types" "^7.10.4"
222270

271+
"@babel/helper-simple-access@^7.12.1":
272+
version "7.12.1"
273+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
274+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
275+
dependencies:
276+
"@babel/types" "^7.12.1"
277+
223278
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
224279
version "7.11.0"
225280
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
@@ -249,7 +304,7 @@
249304
"@babel/traverse" "^7.10.4"
250305
"@babel/types" "^7.10.4"
251306

252-
"@babel/helpers@^7.10.4", "@babel/helpers@^7.8.4":
307+
"@babel/helpers@^7.10.4":
253308
version "7.10.4"
254309
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
255310
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
@@ -258,6 +313,15 @@
258313
"@babel/traverse" "^7.10.4"
259314
"@babel/types" "^7.10.4"
260315

316+
"@babel/helpers@^7.12.5":
317+
version "7.12.5"
318+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
319+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
320+
dependencies:
321+
"@babel/template" "^7.10.4"
322+
"@babel/traverse" "^7.12.5"
323+
"@babel/types" "^7.12.5"
324+
261325
"@babel/highlight@^7.10.4":
262326
version "7.10.4"
263327
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -267,11 +331,16 @@
267331
chalk "^2.0.0"
268332
js-tokens "^4.0.0"
269333

270-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.4":
334+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
271335
version "7.11.5"
272336
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
273337
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
274338

339+
"@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
340+
version "7.12.10"
341+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
342+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
343+
275344
"@babel/plugin-external-helpers@^7.0.0":
276345
version "7.10.4"
277346
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce"
@@ -701,12 +770,12 @@
701770
core-js-pure "^3.0.0"
702771
regenerator-runtime "^0.13.4"
703772

704-
"@babel/runtime@7.8.4":
705-
version "7.8.4"
706-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
707-
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
773+
"@babel/runtime@7.12.5":
774+
version "7.12.5"
775+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
776+
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
708777
dependencies:
709-
regenerator-runtime "^0.13.2"
778+
regenerator-runtime "^0.13.4"
710779

711780
"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4":
712781
version "7.11.2"
@@ -715,7 +784,7 @@
715784
dependencies:
716785
regenerator-runtime "^0.13.4"
717786

718-
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.8.3":
787+
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3":
719788
version "7.10.4"
720789
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
721790
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -724,7 +793,16 @@
724793
"@babel/parser" "^7.10.4"
725794
"@babel/types" "^7.10.4"
726795

727-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.4":
796+
"@babel/template@^7.12.7":
797+
version "7.12.7"
798+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
799+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
800+
dependencies:
801+
"@babel/code-frame" "^7.10.4"
802+
"@babel/parser" "^7.12.7"
803+
"@babel/types" "^7.12.7"
804+
805+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0":
728806
version "7.11.5"
729807
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
730808
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
@@ -739,7 +817,22 @@
739817
globals "^11.1.0"
740818
lodash "^4.17.19"
741819

742-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
820+
"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
821+
version "7.12.10"
822+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
823+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
824+
dependencies:
825+
"@babel/code-frame" "^7.10.4"
826+
"@babel/generator" "^7.12.10"
827+
"@babel/helper-function-name" "^7.10.4"
828+
"@babel/helper-split-export-declaration" "^7.11.0"
829+
"@babel/parser" "^7.12.10"
830+
"@babel/types" "^7.12.10"
831+
debug "^4.1.0"
832+
globals "^11.1.0"
833+
lodash "^4.17.19"
834+
835+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0":
743836
version "7.11.5"
744837
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
745838
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
@@ -748,6 +841,15 @@
748841
lodash "^4.17.19"
749842
to-fast-properties "^2.0.0"
750843

844+
"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7":
845+
version "7.12.10"
846+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
847+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
848+
dependencies:
849+
"@babel/helper-validator-identifier" "^7.10.4"
850+
lodash "^4.17.19"
851+
to-fast-properties "^2.0.0"
852+
751853
"@bcoe/v8-coverage@^0.2.3":
752854
version "0.2.3"
753855
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1325,8 +1427,7 @@
13251427
tsutils "^3.17.1"
13261428

13271429
"@uiw/react-native-amap-geolocation@link:..":
1328-
version "0.0.0"
1329-
uid ""
1430+
version "1.5.3"
13301431

13311432
abab@^2.0.0:
13321433
version "2.0.5"
@@ -4232,7 +4333,7 @@ json-stringify-safe@~5.0.1:
42324333
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
42334334
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
42344335

4235-
json5@^2.1.0, json5@^2.1.2:
4336+
json5@^2.1.2:
42364337
version "2.1.3"
42374338
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
42384339
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
@@ -4360,7 +4461,7 @@ lodash.throttle@^4.1.1:
43604461
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
43614462
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
43624463

4363-
lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
4464+
lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
43644465
version "4.17.20"
43654466
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
43664467
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

0 commit comments

Comments
 (0)