Skip to content

Commit

Permalink
chore(deps): update sourcegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 17a111f commit 5626d6e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"last 1 Safari versions"
],
"devDependencies": {
"@sourcegraph/extension-api-stubs": "^1.5.3",
"@sourcegraph/extension-api-stubs": "^1.6.1",
"@sourcegraph/prettierrc": "^3.0.3",
"@sourcegraph/tsconfig": "^4.0.1",
"@sourcegraph/tslint-config": "^13.4.0",
Expand All @@ -198,7 +198,7 @@
"rxjs": "^6.5.2",
"sinon": "^7.3.2",
"source-map-support": "^0.5.12",
"sourcegraph": "^25.3.0",
"sourcegraph": "^25.6.0",
"ts-node": "^8.3.0",
"tslint": "^6.1.3",
"typescript": "^3.5.2"
Expand Down
33 changes: 23 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.6.1.tgz#69ffa5cbc785b03436ae0fc1b2e2bc2c97ced38c"
integrity sha512-ItiKTCU87MrEkQAphd6gDT1Geyhg8tXvWMBrkQuYGhH7ggOLWKWHbD+rR1S3vBco1EZeeaXXVxk4d97h85qqHA==
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.5.0"

"@sourcegraph/extension-api-types@^2.1.0":
version "2.1.0"
Expand Down Expand Up @@ -940,6 +941,13 @@
dependencies:
"@sinonjs/fake-timers" "^7.1.0"

"@types/[email protected]":
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"
Expand Down Expand Up @@ -2777,6 +2785,11 @@ grapheme-breaker@^0.3.2:
brfs "^1.2.0"
unicode-trie "^0.3.1"

graphql@^15.4.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

[email protected]:
version "1.10.5"
resolved "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz"
Expand Down Expand Up @@ -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.5.0, sourcegraph@^25.6.0:
version "25.6.0"
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-25.6.0.tgz#fc23822a8e207e25ff9bfc217dad4a14bfbd1e84"
integrity sha512-BKe/hugALfgMyM38ecWpeFLtXvVklq++aUpGlm4Y3fY8/ufbUE/FAaYchF9qkidli8Usef5xnDRCKbAfsPRpWA==

spawn-wrap@^1.4.2:
version "1.4.2"
Expand Down

0 comments on commit 5626d6e

Please sign in to comment.