-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update babel monorepo to v7.14.8 (#2680)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
026c4f8
commit 5d776d1
Showing
1 changed file
with
110 additions
and
65 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 |
---|---|---|
|
@@ -50,19 +50,19 @@ | |
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.12.10": | ||
version "7.14.6" | ||
resolved "https://registry.npmjs.org/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" | ||
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@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" | ||
|
@@ -118,7 +118,7 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3", "@babel/generator@^7.14.5": | ||
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3": | ||
version "7.14.5" | ||
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" | ||
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== | ||
|
@@ -127,6 +127,15 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.14.5", "@babel/generator@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" | ||
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== | ||
dependencies: | ||
"@babel/types" "^7.14.8" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.7.2": | ||
version "7.14.3" | ||
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" | ||
|
@@ -162,13 +171,13 @@ | |
semver "^6.3.0" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.14.5": | ||
version "7.14.6" | ||
resolved "https://registry.npmjs.org/@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.npmjs.org/@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" | ||
|
@@ -234,7 +243,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.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" | ||
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA== | ||
|
@@ -263,7 +272,7 @@ | |
"@babel/types" "^7.12.13" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-module-transforms@^7.14.2", "@babel/helper-module-transforms@^7.14.5": | ||
"@babel/helper-module-transforms@^7.14.2": | ||
version "7.14.5" | ||
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" | ||
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== | ||
|
@@ -277,6 +286,20 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@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.8" | ||
"@babel/helper-split-export-declaration" "^7.14.5" | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
"@babel/template" "^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" | ||
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" | ||
|
@@ -315,12 +338,12 @@ | |
dependencies: | ||
"@babel/types" "^7.13.12" | ||
|
||
"@babel/helper-simple-access@^7.14.5": | ||
version "7.14.5" | ||
resolved "https://registry.npmjs.org/@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.npmjs.org/@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" | ||
|
@@ -343,11 +366,16 @@ | |
dependencies: | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5": | ||
"@babel/helper-validator-identifier@^7.12.11": | ||
version "7.14.5" | ||
resolved "https://registry.npmjs.org/@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.npmjs.org/@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" | ||
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" | ||
|
@@ -381,14 +409,14 @@ | |
"@babel/traverse" "^7.14.5" | ||
"@babel/types" "^7.14.5" | ||
|
||
"@babel/helpers@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.npmjs.org/@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.npmjs.org/@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.10.4", "@babel/highlight@^7.12.13", "@babel/highlight@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -419,15 +447,10 @@ | |
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df" | ||
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== | ||
|
||
"@babel/parser@^7.14.5", "@babel/parser@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" | ||
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== | ||
|
||
"@babel/parser@^7.14.6": | ||
version "7.14.6" | ||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" | ||
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== | ||
"@babel/parser@^7.14.5", "@babel/parser@^7.14.8": | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" | ||
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== | ||
|
||
"@babel/parser@^7.7.2": | ||
version "7.14.3" | ||
|
@@ -953,9 +976,9 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
|
||
"@babel/preset-env@^7.12.11": | ||
version "7.14.7" | ||
resolved "https://registry.npmjs.org/@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.npmjs.org/@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" | ||
|
@@ -1024,7 +1047,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" | ||
|
@@ -1043,9 +1066,9 @@ | |
esutils "^2.0.2" | ||
|
||
"@babel/runtime@^7.8.4": | ||
version "7.14.6" | ||
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" | ||
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" | ||
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
|
@@ -1121,18 +1144,18 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": | ||
version "7.14.7" | ||
resolved "https://registry.npmjs.org/@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": | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@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" | ||
|
||
|
@@ -1183,7 +1206,7 @@ | |
lodash "^4.17.19" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.14.5", "@babel/types@^7.4.4": | ||
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.2": | ||
version "7.14.5" | ||
resolved "https://registry.npmjs.org/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" | ||
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== | ||
|
@@ -1200,6 +1223,14 @@ | |
lodash "^4.17.19" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4": | ||
version "7.14.8" | ||
resolved "https://registry.npmjs.org/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" | ||
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.8" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
|
@@ -3418,9 +3449,9 @@ camelcase@^6.2.0: | |
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== | ||
|
||
caniuse-lite@^1.0.30001219: | ||
version "1.0.30001239" | ||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz#66e8669985bb2cb84ccb10f68c25ce6dd3e4d2b8" | ||
integrity sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ== | ||
version "1.0.30001245" | ||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz#45b941bbd833cb0fa53861ff2bae746b3c6ca5d4" | ||
integrity sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA== | ||
|
||
caseless@~0.12.0: | ||
version "0.12.0" | ||
|
@@ -3935,22 +3966,29 @@ conventional-recommended-bump@^6.1.0: | |
meow "^8.0.0" | ||
q "^1.5.1" | ||
|
||
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: | ||
convert-source-map@^1.4.0, convert-source-map@^1.6.0: | ||
version "1.7.0" | ||
resolved "https://registry.npmjs.org/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.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" | ||
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== | ||
dependencies: | ||
safe-buffer "~5.1.1" | ||
|
||
copy-descriptor@^0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" | ||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= | ||
|
||
core-js-compat@^3.14.0, core-js-compat@^3.15.0: | ||
version "3.15.0" | ||
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.15.0.tgz#e14a371123db9d1c5b41206d3f420643d238b8fa" | ||
integrity sha512-8X6lWsG+s7IfOKzV93a7fRYfWRZobOfjw5V5rrq43Vh/W+V6qYxl7Akalsvgab4PFT/4L/pjQbdBUEM36NXKrw== | ||
version "3.15.2" | ||
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb" | ||
integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ== | ||
dependencies: | ||
browserslist "^4.16.6" | ||
semver "7.0.0" | ||
|
@@ -4078,7 +4116,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: | |
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@4, debug@^4.1.0: | ||
debug@4: | ||
version "4.3.1" | ||
resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" | ||
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== | ||
|
@@ -4092,7 +4130,7 @@ debug@^3.2.7: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.0.1, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: | ||
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2: | ||
version "4.3.2" | ||
resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" | ||
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== | ||
|
@@ -4383,9 +4421,9 @@ [email protected]: | |
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= | ||
|
||
electron-to-chromium@^1.3.723: | ||
version "1.3.753" | ||
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.753.tgz#e5aa72c2a3a97c8187131fe307f0f18d1277b6e5" | ||
integrity sha512-LBJJ4qnuveWMqnwP0fP+bSl+QIxeToqBH8Bb0qVkz6YnfOZQpOW/FlkxuPn0u/zh+py6Y7x6L4qsl5aBjE9Djw== | ||
version "1.3.781" | ||
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.781.tgz#aeb54595edc0ae56721ff6428ffeb4c885c09e57" | ||
integrity sha512-l2adP72hnTZANALhjUDLm0zt1fY8Cm+kEU0Ikfy3sP/99BNsOGnnPf2nfCO/3fIL4LwmTcbQD+Ap2Deeuwe9yQ== | ||
|
||
emittery@^0.8.1: | ||
version "0.8.1" | ||
|
@@ -5945,7 +5983,14 @@ is-ci@^3.0.0: | |
dependencies: | ||
ci-info "^3.1.1" | ||
|
||
is-core-module@^2.2.0, is-core-module@^2.4.0: | ||
is-core-module@^2.2.0: | ||
version "2.5.0" | ||
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz#f754843617c70bfd29b7bd87327400cda5c18491" | ||
integrity sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.4.0: | ||
version "2.4.0" | ||
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1" | ||
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A== | ||
|