|
85 | 85 | integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
|
86 | 86 |
|
87 | 87 | "@types/node@*":
|
88 |
| - version "14.11.2" |
89 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256" |
90 |
| - integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA== |
| 88 | + version "14.11.8" |
| 89 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.8.tgz#fe2012f2355e4ce08bca44aeb3abbb21cf88d33f" |
| 90 | + integrity sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw== |
91 | 91 |
|
92 | 92 | "@types/normalize-package-data@^2.4.0":
|
93 | 93 | version "2.4.0"
|
@@ -416,9 +416,9 @@ caniuse-api@^3.0.0:
|
416 | 416 | lodash.uniq "^4.5.0"
|
417 | 417 |
|
418 | 418 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001135:
|
419 |
| - version "1.0.30001143" |
420 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001143.tgz#560f2cfb9f313d1d7e52eb8dac0e4e36c8821c0d" |
421 |
| - integrity sha512-p/PO5YbwmCpBJPxjOiKBvAlUPgF8dExhfEpnsH+ys4N/791WHrYrGg0cyHiAURl5hSbx5vIcjKmQAP6sHDYH3w== |
| 419 | + version "1.0.30001147" |
| 420 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001147.tgz#84d27e5b691a8da66e16887b34c78dacf3935f00" |
| 421 | + integrity sha512-CPyN875geYk46eIqPl5jlmotCr5YZC2KxIVfb4z0FrNfLxPM+MyodWD2irJGDG8vUUE1fmg3De9vt8uaC6Nf6w== |
422 | 422 |
|
423 | 423 |
|
424 | 424 | version "2.4.1"
|
@@ -549,21 +549,21 @@ color-name@^1.0.0, color-name@~1.1.4:
|
549 | 549 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
550 | 550 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
551 | 551 |
|
552 |
| -color-string@^1.5.2: |
553 |
| - version "1.5.3" |
554 |
| - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" |
555 |
| - integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== |
| 552 | +color-string@^1.5.4: |
| 553 | + version "1.5.4" |
| 554 | + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6" |
| 555 | + integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== |
556 | 556 | dependencies:
|
557 | 557 | color-name "^1.0.0"
|
558 | 558 | simple-swizzle "^0.2.2"
|
559 | 559 |
|
560 | 560 | color@^3.0.0:
|
561 |
| - version "3.1.2" |
562 |
| - resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" |
563 |
| - integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== |
| 561 | + version "3.1.3" |
| 562 | + resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" |
| 563 | + integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== |
564 | 564 | dependencies:
|
565 | 565 | color-convert "^1.9.1"
|
566 |
| - color-string "^1.5.2" |
| 566 | + color-string "^1.5.4" |
567 | 567 |
|
568 | 568 | colors@^1.4.0:
|
569 | 569 | version "1.4.0"
|
|
909 | 909 | source-map "^0.6.1"
|
910 | 910 |
|
911 | 911 | css-what@^3.2.1:
|
912 |
| - version "3.4.1" |
913 |
| - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.1.tgz#81cb70b609e4b1351b1e54cbc90fd9c54af86e2e" |
914 |
| - integrity sha512-wHOppVDKl4vTAOWzJt5Ek37Sgd9qq1Bmj/T1OjvicWbU5W7ru7Pqbn0Jdqii3Drx/h+dixHKXNhZYx7blthL7g== |
| 912 | + version "3.4.2" |
| 913 | + resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" |
| 914 | + integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== |
915 | 915 |
|
916 | 916 | cssesc@^3.0.0:
|
917 | 917 | version "3.0.0"
|
@@ -1124,9 +1124,9 @@ ecstatic@^3.3.2:
|
1124 | 1124 | url-join "^2.0.5"
|
1125 | 1125 |
|
1126 | 1126 | electron-to-chromium@^1.3.571:
|
1127 |
| - version "1.3.576" |
1128 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.576.tgz#2e70234484e03d7c7e90310d7d79fd3775379c34" |
1129 |
| - integrity sha512-uSEI0XZ//5ic+0NdOqlxp0liCD44ck20OAGyLMSymIWTEAtHKVJi6JM18acOnRgUgX7Q65QqnI+sNncNvIy8ew== |
| 1127 | + version "1.3.578" |
| 1128 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.578.tgz#e6671936f4571a874eb26e2e833aa0b2c0b776e0" |
| 1129 | + integrity sha512-z4gU6dA1CbBJsAErW5swTGAaU2TBzc2mPAonJb00zqW1rOraDo2zfBMDRvaz9cVic+0JEZiYbHWPw/fTaZlG2Q== |
1130 | 1130 |
|
1131 | 1131 | emoji-regex@^8.0.0:
|
1132 | 1132 | version "8.0.0"
|
@@ -2453,14 +2453,14 @@ p-locate@^4.1.0:
|
2453 | 2453 | p-limit "^2.2.0"
|
2454 | 2454 |
|
2455 | 2455 | p-queue@^6.3.0:
|
2456 |
| - version "6.6.1" |
2457 |
| - resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.1.tgz#578891ada028a61371ec2692b26614d1b7d2b10a" |
2458 |
| - integrity sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg== |
| 2456 | + version "6.6.2" |
| 2457 | + resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.2.tgz#2068a9dcf8e67dd0ec3e7a2bcb76810faa85e426" |
| 2458 | + integrity sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ== |
2459 | 2459 | dependencies:
|
2460 | 2460 | eventemitter3 "^4.0.4"
|
2461 |
| - p-timeout "^3.1.0" |
| 2461 | + p-timeout "^3.2.0" |
2462 | 2462 |
|
2463 |
| -p-timeout@^3.1.0: |
| 2463 | +p-timeout@^3.2.0: |
2464 | 2464 | version "3.2.0"
|
2465 | 2465 | resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
|
2466 | 2466 | integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
|
@@ -3305,9 +3305,9 @@ rollup-pluginutils@^2.8.2:
|
3305 | 3305 | estree-walker "^0.6.1"
|
3306 | 3306 |
|
3307 | 3307 | rollup@^2.27.1:
|
3308 |
| - version "2.28.2" |
3309 |
| - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.28.2.tgz#599ec4978144a82d8a8ec3d37670a8440cb04e4b" |
3310 |
| - integrity sha512-8txbsFBFLmm9Xdt4ByTOGa9Muonmc8MfNjnGAR8U8scJlF1ZW7AgNZa7aqBXaKtlvnYP/ab++fQIq9dB9NWUbg== |
| 3308 | + version "2.29.0" |
| 3309 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.29.0.tgz#0c5c5968530b21ca0e32f8b94b7cd9346cfb0eec" |
| 3310 | + integrity sha512-gtU0sjxMpsVlpuAf4QXienPmUAhd6Kc7owQ4f5lypoxBW18fw2UNYZ4NssLGsri6WhUZkE/Ts3EMRebN+gNLiQ== |
3311 | 3311 | optionalDependencies:
|
3312 | 3312 | fsevents "~2.1.2"
|
3313 | 3313 |
|
@@ -3787,9 +3787,9 @@ trim-off-newlines@^1.0.0:
|
3787 | 3787 | integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
|
3788 | 3788 |
|
3789 | 3789 | tslib@^2.0.1:
|
3790 |
| - version "2.0.1" |
3791 |
| - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e" |
3792 |
| - integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== |
| 3790 | + version "2.0.3" |
| 3791 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" |
| 3792 | + integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== |
3793 | 3793 |
|
3794 | 3794 |
|
3795 | 3795 | version "0.0.4"
|
@@ -3820,9 +3820,9 @@ typescript@^4.0.3:
|
3820 | 3820 | integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
|
3821 | 3821 |
|
3822 | 3822 | uglify-js@^3.1.4:
|
3823 |
| - version "3.11.1" |
3824 |
| - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.1.tgz#32d274fea8aac333293044afd7f81409d5040d38" |
3825 |
| - integrity sha512-OApPSuJcxcnewwjSGGfWOjx3oix5XpmrK9Z2j0fTRlHGoZ49IU6kExfZTM0++fCArOOCet+vIfWwFHbvWqwp6g== |
| 3823 | + version "3.11.2" |
| 3824 | + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.2.tgz#9f50325544273c27b20e586def140e7726c525ea" |
| 3825 | + integrity sha512-G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg== |
3826 | 3826 |
|
3827 | 3827 | union@~0.5.0:
|
3828 | 3828 | version "0.5.0"
|
|
0 commit comments