-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from ivplus/update-dependencies
Update dependencies
- Loading branch information
Showing
2 changed files
with
92 additions
and
92 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 |
---|---|---|
|
@@ -15,32 +15,32 @@ | |
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== | ||
|
||
"@babel/core@^7.7.2": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" | ||
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" | ||
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/generator" "^7.14.8" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/helper-module-transforms" "^7.14.5" | ||
"@babel/helpers" "^7.14.6" | ||
"@babel/parser" "^7.14.6" | ||
"@babel/helper-module-transforms" "^7.14.8" | ||
"@babel/helpers" "^7.14.8" | ||
"@babel/parser" "^7.14.8" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.1.2" | ||
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" | ||
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== | ||
"@babel/generator@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" | ||
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.14.8" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
|
@@ -70,13 +70,13 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.14.5": | ||
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== | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" | ||
integrity sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.14.5" | ||
"@babel/helper-function-name" "^7.14.5" | ||
"@babel/helper-member-expression-to-functions" "^7.14.5" | ||
"@babel/helper-member-expression-to-functions" "^7.14.7" | ||
"@babel/helper-optimise-call-expression" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.14.5" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
|
@@ -133,7 +133,7 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.14.5": | ||
"@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.14.7": | ||
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== | ||
|
@@ -147,19 +147,19 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-module-transforms@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" | ||
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== | ||
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" | ||
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.14.5" | ||
"@babel/helper-simple-access" "^7.14.5" | ||
"@babel/helper-simple-access" "^7.14.8" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/helper-optimise-call-expression@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -192,12 +192,12 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-simple-access@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" | ||
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== | ||
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" | ||
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== | ||
dependencies: | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -213,10 +213,10 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-validator-identifier@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" | ||
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== | ||
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" | ||
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== | ||
|
||
"@babel/helper-validator-option@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -233,14 +233,14 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@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== | ||
"@babel/helpers@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" | ||
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== | ||
dependencies: | ||
"@babel/template" "^7.14.5" | ||
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
"@babel/traverse" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
|
||
"@babel/highlight@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -251,10 +251,10 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0": | ||
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.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.7.0": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" | ||
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== | ||
|
||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -752,9 +752,9 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/preset-env@^7.7.1": | ||
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== | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" | ||
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== | ||
dependencies: | ||
"@babel/compat-data" "^7.14.7" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
|
@@ -823,7 +823,7 @@ | |
"@babel/plugin-transform-unicode-escapes" "^7.14.5" | ||
"@babel/plugin-transform-unicode-regex" "^7.14.5" | ||
"@babel/preset-modules" "^0.1.4" | ||
"@babel/types" "^7.14.5" | ||
"@babel/types" "^7.14.8" | ||
babel-plugin-polyfill-corejs2 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.2" | ||
babel-plugin-polyfill-regenerator "^0.2.2" | ||
|
@@ -842,17 +842,17 @@ | |
esutils "^2.0.2" | ||
|
||
"@babel/runtime-corejs3@^7.10.2": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.7.tgz#0ef292bbce40ca00f874c9724ef175a12476465c" | ||
integrity sha512-Wvzcw4mBYbTagyBVZpAJWI06auSIj033T/yNE0Zn1xcup83MieCddZA7ls3kme17L4NOGBrQ09Q+nKB41RLWBA== | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.8.tgz#68539e0129f13eb1ed9a9aa273d3542b93c88384" | ||
integrity sha512-4dMD5QRBkumn45oweR0SxoNtt15oz3BUBAQ8cIx7HJqZTtE8zjpM0My8aHJHVnyf4XfRg6DNzaE1080WLBiC1w== | ||
dependencies: | ||
core-js-pure "^3.15.0" | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": | ||
version "7.14.6" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" | ||
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" | ||
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
|
@@ -865,27 +865,27 @@ | |
"@babel/parser" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" | ||
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== | ||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.7.0": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" | ||
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== | ||
dependencies: | ||
"@babel/code-frame" "^7.14.5" | ||
"@babel/generator" "^7.14.5" | ||
"@babel/generator" "^7.14.8" | ||
"@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.7" | ||
"@babel/types" "^7.14.5" | ||
"@babel/parser" "^7.14.8" | ||
"@babel/types" "^7.14.8" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.14.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" | ||
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== | ||
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.14.8" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" | ||
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@csstools/convert-colors@^1.4.0": | ||
|
@@ -986,9 +986,9 @@ | |
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== | ||
|
||
"@types/node@*": | ||
version "16.3.3" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.3.tgz#0c30adff37bbbc7a50eb9b58fae2a504d0d88038" | ||
integrity sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ== | ||
version "16.4.3" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.3.tgz#c01c1a215721f6dec71b47d88b4687463601ba48" | ||
integrity sha512-GKM4FLMkWDc0sfx7tXqPWkM6NBow1kge0fgQh0bOnlqo4iT1kvTvMEKE0c1RtUGnbLlGRXiAA8SumE//90uKAg== | ||
|
||
"@types/parse-json@^4.0.0": | ||
version "4.0.0" | ||
|
@@ -2016,9 +2016,9 @@ caniuse-api@^3.0.0: | |
lodash.uniq "^4.5.0" | ||
|
||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219: | ||
version "1.0.30001245" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz#45b941bbd833cb0fa53861ff2bae746b3c6ca5d4" | ||
integrity sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA== | ||
version "1.0.30001247" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001247.tgz#105be7a8fb30cdd303275e769a9dfb87d4b3577a" | ||
integrity sha512-4rS7co+7+AoOSPRPOPUt5/GdaqZc0EsUpWk66ofE3HJTAajUK2Ss2VwoNzVN69ghg8lYYlh0an0Iy4LIHHo9UQ== | ||
|
||
case-sensitive-paths-webpack-plugin@^2.2.0: | ||
version "2.4.0" | ||
|
@@ -2955,9 +2955,9 @@ [email protected]: | |
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= | ||
|
||
electron-to-chromium@^1.3.723: | ||
version "1.3.779" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.779.tgz#de55492a756deec63424f89fbe62aec9776f0e6d" | ||
integrity sha512-nreave0y/1Qhmo8XtO6C/LpawNyC6U26+q7d814/e+tIqUK073pM+4xW7WUXyqCRa5K4wdxHmNMBAi8ap9nEew== | ||
version "1.3.786" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.786.tgz#1fc572abc77e2f474725f8a61acf7e25ced9fbe2" | ||
integrity sha512-AmvbLBj3hepRk8v/DHrFF8gINxOFfDbrn6Ts3PcK46/FBdQb5OMmpamSpZQXSkfi77FfBzYtQtAk+00LCLYMVw== | ||
|
||
elliptic@^6.5.3: | ||
version "6.5.4" | ||
|
@@ -6030,9 +6030,9 @@ pkg-up@^2.0.0: | |
find-up "^2.1.0" | ||
|
||
pnp-webpack-plugin@^1.5.0: | ||
version "1.6.4" | ||
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149" | ||
integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg== | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9" | ||
integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg== | ||
dependencies: | ||
ts-pnp "^1.1.6" | ||
|
||
|
@@ -6983,9 +6983,9 @@ regenerate@^1.4.0: | |
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== | ||
|
||
regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4: | ||
version "0.13.7" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" | ||
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== | ||
version "0.13.9" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" | ||
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== | ||
|
||
regenerator-transform@^0.14.2: | ||
version "0.14.5" | ||
|
@@ -7970,9 +7970,9 @@ tar@^2.0.0: | |
inherits "2" | ||
|
||
tar@^6.0.2: | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83" | ||
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== | ||
version "6.1.1" | ||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.1.tgz#4d7da4b132b334bb8c175ed1de466fe9157ea0eb" | ||
integrity sha512-GG0R7yt/CQkvG4fueXDi52Zskqxe2AyRJ+Wm54yqarnBgcX3qRIWh10qLVAAN+mlPFGTfP5UxvD3Fbi11UOTUQ== | ||
dependencies: | ||
chownr "^2.0.0" | ||
fs-minipass "^2.0.0" | ||
|
@@ -8315,9 +8315,9 @@ urix@^0.1.0: | |
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= | ||
|
||
url-parse@^1.4.3, url-parse@^1.5.1: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" | ||
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== | ||
version "1.5.3" | ||
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862" | ||
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ== | ||
dependencies: | ||
querystringify "^2.1.1" | ||
requires-port "^1.0.0" | ||
|