|
919 | 919 | resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd" |
920 | 920 | integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ== |
921 | 921 |
|
922 | | -"@types/estree@*": |
923 | | - version "0.0.42" |
924 | | - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11" |
925 | | - integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ== |
926 | | - |
927 | 922 | "@types/estree@0.0.39": |
928 | 923 | version "0.0.39" |
929 | 924 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
@@ -1066,6 +1061,11 @@ acorn-jsx@^5.1.0: |
1066 | 1061 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384" |
1067 | 1062 | integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw== |
1068 | 1063 |
|
| 1064 | +acorn@^6.0.5: |
| 1065 | + version "6.4.1" |
| 1066 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" |
| 1067 | + integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== |
| 1068 | + |
1069 | 1069 | acorn@^7.1.0: |
1070 | 1070 | version "7.1.0" |
1071 | 1071 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" |
@@ -2956,7 +2956,7 @@ electron-window@^0.8.0: |
2956 | 2956 | dependencies: |
2957 | 2957 | is-electron-renderer "^2.0.0" |
2958 | 2958 |
|
2959 | | -electron@^7.1.1: |
| 2959 | +electron@~7.1.1: |
2960 | 2960 | version "7.1.14" |
2961 | 2961 | resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.14.tgz#1a58aa5968677a4fe564442f3b72771166c8904c" |
2962 | 2962 | integrity sha512-y9Nbja4rl+5fPVw9e/lFudwRax3a+jenzS7WXzUkjF7GI8YFxNH2eH9K9PZFNuSwc/OOCja2ul70+D44tKTQEw== |
@@ -7357,14 +7357,14 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1: |
7357 | 7357 | dependencies: |
7358 | 7358 | estree-walker "^0.6.1" |
7359 | 7359 |
|
7360 | | -rollup@^1.1.0: |
7361 | | - version "1.30.0" |
7362 | | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.30.0.tgz#ae9c893804e8eaa8f8f74b0aaf7e7fb4374a9d01" |
7363 | | - integrity sha512-ANcmfaSQwpcJtZUTA0ZMNBtFcQ1B4A5FldlNqEK0WdWm9sHSKu93ffa2KV1ux8HA/yKIV/ZARV28m7rNdXJgEw== |
| 7360 | +rollup@~1.1.0: |
| 7361 | + version "1.1.2" |
| 7362 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.1.2.tgz#8d094b85683b810d0c05a16bd7618cf70d48eba7" |
| 7363 | + integrity sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg== |
7364 | 7364 | dependencies: |
7365 | | - "@types/estree" "*" |
| 7365 | + "@types/estree" "0.0.39" |
7366 | 7366 | "@types/node" "*" |
7367 | | - acorn "^7.1.0" |
| 7367 | + acorn "^6.0.5" |
7368 | 7368 |
|
7369 | 7369 | run-async@^2.2.0: |
7370 | 7370 | version "2.3.0" |
|
0 commit comments