|
@@ -19,32 +19,33 @@
|
|
|
semver "^5.5.0"
|
|
|
|
|
|
"@babel/core@^7.6.0", "@babel/core@^7.8.4":
|
|
|
- version "7.8.6"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636"
|
|
|
- integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg==
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
|
|
|
+ integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
|
|
|
dependencies:
|
|
|
"@babel/code-frame" "^7.8.3"
|
|
|
- "@babel/generator" "^7.8.6"
|
|
|
- "@babel/helpers" "^7.8.4"
|
|
|
- "@babel/parser" "^7.8.6"
|
|
|
+ "@babel/generator" "^7.9.6"
|
|
|
+ "@babel/helper-module-transforms" "^7.9.0"
|
|
|
+ "@babel/helpers" "^7.9.6"
|
|
|
+ "@babel/parser" "^7.9.6"
|
|
|
"@babel/template" "^7.8.6"
|
|
|
- "@babel/traverse" "^7.8.6"
|
|
|
- "@babel/types" "^7.8.6"
|
|
|
+ "@babel/traverse" "^7.9.6"
|
|
|
+ "@babel/types" "^7.9.6"
|
|
|
convert-source-map "^1.7.0"
|
|
|
debug "^4.1.0"
|
|
|
gensync "^1.0.0-beta.1"
|
|
|
- json5 "^2.1.0"
|
|
|
+ json5 "^2.1.2"
|
|
|
lodash "^4.17.13"
|
|
|
resolve "^1.3.2"
|
|
|
semver "^5.4.1"
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
-"@babel/generator@^7.8.6":
|
|
|
- version "7.8.6"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a"
|
|
|
- integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg==
|
|
|
+"@babel/generator@^7.9.6":
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
|
|
|
+ integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
|
|
|
dependencies:
|
|
|
- "@babel/types" "^7.8.6"
|
|
|
+ "@babel/types" "^7.9.6"
|
|
|
jsesc "^2.5.1"
|
|
|
lodash "^4.17.13"
|
|
|
source-map "^0.5.0"
|
|
@@ -260,14 +261,14 @@
|
|
|
"@babel/traverse" "^7.8.3"
|
|
|
"@babel/types" "^7.8.3"
|
|
|
|
|
|
-"@babel/helpers@^7.8.4":
|
|
|
- version "7.8.4"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
|
|
|
- integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
|
|
|
+"@babel/helpers@^7.9.6":
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
|
|
|
+ integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
|
|
|
dependencies:
|
|
|
"@babel/template" "^7.8.3"
|
|
|
- "@babel/traverse" "^7.8.4"
|
|
|
- "@babel/types" "^7.8.3"
|
|
|
+ "@babel/traverse" "^7.9.6"
|
|
|
+ "@babel/types" "^7.9.6"
|
|
|
|
|
|
"@babel/highlight@^7.8.3":
|
|
|
version "7.8.3"
|
|
@@ -278,10 +279,10 @@
|
|
|
esutils "^2.0.2"
|
|
|
js-tokens "^4.0.0"
|
|
|
|
|
|
-"@babel/parser@^7.8.6":
|
|
|
- version "7.8.6"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c"
|
|
|
- integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g==
|
|
|
+"@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
|
|
|
+ integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
|
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
|
|
version "7.8.3"
|
|
@@ -812,25 +813,25 @@
|
|
|
"@babel/parser" "^7.8.6"
|
|
|
"@babel/types" "^7.8.6"
|
|
|
|
|
|
-"@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6":
|
|
|
- version "7.8.6"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
|
|
|
- integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
|
|
|
+"@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6":
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
|
|
|
+ integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
|
|
|
dependencies:
|
|
|
"@babel/code-frame" "^7.8.3"
|
|
|
- "@babel/generator" "^7.8.6"
|
|
|
- "@babel/helper-function-name" "^7.8.3"
|
|
|
+ "@babel/generator" "^7.9.6"
|
|
|
+ "@babel/helper-function-name" "^7.9.5"
|
|
|
"@babel/helper-split-export-declaration" "^7.8.3"
|
|
|
- "@babel/parser" "^7.8.6"
|
|
|
- "@babel/types" "^7.8.6"
|
|
|
+ "@babel/parser" "^7.9.6"
|
|
|
+ "@babel/types" "^7.9.6"
|
|
|
debug "^4.1.0"
|
|
|
globals "^11.1.0"
|
|
|
lodash "^4.17.13"
|
|
|
|
|
|
-"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
|
|
- version "7.9.5"
|
|
|
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
|
- integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
|
|
|
+"@babel/types@^7.4.4", "@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":
|
|
|
+ version "7.9.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
|
|
+ integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
|
|
|
dependencies:
|
|
|
"@babel/helper-validator-identifier" "^7.9.5"
|
|
|
lodash "^4.17.13"
|
|
@@ -5207,13 +5208,6 @@ json5@^1.0.1:
|
|
|
dependencies:
|
|
|
minimist "^1.2.0"
|
|
|
|
|
|
-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"
|
|
|
-
|
|
|
json5@^2.1.2:
|
|
|
version "2.1.3"
|
|
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
|