|
76 | 76 | integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
|
77 | 77 |
|
78 | 78 | "@babel/compat-data@^7.25.7":
|
79 |
| - version "7.25.7" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c" |
81 |
| - integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw== |
| 79 | + version "7.25.8" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402" |
| 81 | + integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA== |
82 | 82 |
|
83 | 83 | "@babel/core@7.12.9":
|
84 | 84 | version "7.12.9"
|
|
145 | 145 | semver "^6.3.0"
|
146 | 146 |
|
147 | 147 | "@babel/core@^7.20.2":
|
148 |
| - version "7.25.7" |
149 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece" |
150 |
| - integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow== |
| 148 | + version "7.25.8" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6" |
| 150 | + integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg== |
151 | 151 | dependencies:
|
152 | 152 | "@ampproject/remapping" "^2.2.0"
|
153 | 153 | "@babel/code-frame" "^7.25.7"
|
154 | 154 | "@babel/generator" "^7.25.7"
|
155 | 155 | "@babel/helper-compilation-targets" "^7.25.7"
|
156 | 156 | "@babel/helper-module-transforms" "^7.25.7"
|
157 | 157 | "@babel/helpers" "^7.25.7"
|
158 |
| - "@babel/parser" "^7.25.7" |
| 158 | + "@babel/parser" "^7.25.8" |
159 | 159 | "@babel/template" "^7.25.7"
|
160 | 160 | "@babel/traverse" "^7.25.7"
|
161 |
| - "@babel/types" "^7.25.7" |
| 161 | + "@babel/types" "^7.25.8" |
162 | 162 | convert-source-map "^2.0.0"
|
163 | 163 | debug "^4.1.0"
|
164 | 164 | gensync "^1.0.0-beta.2"
|
|
651 | 651 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
|
652 | 652 | integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
|
653 | 653 |
|
654 |
| -"@babel/parser@^7.25.7": |
655 |
| - version "7.25.7" |
656 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590" |
657 |
| - integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw== |
| 654 | +"@babel/parser@^7.25.7", "@babel/parser@^7.25.8": |
| 655 | + version "7.25.8" |
| 656 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" |
| 657 | + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== |
658 | 658 | dependencies:
|
659 |
| - "@babel/types" "^7.25.7" |
| 659 | + "@babel/types" "^7.25.8" |
660 | 660 |
|
661 | 661 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
662 | 662 | version "7.22.15"
|
|
1720 | 1720 | "@babel/helper-validator-identifier" "^7.22.20"
|
1721 | 1721 | to-fast-properties "^2.0.0"
|
1722 | 1722 |
|
1723 |
| -"@babel/types@^7.25.7": |
1724 |
| - version "7.25.7" |
1725 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b" |
1726 |
| - integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ== |
| 1723 | +"@babel/types@^7.25.7", "@babel/types@^7.25.8": |
| 1724 | + version "7.25.8" |
| 1725 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" |
| 1726 | + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== |
1727 | 1727 | dependencies:
|
1728 | 1728 | "@babel/helper-string-parser" "^7.25.7"
|
1729 | 1729 | "@babel/helper-validator-identifier" "^7.25.7"
|
@@ -5983,9 +5983,9 @@ caniuse-lite@^1.0.30001587:
|
5983 | 5983 | integrity sha512-c3dl911slnQhmxUIT4HhYzT7wnBK/XYpGnYLOj4nJBaRiw52Ibe7YxlDaAeRECvA786zCuExhxIUJ2K7nHMrBw==
|
5984 | 5984 |
|
5985 | 5985 | caniuse-lite@^1.0.30001663:
|
5986 |
| - version "1.0.30001666" |
5987 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001666.tgz#112d77e80f1762f62a1b71ba92164e0cb3f3dd13" |
5988 |
| - integrity sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g== |
| 5986 | + version "1.0.30001667" |
| 5987 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz#99fc5ea0d9c6e96897a104a8352604378377f949" |
| 5988 | + integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw== |
5989 | 5989 |
|
5990 | 5990 | capture-exit@^2.0.0:
|
5991 | 5991 | version "2.0.0"
|
@@ -7244,9 +7244,9 @@ electron-to-chromium@^1.4.668:
|
7244 | 7244 | integrity sha512-NglN/xprcM+SHD2XCli4oC6bWe6kHoytcyLKCWXmRL854F0qhPhaYgUswUsglnPxYaNQIg2uMY4BvaomIf3kLA==
|
7245 | 7245 |
|
7246 | 7246 | electron-to-chromium@^1.5.28:
|
7247 |
| - version "1.5.31" |
7248 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz#b1478418769dec72ea70d9fdf147a81491857f10" |
7249 |
| - integrity sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg== |
| 7247 | + version "1.5.35" |
| 7248 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.35.tgz#1d38d386186c72b1fa6e74c3a7de5f888b503100" |
| 7249 | + integrity sha512-hOSRInrIDm0Brzp4IHW2F/VM+638qOL2CzE0DgpnGzKW27C95IqqeqgKz/hxHGnvPxvQGpHUGD5qRVC9EZY2+A== |
7250 | 7250 |
|
7251 | 7251 | elliptic@^6.5.3, elliptic@^6.5.4:
|
7252 | 7252 | version "6.5.4"
|
|
0 commit comments