-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eacb552
commit 492576f
Showing
2 changed files
with
116 additions
and
64 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
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 |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
dependencies: | ||
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/[email protected].4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab" | ||
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ== | ||
"@babel/[email protected].7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9" | ||
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.5.5" | ||
"@babel/generator" "^7.7.4" | ||
"@babel/generator" "^7.7.7" | ||
"@babel/helpers" "^7.7.4" | ||
"@babel/parser" "^7.7.4" | ||
"@babel/parser" "^7.7.7" | ||
"@babel/template" "^7.7.4" | ||
"@babel/traverse" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
|
@@ -77,6 +77,16 @@ | |
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45" | ||
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ== | ||
dependencies: | ||
"@babel/types" "^7.7.4" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-annotate-as-pure@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce" | ||
|
@@ -191,6 +201,18 @@ | |
"@babel/types" "^7.7.4" | ||
lodash "^4.17.13" | ||
|
||
"@babel/helper-module-transforms@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835" | ||
integrity sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-simple-access" "^7.7.4" | ||
"@babel/helper-split-export-declaration" "^7.7.4" | ||
"@babel/template" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
lodash "^4.17.13" | ||
|
||
"@babel/helper-optimise-call-expression@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2" | ||
|
@@ -300,6 +322,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb" | ||
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== | ||
|
||
"@babel/parser@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937" | ||
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d" | ||
|
@@ -325,10 +352,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-json-strings" "^7.7.4" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71" | ||
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ== | ||
"@babel/plugin-proposal-object-rest-spread@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370" | ||
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.7.4" | ||
|
@@ -341,10 +368,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4" | ||
|
||
"@babel/plugin-proposal-unicode-property-regex@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb" | ||
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA== | ||
"@babel/plugin-proposal-unicode-property-regex@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e" | ||
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -457,10 +484,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-dotall-regex@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96" | ||
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw== | ||
"@babel/plugin-transform-dotall-regex@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b" | ||
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
@@ -509,21 +536,21 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-modules-amd@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.4.tgz#276b3845ca2b228f2995e453adc2e6f54d72fb71" | ||
integrity sha512-/542/5LNA18YDtg1F+QHvvUSlxdvjZoD/aldQwkq+E3WCkbEjNSN9zdrOXaSlfg3IfGi22ijzecklF/A7kVZFQ== | ||
"@babel/plugin-transform-modules-amd@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c" | ||
integrity sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ== | ||
dependencies: | ||
"@babel/helper-module-transforms" "^7.7.4" | ||
"@babel/helper-module-transforms" "^7.7.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
babel-plugin-dynamic-import-node "^2.3.0" | ||
|
||
"@babel/plugin-transform-modules-commonjs@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz#bee4386e550446343dd52a571eda47851ff857a3" | ||
integrity sha512-k8iVS7Jhc367IcNF53KCwIXtKAH7czev866ThsTgy8CwlXjnKZna2VHwChglzLleYrcHz1eQEIJlGRQxB53nqA== | ||
"@babel/plugin-transform-modules-commonjs@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345" | ||
integrity sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q== | ||
dependencies: | ||
"@babel/helper-module-transforms" "^7.7.4" | ||
"@babel/helper-module-transforms" "^7.7.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-simple-access" "^7.7.4" | ||
babel-plugin-dynamic-import-node "^2.3.0" | ||
|
@@ -567,10 +594,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.7.4" | ||
|
||
"@babel/plugin-transform-parameters@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce" | ||
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw== | ||
"@babel/plugin-transform-parameters@^7.7.7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007" | ||
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew== | ||
dependencies: | ||
"@babel/helper-call-delegate" "^7.7.4" | ||
"@babel/helper-get-function-arity" "^7.7.4" | ||
|
@@ -583,10 +610,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-regenerator@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.4.tgz#d18eac0312a70152d7d914cbed2dc3999601cfc0" | ||
integrity sha512-e7MWl5UJvmPEwFJTwkBlPmqixCtr9yAASBqff4ggXTNicZiwbF8Eefzm6NVgfiBp7JdAGItecnctKTgH44q2Jw== | ||
"@babel/plugin-transform-regenerator@^7.7.5": | ||
version "7.7.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9" | ||
integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw== | ||
dependencies: | ||
regenerator-transform "^0.14.0" | ||
|
||
|
@@ -642,19 +669,19 @@ | |
"@babel/helper-create-regexp-features-plugin" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/[email protected].4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8" | ||
integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g== | ||
"@babel/[email protected].7": | ||
version "7.7.7" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac" | ||
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.7.4" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.7.4" | ||
"@babel/plugin-proposal-dynamic-import" "^7.7.4" | ||
"@babel/plugin-proposal-json-strings" "^7.7.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.7.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.7.7" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7" | ||
"@babel/plugin-syntax-async-generators" "^7.7.4" | ||
"@babel/plugin-syntax-dynamic-import" "^7.7.4" | ||
"@babel/plugin-syntax-json-strings" "^7.7.4" | ||
|
@@ -668,23 +695,23 @@ | |
"@babel/plugin-transform-classes" "^7.7.4" | ||
"@babel/plugin-transform-computed-properties" "^7.7.4" | ||
"@babel/plugin-transform-destructuring" "^7.7.4" | ||
"@babel/plugin-transform-dotall-regex" "^7.7.4" | ||
"@babel/plugin-transform-dotall-regex" "^7.7.7" | ||
"@babel/plugin-transform-duplicate-keys" "^7.7.4" | ||
"@babel/plugin-transform-exponentiation-operator" "^7.7.4" | ||
"@babel/plugin-transform-for-of" "^7.7.4" | ||
"@babel/plugin-transform-function-name" "^7.7.4" | ||
"@babel/plugin-transform-literals" "^7.7.4" | ||
"@babel/plugin-transform-member-expression-literals" "^7.7.4" | ||
"@babel/plugin-transform-modules-amd" "^7.7.4" | ||
"@babel/plugin-transform-modules-commonjs" "^7.7.4" | ||
"@babel/plugin-transform-modules-amd" "^7.7.5" | ||
"@babel/plugin-transform-modules-commonjs" "^7.7.5" | ||
"@babel/plugin-transform-modules-systemjs" "^7.7.4" | ||
"@babel/plugin-transform-modules-umd" "^7.7.4" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4" | ||
"@babel/plugin-transform-new-target" "^7.7.4" | ||
"@babel/plugin-transform-object-super" "^7.7.4" | ||
"@babel/plugin-transform-parameters" "^7.7.4" | ||
"@babel/plugin-transform-parameters" "^7.7.7" | ||
"@babel/plugin-transform-property-literals" "^7.7.4" | ||
"@babel/plugin-transform-regenerator" "^7.7.4" | ||
"@babel/plugin-transform-regenerator" "^7.7.5" | ||
"@babel/plugin-transform-reserved-words" "^7.7.4" | ||
"@babel/plugin-transform-shorthand-properties" "^7.7.4" | ||
"@babel/plugin-transform-spread" "^7.7.4" | ||
|
@@ -694,7 +721,7 @@ | |
"@babel/plugin-transform-unicode-regex" "^7.7.4" | ||
"@babel/types" "^7.7.4" | ||
browserslist "^4.6.0" | ||
core-js-compat "^3.1.1" | ||
core-js-compat "^3.6.0" | ||
invariant "^2.2.2" | ||
js-levenshtein "^1.1.3" | ||
semver "^5.5.0" | ||
|
@@ -1427,7 +1454,7 @@ browser-resolve@^1.11.3: | |
dependencies: | ||
resolve "1.1.7" | ||
|
||
browserslist@^4.6.0, browserslist@^4.6.2: | ||
browserslist@^4.6.0: | ||
version "4.6.6" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.6.tgz#6e4bf467cde520bc9dbdf3747dafa03531cec453" | ||
integrity sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA== | ||
|
@@ -1436,6 +1463,15 @@ browserslist@^4.6.0, browserslist@^4.6.2: | |
electron-to-chromium "^1.3.191" | ||
node-releases "^1.1.25" | ||
|
||
browserslist@^4.8.2: | ||
version "4.8.2" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289" | ||
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001015" | ||
electron-to-chromium "^1.3.322" | ||
node-releases "^1.1.42" | ||
|
||
bser@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719" | ||
|
@@ -1497,6 +1533,11 @@ caniuse-lite@^1.0.30000984: | |
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz#0eb40f6c8a8c219155cbe43c4975c0efb4a0f77f" | ||
integrity sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w== | ||
|
||
caniuse-lite@^1.0.30001015: | ||
version "1.0.30001016" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001016.tgz#16ea48d7d6e8caf3cad3295c2d746fe38c4e7f66" | ||
integrity sha512-yYQ2QfotceRiH4U+h1Us86WJXtVHDmy3nEKIdYPsZCYnOV5/tMgGbmoIlrMzmh2VXlproqYtVaKeGDBkMZifFA== | ||
|
||
capture-exit@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" | ||
|
@@ -1666,19 +1707,13 @@ copy-descriptor@^0.1.0: | |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | ||
|
||
core-js-compat@^3.1.1: | ||
version "3.1.4" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.1.4.tgz#e4d0c40fbd01e65b1d457980fe4112d4358a7408" | ||
integrity sha512-Z5zbO9f1d0YrJdoaQhphVAnKPimX92D6z8lCGphH89MNRxlL1prI9ExJPqVwP0/kgkQCv8c4GJGT8X16yUncOg== | ||
core-js-compat@^3.6.0: | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9" | ||
integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg== | ||
dependencies: | ||
browserslist "^4.6.2" | ||
core-js-pure "3.1.4" | ||
semver "^6.1.1" | ||
|
||
[email protected]: | ||
version "3.1.4" | ||
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.4.tgz#5fa17dc77002a169a3566cc48dc774d2e13e3769" | ||
integrity sha512-uJ4Z7iPNwiu1foygbcZYJsJs1jiXrTTCvxfLDXNhI/I+NHbSIEyr548y4fcsCEyWY0XgfAG/qqaunJ1SThHenA== | ||
browserslist "^4.8.2" | ||
semver "7.0.0" | ||
|
||
[email protected], core-util-is@~1.0.0: | ||
version "1.0.2" | ||
|
@@ -1877,6 +1912,11 @@ electron-to-chromium@^1.3.191: | |
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.199.tgz#f9a62a74cda77854310a2abffde8b75591ea09a1" | ||
integrity sha512-gachlDdHSK47s0N2e58GH9HMC6Z4ip0SfmYUa5iEbE50AKaOUXysaJnXMfKj0xB245jWbYcyFSH+th3rqsF8hA== | ||
|
||
electron-to-chromium@^1.3.322: | ||
version "1.3.322" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8" | ||
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA== | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" | ||
|
@@ -3916,6 +3956,13 @@ node-releases@^1.1.25: | |
dependencies: | ||
semver "^5.3.0" | ||
|
||
node-releases@^1.1.42: | ||
version "1.1.43" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.43.tgz#2c6ca237f88ce11d49631f11190bb01f8d0549f2" | ||
integrity sha512-Rmfnj52WNhvr83MvuAWHEqXVoZXCcDQssSOffU4n4XOL9sPrP61mSZ88g25NqmABDvH7PiAlFCzoSCSdzA293w== | ||
dependencies: | ||
semver "^6.3.0" | ||
|
||
nopt@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" | ||
|
@@ -4731,12 +4778,17 @@ semver-compare@^1.0.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" | ||
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== | ||
|
||
[email protected]: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" | ||
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== | ||
|
||
semver@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65" | ||
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ== | ||
|
||
semver@^6.1.1, semver@^6.1.2: | ||
semver@^6.1.2: | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db" | ||
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A== | ||
|