|
54 | 54 | "@jridgewell/trace-mapping" "^0.3.17"
|
55 | 55 | jsesc "^2.5.1"
|
56 | 56 |
|
| 57 | +"@babel/generator@^7.23.0": |
| 58 | + version "7.23.0" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 60 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 61 | + dependencies: |
| 62 | + "@babel/types" "^7.23.0" |
| 63 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 64 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 65 | + jsesc "^2.5.1" |
| 66 | + |
57 | 67 | "@babel/helper-annotate-as-pure@^7.22.5":
|
58 | 68 | version "7.22.5"
|
59 | 69 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
127 | 137 | "@babel/template" "^7.22.5"
|
128 | 138 | "@babel/types" "^7.22.5"
|
129 | 139 |
|
| 140 | +"@babel/helper-function-name@^7.23.0": |
| 141 | + version "7.23.0" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 143 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 144 | + dependencies: |
| 145 | + "@babel/template" "^7.22.15" |
| 146 | + "@babel/types" "^7.23.0" |
| 147 | + |
130 | 148 | "@babel/helper-hoist-variables@^7.22.5":
|
131 | 149 | version "7.22.5"
|
132 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
257 | 275 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
258 | 276 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
259 | 277 |
|
| 278 | +"@babel/parser@^7.23.0": |
| 279 | + version "7.23.0" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 281 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 282 | + |
260 | 283 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
261 | 284 | version "7.22.15"
|
262 | 285 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
994 | 1017 | "@babel/types" "^7.22.15"
|
995 | 1018 |
|
996 | 1019 | "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
|
997 |
| - version "7.22.20" |
998 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
999 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
| 1020 | + version "7.23.2" |
| 1021 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1022 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
1000 | 1023 | dependencies:
|
1001 | 1024 | "@babel/code-frame" "^7.22.13"
|
1002 |
| - "@babel/generator" "^7.22.15" |
| 1025 | + "@babel/generator" "^7.23.0" |
1003 | 1026 | "@babel/helper-environment-visitor" "^7.22.20"
|
1004 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1027 | + "@babel/helper-function-name" "^7.23.0" |
1005 | 1028 | "@babel/helper-hoist-variables" "^7.22.5"
|
1006 | 1029 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1007 |
| - "@babel/parser" "^7.22.16" |
1008 |
| - "@babel/types" "^7.22.19" |
| 1030 | + "@babel/parser" "^7.23.0" |
| 1031 | + "@babel/types" "^7.23.0" |
1009 | 1032 | debug "^4.1.0"
|
1010 | 1033 | globals "^11.1.0"
|
1011 | 1034 |
|
|
1018 | 1041 | "@babel/helper-validator-identifier" "^7.22.19"
|
1019 | 1042 | to-fast-properties "^2.0.0"
|
1020 | 1043 |
|
| 1044 | +"@babel/types@^7.23.0": |
| 1045 | + version "7.23.0" |
| 1046 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1047 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1048 | + dependencies: |
| 1049 | + "@babel/helper-string-parser" "^7.22.5" |
| 1050 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1051 | + to-fast-properties "^2.0.0" |
| 1052 | + |
1021 | 1053 | "@electron/get@^2.0.0":
|
1022 | 1054 | version "2.0.3"
|
1023 | 1055 | resolved "https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz#fba552683d387aebd9f3fcadbcafc8e12ee4f960"
|
|
0 commit comments