|
860 | 860 | dependencies: |
861 | 861 | "@sourcegraph/extension-api-types" "^2.1.0" |
862 | 862 |
|
863 | | -"@sourcegraph/extension-api-stubs@^1.5.3": |
864 | | - version "1.5.3" |
865 | | - resolved "https://registry.npmjs.org/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.5.3.tgz" |
866 | | - integrity sha512-1QeiDLK9KcUOPkeoOe19ieHZN4Uz5GsY9qEwtM/n2e9Ew4kNJMvfid+8MFAo8MVcoLMtbMxJbs03LqwJTB1shg== |
| 863 | +"@sourcegraph/extension-api-stubs@^1.6.2": |
| 864 | + version "1.6.2" |
| 865 | + resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.6.2.tgz#b70cbb0a179367927bef85e0cadf688c57f6dc58" |
| 866 | + integrity sha512-7uy03qVTDWAH0D663DY3FIRxjG5JV2tSRxJljMeUzRb/ZBZrKB9Htw6naYcWqwk0t4ye8MiPOm74avCpqNvcmw== |
867 | 867 | dependencies: |
868 | 868 | "@sourcegraph/extension-api-classes" "^1.1.0" |
869 | | - "@types/sinon" "10.0.2" |
| 869 | + "@types/sinon" "10.0.4" |
| 870 | + graphql "^15.4.0" |
870 | 871 | rxjs "^6.5.1" |
871 | 872 | sinon "^10.0.0" |
872 | | - sourcegraph "^25.3.0" |
| 873 | + sourcegraph "^25.7.0" |
873 | 874 |
|
874 | 875 | "@sourcegraph/extension-api-types@^2.1.0": |
875 | 876 | version "2.1.0" |
|
940 | 941 | dependencies: |
941 | 942 | "@sinonjs/fake-timers" "^7.1.0" |
942 | 943 |
|
| 944 | + |
| 945 | + version "10.0.4" |
| 946 | + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.4.tgz#9332527665692b9f6826afe017f342a3ac6120f4" |
| 947 | + integrity sha512-fOYjrxQv8zJsqOY6V6ecP4eZhQBxtY80X0er1VVnUIAIZo74jHm8e1vguG5Yt4Iv8W2Wr7TgibB8MfRe32k9pA== |
| 948 | + dependencies: |
| 949 | + "@sinonjs/fake-timers" "^7.1.0" |
| 950 | + |
943 | 951 | "@types/stack-utils@^1.0.1": |
944 | 952 | version "1.0.1" |
945 | 953 | resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz" |
@@ -2777,6 +2785,11 @@ grapheme-breaker@^0.3.2: |
2777 | 2785 | brfs "^1.2.0" |
2778 | 2786 | unicode-trie "^0.3.1" |
2779 | 2787 |
|
| 2788 | +graphql@^15.4.0: |
| 2789 | + version "15.10.1" |
| 2790 | + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f" |
| 2791 | + integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg== |
| 2792 | + |
2780 | 2793 | |
2781 | 2794 | version "1.10.5" |
2782 | 2795 | resolved "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz" |
@@ -5851,10 +5864,10 @@ source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6: |
5851 | 5864 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" |
5852 | 5865 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |
5853 | 5866 |
|
5854 | | -sourcegraph@^25.3.0: |
5855 | | - version "25.3.0" |
5856 | | - resolved "https://registry.npmjs.org/sourcegraph/-/sourcegraph-25.3.0.tgz" |
5857 | | - integrity sha512-677uVs3rq1gVeiKTZ6wrlq862dUIn02ZmEgxoPTfFMI3tlJWhdgFZOg2GpFEgFRoB1ct7rMMlRrI1cEQdB7Rkg== |
| 5867 | +sourcegraph@^25.7.0: |
| 5868 | + version "25.7.0" |
| 5869 | + resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-25.7.0.tgz#fb1e7a0b7d0547447f524a1d0dcf18407e70cdbf" |
| 5870 | + integrity sha512-3Xdr480Ojkl9fZfaOH7xDy4N8YeQOyccNKVlObOJcj4SR7oFLOra1EFYoMrJPZ9axuD1hSi+34YCx5vocGlRzQ== |
5858 | 5871 |
|
5859 | 5872 | spawn-wrap@^1.4.2: |
5860 | 5873 | version "1.4.2" |
|
0 commit comments