-
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.
- Loading branch information
1 parent
3608d7a
commit ce4ea4e
Showing
1 changed file
with
85 additions
and
73 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 |
---|---|---|
|
@@ -16,22 +16,22 @@ | |
dependencies: | ||
"@babel/highlight" "^7.14.5" | ||
|
||
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" | ||
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== | ||
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" | ||
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== | ||
|
||
"@babel/core@^7.11.6": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3" | ||
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg== | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" | ||
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-module-transforms" "^7.14.5" | ||
"@babel/helpers" "^7.14.5" | ||
"@babel/parser" "^7.14.5" | ||
"@babel/helpers" "^7.14.6" | ||
"@babel/parser" "^7.14.6" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
@@ -77,9 +77,9 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef" | ||
integrity sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ== | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" | ||
integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.14.5" | ||
"@babel/helper-function-name" "^7.14.5" | ||
|
@@ -141,9 +141,9 @@ | |
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" | ||
integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" | ||
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
|
@@ -247,10 +247,10 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helpers@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2" | ||
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q== | ||
"@babel/helpers@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" | ||
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== | ||
dependencies: | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
|
@@ -265,11 +265,16 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.14.2", "@babel/parser@^7.14.5": | ||
"@babel/parser@^7.14.2": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829" | ||
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg== | ||
|
||
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" | ||
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== | ||
|
||
"@babel/parser@^7.7.0": | ||
version "7.14.4" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" | ||
|
@@ -284,10 +289,10 @@ | |
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" | ||
"@babel/plugin-proposal-optional-chaining" "^7.14.5" | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39" | ||
integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA== | ||
"@babel/plugin-proposal-async-generator-functions@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace" | ||
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-remap-async-to-generator" "^7.14.5" | ||
|
@@ -358,12 +363,12 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf" | ||
integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A== | ||
"@babel/plugin-proposal-object-rest-spread@^7.11.0", "@babel/plugin-proposal-object-rest-spread@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363" | ||
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g== | ||
dependencies: | ||
"@babel/compat-data" "^7.14.5" | ||
"@babel/compat-data" "^7.14.7" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
|
@@ -567,10 +572,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-destructuring@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35" | ||
integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww== | ||
"@babel/plugin-transform-destructuring@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576" | ||
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
|
@@ -664,10 +669,10 @@ | |
"@babel/helper-module-transforms" "^7.14.5" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c" | ||
integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw== | ||
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e" | ||
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.14.5" | ||
|
||
|
@@ -754,10 +759,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/plugin-transform-spread@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.5.tgz#bd269fb4119754d2ce7f4cc39a96b4f71baae356" | ||
integrity sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw== | ||
"@babel/plugin-transform-spread@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" | ||
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" | ||
|
@@ -799,16 +804,16 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/preset-env@^7.11.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997" | ||
integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA== | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" | ||
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== | ||
dependencies: | ||
"@babel/compat-data" "^7.14.5" | ||
"@babel/compat-data" "^7.14.7" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-validator-option" "^7.14.5" | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.14.5" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.14.7" | ||
"@babel/plugin-proposal-class-properties" "^7.14.5" | ||
"@babel/plugin-proposal-class-static-block" "^7.14.5" | ||
"@babel/plugin-proposal-dynamic-import" "^7.14.5" | ||
|
@@ -817,7 +822,7 @@ | |
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" | ||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" | ||
"@babel/plugin-proposal-numeric-separator" "^7.14.5" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.14.5" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.14.7" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5" | ||
"@babel/plugin-proposal-optional-chaining" "^7.14.5" | ||
"@babel/plugin-proposal-private-methods" "^7.14.5" | ||
|
@@ -843,7 +848,7 @@ | |
"@babel/plugin-transform-block-scoping" "^7.14.5" | ||
"@babel/plugin-transform-classes" "^7.14.5" | ||
"@babel/plugin-transform-computed-properties" "^7.14.5" | ||
"@babel/plugin-transform-destructuring" "^7.14.5" | ||
"@babel/plugin-transform-destructuring" "^7.14.7" | ||
"@babel/plugin-transform-dotall-regex" "^7.14.5" | ||
"@babel/plugin-transform-duplicate-keys" "^7.14.5" | ||
"@babel/plugin-transform-exponentiation-operator" "^7.14.5" | ||
|
@@ -855,15 +860,15 @@ | |
"@babel/plugin-transform-modules-commonjs" "^7.14.5" | ||
"@babel/plugin-transform-modules-systemjs" "^7.14.5" | ||
"@babel/plugin-transform-modules-umd" "^7.14.5" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7" | ||
"@babel/plugin-transform-new-target" "^7.14.5" | ||
"@babel/plugin-transform-object-super" "^7.14.5" | ||
"@babel/plugin-transform-parameters" "^7.14.5" | ||
"@babel/plugin-transform-property-literals" "^7.14.5" | ||
"@babel/plugin-transform-regenerator" "^7.14.5" | ||
"@babel/plugin-transform-reserved-words" "^7.14.5" | ||
"@babel/plugin-transform-shorthand-properties" "^7.14.5" | ||
"@babel/plugin-transform-spread" "^7.14.5" | ||
"@babel/plugin-transform-spread" "^7.14.6" | ||
"@babel/plugin-transform-sticky-regex" "^7.14.5" | ||
"@babel/plugin-transform-template-literals" "^7.14.5" | ||
"@babel/plugin-transform-typeof-symbol" "^7.14.5" | ||
|
@@ -874,7 +879,7 @@ | |
babel-plugin-polyfill-corejs2 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.2" | ||
babel-plugin-polyfill-regenerator "^0.2.2" | ||
core-js-compat "^3.14.0" | ||
core-js-compat "^3.15.0" | ||
semver "^6.3.0" | ||
|
||
"@babel/preset-modules@^0.1.4": | ||
|
@@ -919,9 +924,9 @@ | |
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.8.4": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98" | ||
integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA== | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" | ||
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
|
@@ -935,16 +940,16 @@ | |
"@babel/types" "^7.14.5" | ||
|
||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" | ||
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" | ||
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/helper-function-name" "^7.14.5" | ||
"@babel/helper-hoist-variables" "^7.14.5" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/parser" "^7.14.5" | ||
"@babel/parser" "^7.14.7" | ||
"@babel/types" "^7.14.5" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
@@ -2006,12 +2011,12 @@ babel-plugin-polyfill-corejs2@^0.2.2: | |
semver "^6.1.1" | ||
|
||
babel-plugin-polyfill-corejs3@^0.2.2: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5" | ||
integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A== | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b" | ||
integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g== | ||
dependencies: | ||
"@babel/helper-define-polyfill-provider" "^0.2.2" | ||
core-js-compat "^3.9.1" | ||
core-js-compat "^3.14.0" | ||
|
||
babel-plugin-polyfill-regenerator@^0.2.2: | ||
version "0.2.2" | ||
|
@@ -2522,9 +2527,9 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109: | |
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== | ||
|
||
caniuse-lite@^1.0.30001219: | ||
version "1.0.30001237" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001237.tgz#4b7783661515b8e7151fc6376cfd97f0e427b9e5" | ||
integrity sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw== | ||
version "1.0.30001240" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001240.tgz#ec15d125b590602c8731545c5351ff054ad2d52f" | ||
integrity sha512-nb8mDzfMdxBDN7ZKx8chWafAdBp5DAAlpWvNyUGe5tcDWd838zpzDN3Rah9cjCqhfOKkrvx40G2SDtP0qiWX/w== | ||
|
||
caseless@~0.12.0: | ||
version "0.12.0" | ||
|
@@ -2927,13 +2932,20 @@ content-type@~1.0.4: | |
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" | ||
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== | ||
|
||
convert-source-map@^1.5.0, convert-source-map@^1.7.0: | ||
convert-source-map@^1.5.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" | ||
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== | ||
dependencies: | ||
safe-buffer "~5.1.1" | ||
|
||
convert-source-map@^1.7.0: | ||
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" | ||
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== | ||
dependencies: | ||
safe-buffer "~5.1.1" | ||
|
||
[email protected]: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" | ||
|
@@ -2984,10 +2996,10 @@ copy-webpack-plugin@^5.0.0: | |
serialize-javascript "^4.0.0" | ||
webpack-log "^2.0.0" | ||
|
||
core-js-compat@^3.14.0, core-js-compat@^3.9.1: | ||
version "3.14.0" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5" | ||
integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A== | ||
core-js-compat@^3.14.0, core-js-compat@^3.15.0: | ||
version "3.15.1" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.1.tgz#1afe233716d37ee021956ef097594071b2b585a7" | ||
integrity sha512-xGhzYMX6y7oEGQGAJmP2TmtBLvR4nZmRGEcFa3ubHOq5YEp51gGN9AovVa0AoujGZIq+Wm6dISiYyGNfdflYww== | ||
dependencies: | ||
browserslist "^4.16.6" | ||
semver "7.0.0" | ||
|
@@ -3733,9 +3745,9 @@ [email protected]: | |
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= | ||
|
||
electron-to-chromium@^1.3.723: | ||
version "1.3.752" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz#0728587f1b9b970ec9ffad932496429aef750d09" | ||
integrity sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A== | ||
version "1.3.759" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.759.tgz#b0d652d376831470a4c230ba721da2427bfb996a" | ||
integrity sha512-nM76xH0t2FBH5iMEZDVc3S/qbdKjGH7TThezxC8k1Q7w7WHvIAyJh8lAe2UamGfdRqBTjHfPDn82LJ0ksCiB9g== | ||
|
||
elliptic@^6.5.3: | ||
version "6.5.4" | ||
|