|
74 | 74 | integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
75 | 75 |
|
76 | 76 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12": |
77 | | - version "7.21.5" |
78 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
79 | | - integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
| 77 | + version "7.21.8" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" |
| 79 | + integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== |
80 | 80 | dependencies: |
81 | 81 | "@ampproject/remapping" "^2.2.0" |
82 | 82 | "@babel/code-frame" "^7.21.4" |
83 | 83 | "@babel/generator" "^7.21.5" |
84 | 84 | "@babel/helper-compilation-targets" "^7.21.5" |
85 | 85 | "@babel/helper-module-transforms" "^7.21.5" |
86 | 86 | "@babel/helpers" "^7.21.5" |
87 | | - "@babel/parser" "^7.21.5" |
| 87 | + "@babel/parser" "^7.21.8" |
88 | 88 | "@babel/template" "^7.20.7" |
89 | 89 | "@babel/traverse" "^7.21.5" |
90 | 90 | "@babel/types" "^7.21.5" |
|
95 | 95 | semver "^6.3.0" |
96 | 96 |
|
97 | 97 | "@babel/eslint-parser@^7.13.8", "@babel/eslint-parser@^7.16.5", "@babel/eslint-parser@^7.19.1": |
98 | | - version "7.21.3" |
99 | | - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" |
100 | | - integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== |
| 98 | + version "7.21.8" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz#59fb6fc4f3b017ab86987c076226ceef7b2b2ef2" |
| 100 | + integrity sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ== |
101 | 101 | dependencies: |
102 | 102 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" |
103 | 103 | eslint-visitor-keys "^2.1.0" |
|
410 | 410 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
411 | 411 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
412 | 412 |
|
413 | | -"@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
414 | | - version "7.21.5" |
415 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
416 | | - integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
| 413 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
| 414 | + version "7.21.8" |
| 415 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" |
| 416 | + integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== |
417 | 417 |
|
418 | 418 | "@babel/parser@^7.21.2": |
419 | 419 | version "7.21.3" |
@@ -4057,9 +4057,9 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464: |
4057 | 4057 | integrity sha512-lZim4iUHhGcy5p+Ri/G7m84hJwncj+Kz7S5aD4hoQfslKZJgt0tHc/hafVbqHC5bbhHb+mrW2JOUHkI5KH7toQ== |
4058 | 4058 |
|
4059 | 4059 | caniuse-lite@^1.0.30001449: |
4060 | | - version "1.0.30001481" |
4061 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001481.tgz#f58a717afe92f9e69d0e35ff64df596bfad93912" |
4062 | | - integrity sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ== |
| 4060 | + version "1.0.30001486" |
| 4061 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz#56a08885228edf62cbe1ac8980f2b5dae159997e" |
| 4062 | + integrity sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg== |
4063 | 4063 |
|
4064 | 4064 | capital-case@^1.0.4: |
4065 | 4065 | version "1.0.4" |
|
5103 | 5103 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== |
5104 | 5104 |
|
5105 | 5105 | electron-to-chromium@^1.4.284: |
5106 | | - version "1.4.377" |
5107 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.377.tgz#7f326a0b2c1b96eca6bb65907addc505d0d15989" |
5108 | | - integrity sha512-H3BYG6DW5Z+l0xcfXaicJGxrpA4kMlCxnN71+iNX+dBLkRMOdVJqFJiAmbNZZKA1zISpRg17JR03qGifXNsJtw== |
| 5106 | + version "1.4.385" |
| 5107 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.385.tgz#1afd8d6280d510145148777b899ff481c65531ff" |
| 5108 | + integrity sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg== |
5109 | 5109 |
|
5110 | 5110 | emittery@^0.13.1: |
5111 | 5111 | version "0.13.1" |
|
0 commit comments