forked from OctoLinker/OctoLinker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @babel/core from 7.1.2 to 7.4.5 (OctoLinker#572)
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.2 to 7.4.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.1.2...v7.4.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
- Loading branch information
1 parent
514c189
commit 896568e
Showing
1 changed file
with
81 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,48 +2,41 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@babel/code-frame@^7.0.0": | ||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" | ||
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== | ||
dependencies: | ||
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/code-frame@^7.0.0-beta.35": | ||
version "7.0.0-rc.2" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-rc.2.tgz#12b6daeb408238360744649d16c0e9fa7ab3859e" | ||
integrity sha512-+cVix+HBNakVp7IU1WReJV8dnJl/yaBA5JRXc758BSrvJCH2hKp1Z0xHIiUaOvxMwKXc3EXGIYhlnx5T+6ofGA== | ||
dependencies: | ||
"@babel/highlight" "7.0.0-rc.2" | ||
|
||
"@babel/core@^7.0.0": | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e" | ||
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw== | ||
version "7.4.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" | ||
integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
"@babel/generator" "^7.1.2" | ||
"@babel/helpers" "^7.1.2" | ||
"@babel/parser" "^7.1.2" | ||
"@babel/template" "^7.1.2" | ||
"@babel/traverse" "^7.1.0" | ||
"@babel/types" "^7.1.2" | ||
"@babel/generator" "^7.4.4" | ||
"@babel/helpers" "^7.4.4" | ||
"@babel/parser" "^7.4.5" | ||
"@babel/template" "^7.4.4" | ||
"@babel/traverse" "^7.4.5" | ||
"@babel/types" "^7.4.4" | ||
convert-source-map "^1.1.0" | ||
debug "^3.1.0" | ||
json5 "^0.5.0" | ||
lodash "^4.17.10" | ||
debug "^4.1.0" | ||
json5 "^2.1.0" | ||
lodash "^4.17.11" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.1.2", "@babel/generator@^7.1.3": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673" | ||
integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ== | ||
"@babel/generator@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" | ||
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== | ||
dependencies: | ||
"@babel/types" "^7.1.3" | ||
"@babel/types" "^7.4.4" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.10" | ||
lodash "^4.17.11" | ||
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
|
@@ -200,6 +193,13 @@ | |
dependencies: | ||
"@babel/types" "^7.0.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" | ||
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== | ||
dependencies: | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/helper-wrap-function@^7.1.0": | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.1.0.tgz#8cf54e9190706067f016af8f75cb3df829cc8c66" | ||
|
@@ -210,23 +210,14 @@ | |
"@babel/traverse" "^7.1.0" | ||
"@babel/types" "^7.0.0" | ||
|
||
"@babel/helpers@^7.1.2": | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5" | ||
integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA== | ||
"@babel/helpers@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" | ||
integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== | ||
dependencies: | ||
"@babel/template" "^7.1.2" | ||
"@babel/traverse" "^7.1.0" | ||
"@babel/types" "^7.1.2" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-rc.2" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-rc.2.tgz#0af688a69e3709d9cf392e1837cda18c08d34d4f" | ||
integrity sha512-96V6XHAh9XHzjmucShCP8tULwXsC446doZ6REaLVdZDPNj3NsWbsC7OBeY+u6UWiFxHTTv6YmA4Veh4wXuucYw== | ||
dependencies: | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^4.0.0" | ||
"@babel/template" "^7.4.4" | ||
"@babel/traverse" "^7.4.4" | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/highlight@^7.0.0": | ||
version "7.0.0" | ||
|
@@ -237,10 +228,10 @@ | |
esutils "^2.0.2" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.2", "@babel/parser@^7.1.3": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77" | ||
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w== | ||
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5": | ||
version "7.4.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" | ||
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.1.0": | ||
version "7.1.0" | ||
|
@@ -590,37 +581,37 @@ | |
js-levenshtein "^1.1.3" | ||
semver "^5.3.0" | ||
|
||
"@babel/template@^7.1.0", "@babel/template@^7.1.2": | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" | ||
integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag== | ||
"@babel/template@^7.1.0", "@babel/template@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" | ||
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
"@babel/parser" "^7.1.2" | ||
"@babel/types" "^7.1.2" | ||
"@babel/parser" "^7.4.4" | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/traverse@^7.1.0": | ||
version "7.1.4" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4" | ||
integrity sha512-my9mdrAIGdDiSVBuMjpn/oXYpva0/EZwWL3sm3Wcy/AVWO2eXnsoZruOT9jOGNRXU8KbCIu5zsKnXcAJ6PcV6Q== | ||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": | ||
version "7.4.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" | ||
integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== | ||
dependencies: | ||
"@babel/code-frame" "^7.0.0" | ||
"@babel/generator" "^7.1.3" | ||
"@babel/generator" "^7.4.4" | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-split-export-declaration" "^7.0.0" | ||
"@babel/parser" "^7.1.3" | ||
"@babel/types" "^7.1.3" | ||
debug "^3.1.0" | ||
"@babel/helper-split-export-declaration" "^7.4.4" | ||
"@babel/parser" "^7.4.5" | ||
"@babel/types" "^7.4.4" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.10" | ||
lodash "^4.17.11" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d" | ||
integrity sha512-RpPOVfK+yatXyn8n4PB1NW6k9qjinrXrRR8ugBN8fD6hCy5RXI6PSbVqpOJBO9oSaY7Nom4ohj35feb0UR9hSA== | ||
"@babel/types@^7.0.0", "@babel/types@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" | ||
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.10" | ||
lodash "^4.17.11" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@cliqz-oss/[email protected]": | ||
|
@@ -3309,18 +3300,13 @@ conventional-recommended-bump@^4.0.1: | |
meow "^4.0.0" | ||
q "^1.5.1" | ||
|
||
convert-source-map@^1.1.0: | ||
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" | ||
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== | ||
dependencies: | ||
safe-buffer "~5.1.1" | ||
|
||
convert-source-map@^1.4.0, convert-source-map@^1.5.1: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" | ||
integrity sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU= | ||
|
||
copy-concurrently@^1.0.0: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" | ||
|
@@ -3635,24 +3621,24 @@ debug@2, [email protected], debug@^2.1.1, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, de | |
dependencies: | ||
ms "2.0.0" | ||
|
||
[email protected], debug@^3.1.0: | ||
[email protected]: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" | ||
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== | ||
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@^3, debug@^3.2.5: | ||
debug@^3, debug@^3.1.0, debug@^3.2.5: | ||
version "3.2.6" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" | ||
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== | ||
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.0.1: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" | ||
integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg== | ||
debug@^4.0.1, debug@^4.1.0: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" | ||
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== | ||
dependencies: | ||
ms "^2.1.1" | ||
|
||
|
@@ -7174,6 +7160,13 @@ json5@^0.5.0, json5@^0.5.1: | |
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" | ||
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= | ||
|
||
json5@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" | ||
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ== | ||
dependencies: | ||
minimist "^1.2.0" | ||
|
||
json@^9.0.4: | ||
version "9.0.6" | ||
resolved "https://registry.yarnpkg.com/json/-/json-9.0.6.tgz#7972c2a5a48a42678db2730c7c2c4ee6e4e24585" | ||
|
@@ -7640,12 +7633,12 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" | ||
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= | ||
|
||
[email protected], lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.2: | ||
[email protected]: | ||
version "4.17.10" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" | ||
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg== | ||
|
||
lodash@^4.17.11: | ||
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.2: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== | ||
|
@@ -10334,12 +10327,7 @@ semver-diff@^2.0.0: | |
dependencies: | ||
semver "^5.0.3" | ||
|
||
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0: | ||
version "5.5.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477" | ||
integrity sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw== | ||
|
||
"[email protected] || 3.x || 4 || 5", semver@^5.5.1, semver@^5.6.0: | ||
"semver@2 || 3 || 4 || 5", "[email protected] || 3.x || 4 || 5", semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: | ||
version "5.6.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" | ||
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== | ||
|
@@ -10349,11 +10337,16 @@ [email protected], semver@~5.3.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" | ||
integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= | ||
|
||
[email protected], semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@~5.5.0: | ||
[email protected]: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== | ||
|
||
semver@~5.5.0: | ||
version "5.5.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477" | ||
integrity sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw== | ||
|
||
serialize-javascript@^1.4.0: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe" | ||
|