diff --git a/package.json b/package.json index 9ca6b95c..1b1ddf2f 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "last 1 Safari versions" ], "devDependencies": { - "@sourcegraph/extension-api-stubs": "^1.5.3", + "@sourcegraph/extension-api-stubs": "^1.6.2", "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "@sourcegraph/tslint-config": "^13.4.0", @@ -198,7 +198,7 @@ "rxjs": "^6.5.2", "sinon": "^7.3.2", "source-map-support": "^0.5.12", - "sourcegraph": "^25.3.0", + "sourcegraph": "^25.7.0", "ts-node": "^8.3.0", "tslint": "^6.1.3", "typescript": "^3.5.2" diff --git a/yarn.lock b/yarn.lock index 61e05e3c..075e841d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -860,16 +860,17 @@ dependencies: "@sourcegraph/extension-api-types" "^2.1.0" -"@sourcegraph/extension-api-stubs@^1.5.3": - version "1.5.3" - resolved "https://registry.npmjs.org/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.5.3.tgz" - integrity sha512-1QeiDLK9KcUOPkeoOe19ieHZN4Uz5GsY9qEwtM/n2e9Ew4kNJMvfid+8MFAo8MVcoLMtbMxJbs03LqwJTB1shg== +"@sourcegraph/extension-api-stubs@^1.6.2": + version "1.6.2" + resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.6.2.tgz#b70cbb0a179367927bef85e0cadf688c57f6dc58" + integrity sha512-7uy03qVTDWAH0D663DY3FIRxjG5JV2tSRxJljMeUzRb/ZBZrKB9Htw6naYcWqwk0t4ye8MiPOm74avCpqNvcmw== dependencies: "@sourcegraph/extension-api-classes" "^1.1.0" - "@types/sinon" "10.0.2" + "@types/sinon" "10.0.4" + graphql "^15.4.0" rxjs "^6.5.1" sinon "^10.0.0" - sourcegraph "^25.3.0" + sourcegraph "^25.7.0" "@sourcegraph/extension-api-types@^2.1.0": version "2.1.0" @@ -940,6 +941,13 @@ dependencies: "@sinonjs/fake-timers" "^7.1.0" +"@types/sinon@10.0.4": + version "10.0.4" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.4.tgz#9332527665692b9f6826afe017f342a3ac6120f4" + integrity sha512-fOYjrxQv8zJsqOY6V6ecP4eZhQBxtY80X0er1VVnUIAIZo74jHm8e1vguG5Yt4Iv8W2Wr7TgibB8MfRe32k9pA== + dependencies: + "@sinonjs/fake-timers" "^7.1.0" + "@types/stack-utils@^1.0.1": version "1.0.1" resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz" @@ -2777,6 +2785,11 @@ grapheme-breaker@^0.3.2: brfs "^1.2.0" unicode-trie "^0.3.1" +graphql@^15.4.0: + version "15.10.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f" + integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg== + growl@1.10.5: version "1.10.5" 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: resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= -sourcegraph@^25.3.0: - version "25.3.0" - resolved "https://registry.npmjs.org/sourcegraph/-/sourcegraph-25.3.0.tgz" - integrity sha512-677uVs3rq1gVeiKTZ6wrlq862dUIn02ZmEgxoPTfFMI3tlJWhdgFZOg2GpFEgFRoB1ct7rMMlRrI1cEQdB7Rkg== +sourcegraph@^25.7.0: + version "25.7.0" + resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-25.7.0.tgz#fb1e7a0b7d0547447f524a1d0dcf18407e70cdbf" + integrity sha512-3Xdr480Ojkl9fZfaOH7xDy4N8YeQOyccNKVlObOJcj4SR7oFLOra1EFYoMrJPZ9axuD1hSi+34YCx5vocGlRzQ== spawn-wrap@^1.4.2: version "1.4.2"