|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5": |
6 |
| - version "7.14.5" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
8 |
| - integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8": |
| 6 | + version "7.15.8" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 8 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.14.5"
|
11 | 11 |
|
|
15 | 15 | integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
16 | 16 |
|
17 | 17 | "@babel/core@^7.0.0":
|
18 |
| - version "7.15.5" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" |
20 |
| - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== |
| 18 | + version "7.15.8" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 20 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
21 | 21 | dependencies:
|
22 |
| - "@babel/code-frame" "^7.14.5" |
23 |
| - "@babel/generator" "^7.15.4" |
| 22 | + "@babel/code-frame" "^7.15.8" |
| 23 | + "@babel/generator" "^7.15.8" |
24 | 24 | "@babel/helper-compilation-targets" "^7.15.4"
|
25 |
| - "@babel/helper-module-transforms" "^7.15.4" |
| 25 | + "@babel/helper-module-transforms" "^7.15.8" |
26 | 26 | "@babel/helpers" "^7.15.4"
|
27 |
| - "@babel/parser" "^7.15.5" |
| 27 | + "@babel/parser" "^7.15.8" |
28 | 28 | "@babel/template" "^7.15.4"
|
29 | 29 | "@babel/traverse" "^7.15.4"
|
30 |
| - "@babel/types" "^7.15.4" |
| 30 | + "@babel/types" "^7.15.6" |
31 | 31 | convert-source-map "^1.7.0"
|
32 | 32 | debug "^4.1.0"
|
33 | 33 | gensync "^1.0.0-beta.2"
|
34 | 34 | json5 "^2.1.2"
|
35 | 35 | semver "^6.3.0"
|
36 | 36 | source-map "^0.5.0"
|
37 | 37 |
|
38 |
| -"@babel/generator@^7.15.4": |
39 |
| - version "7.15.4" |
40 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" |
41 |
| - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== |
| 38 | +"@babel/generator@^7.15.4", "@babel/generator@^7.15.8": |
| 39 | + version "7.15.8" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 41 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
42 | 42 | dependencies:
|
43 |
| - "@babel/types" "^7.15.4" |
| 43 | + "@babel/types" "^7.15.6" |
44 | 44 | jsesc "^2.5.1"
|
45 | 45 | source-map "^0.5.0"
|
46 | 46 |
|
|
147 | 147 | dependencies:
|
148 | 148 | "@babel/types" "^7.15.4"
|
149 | 149 |
|
150 |
| -"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4": |
151 |
| - version "7.15.7" |
152 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" |
153 |
| - integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== |
| 150 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8": |
| 151 | + version "7.15.8" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 153 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
154 | 154 | dependencies:
|
155 | 155 | "@babel/helper-module-imports" "^7.15.4"
|
156 | 156 | "@babel/helper-replace-supers" "^7.15.4"
|
|
251 | 251 | chalk "^2.0.0"
|
252 | 252 | js-tokens "^4.0.0"
|
253 | 253 |
|
254 |
| -"@babel/parser@^7.15.4", "@babel/parser@^7.15.5": |
255 |
| - version "7.15.7" |
256 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" |
257 |
| - integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== |
| 254 | +"@babel/parser@^7.15.4", "@babel/parser@^7.15.8": |
| 255 | + version "7.15.8" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 257 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
258 | 258 |
|
259 | 259 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
260 | 260 | version "7.15.4"
|
|
265 | 265 | "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
266 | 266 | "@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
267 | 267 |
|
268 |
| -"@babel/plugin-proposal-async-generator-functions@^7.15.4": |
269 |
| - version "7.15.4" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" |
271 |
| - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== |
| 268 | +"@babel/plugin-proposal-async-generator-functions@^7.15.8": |
| 269 | + version "7.15.8" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" |
| 271 | + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== |
272 | 272 | dependencies:
|
273 | 273 | "@babel/helper-plugin-utils" "^7.14.5"
|
274 | 274 | "@babel/helper-remap-async-to-generator" "^7.15.4"
|
|
695 | 695 | dependencies:
|
696 | 696 | "@babel/helper-plugin-utils" "^7.14.5"
|
697 | 697 |
|
698 |
| -"@babel/plugin-transform-spread@^7.14.6": |
699 |
| - version "7.14.6" |
700 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" |
701 |
| - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== |
| 698 | +"@babel/plugin-transform-spread@^7.15.8": |
| 699 | + version "7.15.8" |
| 700 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" |
| 701 | + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== |
702 | 702 | dependencies:
|
703 | 703 | "@babel/helper-plugin-utils" "^7.14.5"
|
704 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" |
| 704 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" |
705 | 705 |
|
706 | 706 | "@babel/plugin-transform-sticky-regex@^7.14.5":
|
707 | 707 | version "7.14.5"
|
|
748 | 748 | regenerator-runtime "^0.13.4"
|
749 | 749 |
|
750 | 750 | "@babel/preset-env@^7.0.0":
|
751 |
| - version "7.15.6" |
752 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" |
753 |
| - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== |
| 751 | + version "7.15.8" |
| 752 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" |
| 753 | + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== |
754 | 754 | dependencies:
|
755 | 755 | "@babel/compat-data" "^7.15.0"
|
756 | 756 | "@babel/helper-compilation-targets" "^7.15.4"
|
757 | 757 | "@babel/helper-plugin-utils" "^7.14.5"
|
758 | 758 | "@babel/helper-validator-option" "^7.14.5"
|
759 | 759 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
760 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" |
| 760 | + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" |
761 | 761 | "@babel/plugin-proposal-class-properties" "^7.14.5"
|
762 | 762 | "@babel/plugin-proposal-class-static-block" "^7.15.4"
|
763 | 763 | "@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
|
812 | 812 | "@babel/plugin-transform-regenerator" "^7.14.5"
|
813 | 813 | "@babel/plugin-transform-reserved-words" "^7.14.5"
|
814 | 814 | "@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
815 |
| - "@babel/plugin-transform-spread" "^7.14.6" |
| 815 | + "@babel/plugin-transform-spread" "^7.15.8" |
816 | 816 | "@babel/plugin-transform-sticky-regex" "^7.14.5"
|
817 | 817 | "@babel/plugin-transform-template-literals" "^7.14.5"
|
818 | 818 | "@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
|
821 | 821 | "@babel/preset-modules" "^0.1.4"
|
822 | 822 | "@babel/types" "^7.15.6"
|
823 | 823 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
824 |
| - babel-plugin-polyfill-corejs3 "^0.2.2" |
| 824 | + babel-plugin-polyfill-corejs3 "^0.2.5" |
825 | 825 | babel-plugin-polyfill-regenerator "^0.2.2"
|
826 | 826 | core-js-compat "^3.16.0"
|
827 | 827 | semver "^6.3.0"
|
|
1099 | 1099 | is-plain-object "^5.0.0"
|
1100 | 1100 | universal-user-agent "^6.0.0"
|
1101 | 1101 |
|
1102 |
| -"@octokit/openapi-types@^10.6.4": |
1103 |
| - version "10.6.4" |
1104 |
| - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.6.4.tgz#c8b5b1f5c60ab7c62858abe2ef57bc709f426a30" |
1105 |
| - integrity sha512-JVmwWzYTIs6jACYOwD6zu5rdrqGIYsiAsLzTCxdrWIPNKNVjEF6vPTL20shmgJ4qZsq7WPBcLXLsaQD+NLChfg== |
| 1102 | +"@octokit/openapi-types@^11.2.0": |
| 1103 | + version "11.2.0" |
| 1104 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6" |
| 1105 | + integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA== |
1106 | 1106 |
|
1107 | 1107 | "@octokit/plugin-paginate-rest@^1.1.1":
|
1108 | 1108 | version "1.1.2"
|
|
1184 | 1184 | "@types/node" ">= 8"
|
1185 | 1185 |
|
1186 | 1186 | "@octokit/types@^6.0.3", "@octokit/types@^6.16.1":
|
1187 |
| - version "6.31.3" |
1188 |
| - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.3.tgz#14c2961baea853b2bf148d892256357a936343f8" |
1189 |
| - integrity sha512-IUG3uMpsLHrtEL6sCVXbxCgnbKcgpkS4K7gVEytLDvYYalkK3XcuMCHK1YPD8xJglSJAOAbL4MgXp47rS9G49w== |
| 1187 | + version "6.34.0" |
| 1188 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218" |
| 1189 | + integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw== |
1190 | 1190 | dependencies:
|
1191 |
| - "@octokit/openapi-types" "^10.6.4" |
| 1191 | + "@octokit/openapi-types" "^11.2.0" |
1192 | 1192 |
|
1193 | 1193 | "@semantic-release/changelog@^3.0.0":
|
1194 | 1194 | version "3.0.6"
|
|
1332 | 1332 | integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
1333 | 1333 |
|
1334 | 1334 | "@types/node@*", "@types/node@>= 8":
|
1335 |
| - version "16.10.2" |
1336 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e" |
1337 |
| - integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ== |
| 1335 | + version "16.10.3" |
| 1336 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5" |
| 1337 | + integrity sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ== |
1338 | 1338 |
|
1339 | 1339 | "@types/normalize-package-data@^2.4.0":
|
1340 | 1340 | version "2.4.1"
|
@@ -1628,7 +1628,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
1628 | 1628 | "@babel/helper-define-polyfill-provider" "^0.2.2"
|
1629 | 1629 | semver "^6.1.1"
|
1630 | 1630 |
|
1631 |
| -babel-plugin-polyfill-corejs3@^0.2.2: |
| 1631 | +babel-plugin-polyfill-corejs3@^0.2.5: |
1632 | 1632 | version "0.2.5"
|
1633 | 1633 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
|
1634 | 1634 | integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
|
@@ -1768,16 +1768,16 @@ braces@^3.0.1:
|
1768 | 1768 | dependencies:
|
1769 | 1769 | fill-range "^7.0.1"
|
1770 | 1770 |
|
1771 |
| -browserslist@^4.16.6, browserslist@^4.17.1: |
1772 |
| - version "4.17.2" |
1773 |
| - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.2.tgz#aa15dbd2fab399a399fe4df601bb09363c5458a6" |
1774 |
| - integrity sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ== |
| 1771 | +browserslist@^4.16.6, browserslist@^4.17.3: |
| 1772 | + version "4.17.3" |
| 1773 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" |
| 1774 | + integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== |
1775 | 1775 | dependencies:
|
1776 |
| - caniuse-lite "^1.0.30001261" |
1777 |
| - electron-to-chromium "^1.3.854" |
| 1776 | + caniuse-lite "^1.0.30001264" |
| 1777 | + electron-to-chromium "^1.3.857" |
1778 | 1778 | escalade "^3.1.1"
|
1779 |
| - nanocolors "^0.2.12" |
1780 |
| - node-releases "^1.1.76" |
| 1779 | + node-releases "^1.1.77" |
| 1780 | + picocolors "^0.2.1" |
1781 | 1781 |
|
1782 | 1782 | btoa-lite@^1.0.0:
|
1783 | 1783 | version "1.0.0"
|
@@ -1923,10 +1923,10 @@ camelcase@^5.0.0, camelcase@^5.3.1:
|
1923 | 1923 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
1924 | 1924 | integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1925 | 1925 |
|
1926 |
| -caniuse-lite@^1.0.30001261: |
1927 |
| - version "1.0.30001264" |
1928 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001264.tgz#88f625a60efb6724c7c62ac698bc8dbd9757e55b" |
1929 |
| - integrity sha512-Ftfqqfcs/ePiUmyaySsQ4PUsdcYyXG2rfoBVsk3iY1ahHaJEw65vfb7Suzqm+cEkwwPIv/XWkg27iCpRavH4zA== |
| 1926 | +caniuse-lite@^1.0.30001264: |
| 1927 | + version "1.0.30001265" |
| 1928 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3" |
| 1929 | + integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== |
1930 | 1930 |
|
1931 | 1931 | capture-stack-trace@^1.0.0:
|
1932 | 1932 | version "1.0.1"
|
@@ -2325,11 +2325,11 @@ copy-descriptor@^0.1.0:
|
2325 | 2325 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
2326 | 2326 |
|
2327 | 2327 | core-js-compat@^3.16.0, core-js-compat@^3.16.2:
|
2328 |
| - version "3.18.1" |
2329 |
| - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.1.tgz#01942a0877caf9c6e5007c027183cf0bdae6a191" |
2330 |
| - integrity sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg== |
| 2328 | + version "3.18.2" |
| 2329 | + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142" |
| 2330 | + integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ== |
2331 | 2331 | dependencies:
|
2332 |
| - browserslist "^4.17.1" |
| 2332 | + browserslist "^4.17.3" |
2333 | 2333 | semver "7.0.0"
|
2334 | 2334 |
|
2335 | 2335 | core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
|
@@ -2688,10 +2688,10 @@ editor@~1.0.0:
|
2688 | 2688 | resolved "https://registry.yarnpkg.com/editor/-/editor-1.0.0.tgz#60c7f87bd62bcc6a894fa8ccd6afb7823a24f742"
|
2689 | 2689 | integrity sha1-YMf4e9YrzGqJT6jM1q+3gjok90I=
|
2690 | 2690 |
|
2691 |
| -electron-to-chromium@^1.3.854: |
2692 |
| - version "1.3.857" |
2693 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.857.tgz#dcc239ff8a12b6e4b501e6a5ad20fd0d5a3210f9" |
2694 |
| - integrity sha512-a5kIr2lajm4bJ5E4D3fp8Y/BRB0Dx2VOcCRE5Gtb679mXIME/OFhWler8Gy2ksrf8gFX+EFCSIGA33FB3gqYpg== |
| 2691 | +electron-to-chromium@^1.3.857: |
| 2692 | + version "1.3.864" |
| 2693 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.864.tgz#6a993bcc196a2b8b3df84d28d5d4dd912393885f" |
| 2694 | + integrity sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw== |
2695 | 2695 |
|
2696 | 2696 | emoji-regex@^7.0.1:
|
2697 | 2697 | version "7.0.3"
|
@@ -4953,11 +4953,6 @@ nan@^2.12.1:
|
4953 | 4953 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
|
4954 | 4954 | integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
4955 | 4955 |
|
4956 |
| -nanocolors@^0.2.12: |
4957 |
| - version "0.2.12" |
4958 |
| - resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777" |
4959 |
| - integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug== |
4960 |
| - |
4961 | 4956 | nanomatch@^1.2.9:
|
4962 | 4957 | version "1.2.13"
|
4963 | 4958 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
@@ -5035,7 +5030,7 @@ node-modules-regexp@^1.0.0:
|
5035 | 5030 | resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
5036 | 5031 | integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
5037 | 5032 |
|
5038 |
| -node-releases@^1.1.76: |
| 5033 | +node-releases@^1.1.77: |
5039 | 5034 | version "1.1.77"
|
5040 | 5035 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e"
|
5041 | 5036 | integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
|
@@ -5775,6 +5770,11 @@ performance-now@^2.1.0:
|
5775 | 5770 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
5776 | 5771 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
5777 | 5772 |
|
| 5773 | +picocolors@^0.2.1: |
| 5774 | + version "0.2.1" |
| 5775 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" |
| 5776 | + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== |
| 5777 | + |
5778 | 5778 | picomatch@^2.2.3:
|
5779 | 5779 | version "2.3.0"
|
5780 | 5780 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
|
7261 | 7261 | integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==
|
7262 | 7262 |
|
7263 | 7263 | typescript@next:
|
7264 |
| - version "4.5.0-dev.20211004" |
7265 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.0-dev.20211004.tgz#596e15427e9d6814002fc265bc45cdf4c6caf38c" |
7266 |
| - integrity sha512-uYE+osZkS7cs3vcHqEXPvXrdpRFbOwPRx+Ew7yO8sLX20dbEOc3rCRCXY81GH3RDQ//mb/h6uh07y9XWOxmSIw== |
| 7264 | + version "4.5.0-dev.20211011" |
| 7265 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.0-dev.20211011.tgz#d163f55ba4e94b5442eca04b53846e840ccf6d09" |
| 7266 | + integrity sha512-1jTV0bjpdhzBTsZCWSc2NE7IHhFEsLtcHW5/SJz34UkZIa5AMd2Y7W9g2WqXDVjYxVPE15ZjKOPjSuXGv43+lw== |
7267 | 7267 |
|
7268 | 7268 | uglify-js@^3.1.4:
|
7269 | 7269 | version "3.14.2"
|
|
0 commit comments