|
37 | 37 | dependencies: |
38 | 38 | "@babel/highlight" "^7.12.13" |
39 | 39 |
|
40 | | -"@babel/compat-data@^7.13.8": |
41 | | - version "7.13.12" |
42 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1" |
43 | | - integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== |
| 40 | +"@babel/compat-data@^7.13.15": |
| 41 | + version "7.14.0" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
| 43 | + integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
44 | 44 |
|
45 | 45 | "@babel/core@^7.1.0": |
46 | 46 | version "7.8.3" |
|
63 | 63 | semver "^5.4.1" |
64 | 64 | source-map "^0.5.0" |
65 | 65 |
|
66 | | -"@babel/core@^7.12.10": |
67 | | - version "7.13.10" |
68 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
69 | | - integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
| 66 | +"@babel/core@^7.13.10": |
| 67 | + version "7.14.3" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" |
| 69 | + integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== |
70 | 70 | dependencies: |
71 | 71 | "@babel/code-frame" "^7.12.13" |
72 | | - "@babel/generator" "^7.13.9" |
73 | | - "@babel/helper-compilation-targets" "^7.13.10" |
74 | | - "@babel/helper-module-transforms" "^7.13.0" |
75 | | - "@babel/helpers" "^7.13.10" |
76 | | - "@babel/parser" "^7.13.10" |
| 72 | + "@babel/generator" "^7.14.3" |
| 73 | + "@babel/helper-compilation-targets" "^7.13.16" |
| 74 | + "@babel/helper-module-transforms" "^7.14.2" |
| 75 | + "@babel/helpers" "^7.14.0" |
| 76 | + "@babel/parser" "^7.14.3" |
77 | 77 | "@babel/template" "^7.12.13" |
78 | | - "@babel/traverse" "^7.13.0" |
79 | | - "@babel/types" "^7.13.0" |
| 78 | + "@babel/traverse" "^7.14.2" |
| 79 | + "@babel/types" "^7.14.2" |
80 | 80 | convert-source-map "^1.7.0" |
81 | 81 | debug "^4.1.0" |
82 | 82 | gensync "^1.0.0-beta.2" |
83 | 83 | json5 "^2.1.2" |
84 | | - lodash "^4.17.19" |
85 | 84 | semver "^6.3.0" |
86 | 85 | source-map "^0.5.0" |
87 | 86 |
|
|
148 | 147 | jsesc "^2.5.1" |
149 | 148 | source-map "^0.5.0" |
150 | 149 |
|
151 | | -"@babel/generator@^7.13.9": |
152 | | - version "7.13.9" |
153 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
154 | | - integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 150 | +"@babel/generator@^7.14.2", "@babel/generator@^7.14.3": |
| 151 | + version "7.14.3" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
| 153 | + integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
155 | 154 | dependencies: |
156 | | - "@babel/types" "^7.13.0" |
| 155 | + "@babel/types" "^7.14.2" |
157 | 156 | jsesc "^2.5.1" |
158 | 157 | source-map "^0.5.0" |
159 | 158 |
|
|
201 | 200 | "@babel/traverse" "^7.8.3" |
202 | 201 | "@babel/types" "^7.8.7" |
203 | 202 |
|
204 | | -"@babel/helper-compilation-targets@^7.13.10": |
205 | | - version "7.13.10" |
206 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
207 | | - integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
| 203 | +"@babel/helper-compilation-targets@^7.13.16": |
| 204 | + version "7.13.16" |
| 205 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
| 206 | + integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
208 | 207 | dependencies: |
209 | | - "@babel/compat-data" "^7.13.8" |
| 208 | + "@babel/compat-data" "^7.13.15" |
210 | 209 | "@babel/helper-validator-option" "^7.12.17" |
211 | 210 | browserslist "^4.14.5" |
212 | 211 | semver "^6.3.0" |
|
266 | 265 | "@babel/template" "^7.12.13" |
267 | 266 | "@babel/types" "^7.12.13" |
268 | 267 |
|
| 268 | +"@babel/helper-function-name@^7.14.2": |
| 269 | + version "7.14.2" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
| 271 | + integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
| 272 | + dependencies: |
| 273 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 274 | + "@babel/template" "^7.12.13" |
| 275 | + "@babel/types" "^7.14.2" |
| 276 | + |
269 | 277 | "@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.8.3": |
270 | 278 | version "7.8.3" |
271 | 279 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
|
391 | 399 | "@babel/types" "^7.13.0" |
392 | 400 | lodash "^4.17.19" |
393 | 401 |
|
394 | | -"@babel/helper-module-transforms@^7.13.0": |
395 | | - version "7.13.12" |
396 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96" |
397 | | - integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== |
| 402 | +"@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": |
| 403 | + version "7.14.2" |
| 404 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
| 405 | + integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== |
398 | 406 | dependencies: |
399 | 407 | "@babel/helper-module-imports" "^7.13.12" |
400 | 408 | "@babel/helper-replace-supers" "^7.13.12" |
401 | 409 | "@babel/helper-simple-access" "^7.13.12" |
402 | 410 | "@babel/helper-split-export-declaration" "^7.12.13" |
403 | | - "@babel/helper-validator-identifier" "^7.12.11" |
| 411 | + "@babel/helper-validator-identifier" "^7.14.0" |
404 | 412 | "@babel/template" "^7.12.13" |
405 | | - "@babel/traverse" "^7.13.0" |
406 | | - "@babel/types" "^7.13.12" |
| 413 | + "@babel/traverse" "^7.14.2" |
| 414 | + "@babel/types" "^7.14.2" |
407 | 415 |
|
408 | 416 | "@babel/helper-optimise-call-expression@^7.0.0", "@babel/helper-optimise-call-expression@^7.8.3": |
409 | 417 | version "7.8.3" |
|
565 | 573 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
566 | 574 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
567 | 575 |
|
| 576 | +"@babel/helper-validator-identifier@^7.14.0": |
| 577 | + version "7.14.0" |
| 578 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
| 579 | + integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
| 580 | + |
568 | 581 | "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": |
569 | 582 | version "7.9.5" |
570 | 583 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
|
603 | 616 | "@babel/traverse" "^7.13.0" |
604 | 617 | "@babel/types" "^7.13.0" |
605 | 618 |
|
606 | | -"@babel/helpers@^7.13.10": |
607 | | - version "7.13.10" |
608 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
609 | | - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 619 | +"@babel/helpers@^7.14.0": |
| 620 | + version "7.14.0" |
| 621 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" |
| 622 | + integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg== |
610 | 623 | dependencies: |
611 | 624 | "@babel/template" "^7.12.13" |
612 | | - "@babel/traverse" "^7.13.0" |
613 | | - "@babel/types" "^7.13.0" |
| 625 | + "@babel/traverse" "^7.14.0" |
| 626 | + "@babel/types" "^7.14.0" |
614 | 627 |
|
615 | 628 | "@babel/helpers@^7.8.3": |
616 | 629 | version "7.8.3" |
|
677 | 690 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" |
678 | 691 | integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== |
679 | 692 |
|
680 | | -"@babel/parser@^7.13.10": |
681 | | - version "7.13.12" |
682 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1" |
683 | | - integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== |
| 693 | +"@babel/parser@^7.14.2", "@babel/parser@^7.14.3": |
| 694 | + version "7.14.3" |
| 695 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298" |
| 696 | + integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ== |
684 | 697 |
|
685 | 698 | "@babel/parser@^7.7.0", "@babel/parser@^7.8.6": |
686 | 699 | version "7.8.6" |
|
707 | 720 | "@babel/helper-create-class-features-plugin" "^7.12.13" |
708 | 721 | "@babel/helper-plugin-utils" "^7.12.13" |
709 | 722 |
|
710 | | -"@babel/plugin-proposal-dynamic-import@^7.12.1": |
711 | | - version "7.13.8" |
712 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d" |
713 | | - integrity sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== |
| 723 | +"@babel/plugin-proposal-dynamic-import@^7.13.8": |
| 724 | + version "7.14.2" |
| 725 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz#01ebabd7c381cff231fa43e302939a9de5be9d9f" |
| 726 | + integrity sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA== |
714 | 727 | dependencies: |
715 | 728 | "@babel/helper-plugin-utils" "^7.13.0" |
716 | 729 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
|
753 | 766 | dependencies: |
754 | 767 | "@babel/helper-plugin-utils" "^7.8.3" |
755 | 768 |
|
756 | | -"@babel/plugin-syntax-class-properties@^7.12.1": |
| 769 | +"@babel/plugin-syntax-class-properties@^7.12.13": |
757 | 770 | version "7.12.13" |
758 | 771 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" |
759 | 772 | integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== |
760 | 773 | dependencies: |
761 | 774 | "@babel/helper-plugin-utils" "^7.12.13" |
762 | 775 |
|
763 | | -"@babel/plugin-syntax-decorators@^7.12.1": |
| 776 | +"@babel/plugin-syntax-decorators@^7.12.13": |
764 | 777 | version "7.12.13" |
765 | 778 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz#fac829bf3c7ef4a1bc916257b403e58c6bdaf648" |
766 | 779 | integrity sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA== |
|
964 | 977 | "@babel/helper-plugin-utils" "^7.0.0" |
965 | 978 | "@babel/helper-simple-access" "^7.1.0" |
966 | 979 |
|
967 | | -"@babel/plugin-transform-modules-commonjs@^7.12.1": |
968 | | - version "7.13.8" |
969 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz#7b01ad7c2dcf2275b06fa1781e00d13d420b3e1b" |
970 | | - integrity sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== |
| 980 | +"@babel/plugin-transform-modules-commonjs@^7.13.8": |
| 981 | + version "7.14.0" |
| 982 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161" |
| 983 | + integrity sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ== |
971 | 984 | dependencies: |
972 | | - "@babel/helper-module-transforms" "^7.13.0" |
| 985 | + "@babel/helper-module-transforms" "^7.14.0" |
973 | 986 | "@babel/helper-plugin-utils" "^7.13.0" |
974 | | - "@babel/helper-simple-access" "^7.12.13" |
| 987 | + "@babel/helper-simple-access" "^7.13.12" |
975 | 988 | babel-plugin-dynamic-import-node "^2.3.3" |
976 | 989 |
|
977 | 990 | |
|
1086 | 1099 | "@babel/helper-regex" "^7.0.0" |
1087 | 1100 | regexpu-core "^4.1.3" |
1088 | 1101 |
|
1089 | | -"@babel/preset-typescript@^7.12.7": |
| 1102 | +"@babel/preset-typescript@^7.13.0": |
1090 | 1103 | version "7.13.0" |
1091 | 1104 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.13.0.tgz#ab107e5f050609d806fbb039bec553b33462c60a" |
1092 | 1105 | integrity sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw== |
|
1176 | 1189 | globals "^11.1.0" |
1177 | 1190 | lodash "^4.17.19" |
1178 | 1191 |
|
| 1192 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
| 1193 | + version "7.14.2" |
| 1194 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
| 1195 | + integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
| 1196 | + dependencies: |
| 1197 | + "@babel/code-frame" "^7.12.13" |
| 1198 | + "@babel/generator" "^7.14.2" |
| 1199 | + "@babel/helper-function-name" "^7.14.2" |
| 1200 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1201 | + "@babel/parser" "^7.14.2" |
| 1202 | + "@babel/types" "^7.14.2" |
| 1203 | + debug "^4.1.0" |
| 1204 | + globals "^11.1.0" |
| 1205 | + |
1179 | 1206 | "@babel/traverse@^7.7.0": |
1180 | 1207 | version "7.8.6" |
1181 | 1208 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
|
1245 | 1272 | lodash "^4.17.19" |
1246 | 1273 | to-fast-properties "^2.0.0" |
1247 | 1274 |
|
| 1275 | +"@babel/types@^7.14.0", "@babel/types@^7.14.2": |
| 1276 | + version "7.14.2" |
| 1277 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3" |
| 1278 | + integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw== |
| 1279 | + dependencies: |
| 1280 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1281 | + to-fast-properties "^2.0.0" |
| 1282 | + |
1248 | 1283 | "@babel/types@^7.3.0": |
1249 | 1284 | version "7.8.3" |
1250 | 1285 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
|
1515 | 1550 | resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-1.17.6.tgz#8b220d68155530b1c0b392e9414927be12311326" |
1516 | 1551 | integrity sha512-XDunnADaA1b6+D4W1OO6h5+nzycHmT22StLeFKCdQXMLB7IWDLNw3VLAWeZRqqqEbYU5i6dR9TuMuBND2w4u3Q== |
1517 | 1552 |
|
1518 | | - |
1519 | | - version "10.0.0" |
1520 | | - resolved "https://registry.yarnpkg.com/@lwc/jest-preset/-/jest-preset-10.0.0.tgz#0a6d68dda8e9b1e1edd1392031613d3d7d33975b" |
1521 | | - integrity sha512-vDhZNp00EiJO37JcrDEHW6MGYBQgu+gDfRw7MOtSOm3YX4omNQu+k16OJBBv8lNOqgBYCcPtRVgyBhgpZMc/IA== |
| 1553 | + |
| 1554 | + version "10.0.2" |
| 1555 | + resolved "https://registry.yarnpkg.com/@lwc/jest-preset/-/jest-preset-10.0.2.tgz#85f473ba226ff8a610a05968226e7577cb0402e5" |
| 1556 | + integrity sha512-TydKtPD/LefiUKBjNSbcmariiiHkGhCo2xLcLHK/JplKSoHQgoKo2lgVgGOCG+dhh8vWpXqp+o733zHhcKz0cA== |
1522 | 1557 | dependencies: |
1523 | | - "@lwc/jest-resolver" "10.0.0" |
1524 | | - "@lwc/jest-serializer" "10.0.0" |
1525 | | - "@lwc/jest-transformer" "10.0.0" |
| 1558 | + "@lwc/jest-resolver" "10.0.2" |
| 1559 | + "@lwc/jest-serializer" "10.0.2" |
| 1560 | + "@lwc/jest-transformer" "10.0.2" |
1526 | 1561 |
|
1527 | | - |
1528 | | - version "10.0.0" |
1529 | | - resolved "https://registry.yarnpkg.com/@lwc/jest-resolver/-/jest-resolver-10.0.0.tgz#f6721dac5b0b90b2b9415659a2767cafe639c985" |
1530 | | - integrity sha512-e8bYRVYY9G0d2osTuVxzp88fn6CFhbCqzsQAWRlTNhAt8WxydUMPFGqCfuuOyykoL54tytHOHd/QkL+iKtU+Ng== |
| 1562 | + |
| 1563 | + version "10.0.2" |
| 1564 | + resolved "https://registry.yarnpkg.com/@lwc/jest-resolver/-/jest-resolver-10.0.2.tgz#7c99bcc24a18b326d426c7d3f44111f5f6211ba0" |
| 1565 | + integrity sha512-Gda+E5BL+I38sHMpFn9WGRoSnnbNA9NDcm+o6WpxlwTzgj4EVjUWU+5Qch4Vq/Qtq1qt3XRGaggDegfDevhOdw== |
1531 | 1566 |
|
1532 | | - |
1533 | | - version "10.0.0" |
1534 | | - resolved "https://registry.yarnpkg.com/@lwc/jest-serializer/-/jest-serializer-10.0.0.tgz#257f5f85fb72f59c051cf5d03ad57a8a64f36a3b" |
1535 | | - integrity sha512-JkDLz6AxWP6CNmHqSJRFEHE1WJ4s6FAQ9hfKjXICVw6etVRSis+NRfg3JUupW8/D5X/MbiB4/Qc1/fYMLMb3+g== |
| 1567 | + |
| 1568 | + version "10.0.2" |
| 1569 | + resolved "https://registry.yarnpkg.com/@lwc/jest-serializer/-/jest-serializer-10.0.2.tgz#6ba4aafd6d5eebbeea1326b365045a31ffdd4164" |
| 1570 | + integrity sha512-DLaNOmkGGBA5oQRm/DDZajxUSmhRYCMEbzBaCUHWMFOarGhPzqgFSiG9kC5WVIxgyHDnTSGGCjbZ0Fio+LwBIw== |
1536 | 1571 | dependencies: |
1537 | 1572 | pretty-format "^26.6.2" |
1538 | 1573 |
|
1539 | | - |
1540 | | - version "10.0.0" |
1541 | | - resolved "https://registry.yarnpkg.com/@lwc/jest-transformer/-/jest-transformer-10.0.0.tgz#6ddabf1f72929ab21a87ce5186f9fa57223e0705" |
1542 | | - integrity sha512-zV0N9wcxZ14hATSbIHX8dPJdMHgrdZVXq/OsImhEGlJQBXDK0l8hgvaPMbAVAikZlcOQFGr4xIWNS5YVJtVNPQ== |
1543 | | - dependencies: |
1544 | | - "@babel/core" "^7.12.10" |
1545 | | - "@babel/plugin-proposal-dynamic-import" "^7.12.1" |
1546 | | - "@babel/plugin-syntax-class-properties" "^7.12.1" |
1547 | | - "@babel/plugin-syntax-decorators" "^7.12.1" |
1548 | | - "@babel/plugin-transform-modules-commonjs" "^7.12.1" |
1549 | | - "@babel/preset-typescript" "^7.12.7" |
| 1574 | + |
| 1575 | + version "10.0.2" |
| 1576 | + resolved "https://registry.yarnpkg.com/@lwc/jest-transformer/-/jest-transformer-10.0.2.tgz#2c17a2301e886ff3e6271174fe50352cd9cee87c" |
| 1577 | + integrity sha512-d+481guScUqVriKDfb+XDKMcM0lFwfGdsWCTqy+ewLlK01MUXbqMMgjtJuS96aAMRdGE34Kx+VcpBm1RafceAA== |
| 1578 | + dependencies: |
| 1579 | + "@babel/core" "^7.13.10" |
| 1580 | + "@babel/plugin-proposal-dynamic-import" "^7.13.8" |
| 1581 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1582 | + "@babel/plugin-syntax-decorators" "^7.12.13" |
| 1583 | + "@babel/plugin-transform-modules-commonjs" "^7.13.8" |
| 1584 | + "@babel/preset-typescript" "^7.13.0" |
1550 | 1585 | babel-preset-jest "^26.6.2" |
1551 | 1586 |
|
1552 | 1587 | |
|
0 commit comments