|
96 | 96 | lru-cache "^5.1.1"
|
97 | 97 | semver "^6.3.1"
|
98 | 98 |
|
99 |
| -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.7": |
100 |
| - version "7.24.7" |
101 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b" |
102 |
| - integrity sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg== |
| 99 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.24.8": |
| 100 | + version "7.24.8" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz#47f546408d13c200c0867f9d935184eaa0851b09" |
| 102 | + integrity sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA== |
103 | 103 | dependencies:
|
104 | 104 | "@babel/helper-annotate-as-pure" "^7.24.7"
|
105 | 105 | "@babel/helper-environment-visitor" "^7.24.7"
|
106 | 106 | "@babel/helper-function-name" "^7.24.7"
|
107 |
| - "@babel/helper-member-expression-to-functions" "^7.24.7" |
| 107 | + "@babel/helper-member-expression-to-functions" "^7.24.8" |
108 | 108 | "@babel/helper-optimise-call-expression" "^7.24.7"
|
109 | 109 | "@babel/helper-replace-supers" "^7.24.7"
|
110 | 110 | "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
153 | 153 | dependencies:
|
154 | 154 | "@babel/types" "^7.24.7"
|
155 | 155 |
|
156 |
| -"@babel/helper-member-expression-to-functions@^7.24.7": |
157 |
| - version "7.24.7" |
158 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f" |
159 |
| - integrity sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w== |
| 156 | +"@babel/helper-member-expression-to-functions@^7.24.7", "@babel/helper-member-expression-to-functions@^7.24.8": |
| 157 | + version "7.24.8" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" |
| 159 | + integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA== |
160 | 160 | dependencies:
|
161 |
| - "@babel/traverse" "^7.24.7" |
162 |
| - "@babel/types" "^7.24.7" |
| 161 | + "@babel/traverse" "^7.24.8" |
| 162 | + "@babel/types" "^7.24.8" |
163 | 163 |
|
164 | 164 | "@babel/helper-module-imports@^7.24.7":
|
165 | 165 | version "7.24.7"
|
|
864 | 864 | "@babel/helper-plugin-utils" "^7.24.8"
|
865 | 865 |
|
866 | 866 | "@babel/plugin-transform-typescript@^7.24.7":
|
867 |
| - version "7.24.7" |
868 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz#b006b3e0094bf0813d505e0c5485679eeaf4a881" |
869 |
| - integrity sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw== |
| 867 | + version "7.24.8" |
| 868 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.8.tgz#c104d6286e04bf7e44b8cba1b686d41bad57eb84" |
| 869 | + integrity sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q== |
870 | 870 | dependencies:
|
871 | 871 | "@babel/helper-annotate-as-pure" "^7.24.7"
|
872 |
| - "@babel/helper-create-class-features-plugin" "^7.24.7" |
873 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
| 872 | + "@babel/helper-create-class-features-plugin" "^7.24.8" |
| 873 | + "@babel/helper-plugin-utils" "^7.24.8" |
874 | 874 | "@babel/plugin-syntax-typescript" "^7.24.7"
|
875 | 875 |
|
876 | 876 | "@babel/plugin-transform-unicode-escapes@^7.24.7":
|
|
1029 | 1029 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
1030 | 1030 |
|
1031 | 1031 | "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
|
1032 |
| - version "7.24.7" |
1033 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12" |
1034 |
| - integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw== |
| 1032 | + version "7.24.8" |
| 1033 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.8.tgz#5d958c3827b13cc6d05e038c07fb2e5e3420d82e" |
| 1034 | + integrity sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA== |
1035 | 1035 | dependencies:
|
1036 | 1036 | regenerator-runtime "^0.14.0"
|
1037 | 1037 |
|
|
1353 | 1353 | integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
1354 | 1354 |
|
1355 | 1355 | "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
1356 |
| - version "1.4.15" |
1357 |
| - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
1358 |
| - integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1356 | + version "1.5.0" |
| 1357 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 1358 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
1359 | 1359 |
|
1360 | 1360 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
1361 | 1361 | version "0.3.25"
|
@@ -2037,9 +2037,9 @@ camelcase@^6.2.0:
|
2037 | 2037 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
2038 | 2038 |
|
2039 | 2039 | caniuse-lite@^1.0.30001640:
|
2040 |
| - version "1.0.30001641" |
2041 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac" |
2042 |
| - integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA== |
| 2040 | + version "1.0.30001642" |
| 2041 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f" |
| 2042 | + integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA== |
2043 | 2043 |
|
2044 | 2044 | chalk@^2.4.2:
|
2045 | 2045 | version "2.4.2"
|
@@ -2348,9 +2348,9 @@ domexception@^4.0.0:
|
2348 | 2348 | webidl-conversions "^7.0.0"
|
2349 | 2349 |
|
2350 | 2350 | electron-to-chromium@^1.4.820:
|
2351 |
| - version "1.4.826" |
2352 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.826.tgz#096426d3333718f867b16cc5195c8e56f75c998e" |
2353 |
| - integrity sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ== |
| 2351 | + version "1.4.827" |
| 2352 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02" |
| 2353 | + integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ== |
2354 | 2354 |
|
2355 | 2355 | emittery@^0.13.1:
|
2356 | 2356 | version "0.13.1"
|
@@ -2622,9 +2622,9 @@ esprima@^4.0.0, esprima@^4.0.1:
|
2622 | 2622 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2623 | 2623 |
|
2624 | 2624 | esquery@^1.4.2:
|
2625 |
| - version "1.5.0" |
2626 |
| - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
2627 |
| - integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2625 | + version "1.6.0" |
| 2626 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" |
| 2627 | + integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== |
2628 | 2628 | dependencies:
|
2629 | 2629 | estraverse "^5.1.0"
|
2630 | 2630 |
|
@@ -4049,9 +4049,9 @@ npm-run-path@^4.0.1:
|
4049 | 4049 | path-key "^3.0.0"
|
4050 | 4050 |
|
4051 | 4051 | nwsapi@^2.2.2:
|
4052 |
| - version "2.2.10" |
4053 |
| - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8" |
4054 |
| - integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ== |
| 4052 | + version "2.2.12" |
| 4053 | + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8" |
| 4054 | + integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w== |
4055 | 4055 |
|
4056 | 4056 | object-assign@^4.1.1:
|
4057 | 4057 | version "4.1.1"
|
|
0 commit comments