Skip to content

Commit d85869b

Browse files
committed
Update dependency @sourcegraph/extension-api-stubs to ^1.5.4
1 parent 1afffea commit d85869b

3 files changed

Lines changed: 43 additions & 18 deletions

File tree

package-lock.json

Lines changed: 27 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"last 1 Safari versions"
177177
],
178178
"devDependencies": {
179-
"@sourcegraph/extension-api-stubs": "^1.5.3",
179+
"@sourcegraph/extension-api-stubs": "^1.5.4",
180180
"@sourcegraph/prettierrc": "^2.2.0",
181181
"@sourcegraph/tsconfig": "^4.0.1",
182182
"@sourcegraph/tslint-config": "^13.4.0",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -860,13 +860,13 @@
860860
dependencies:
861861
"@sourcegraph/extension-api-types" "^2.1.0"
862862

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.5.4":
864+
version "1.5.4"
865+
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.5.4.tgz"
866+
integrity sha512-F6GktP5Ov3tKVhdfmG2tUFnPqXitwSuh48F/2rDev0heBIE2OzeiaWaZqJL/5V4YH4y4HeTbhUT4lPUBOWlKcw==
867867
dependencies:
868868
"@sourcegraph/extension-api-classes" "^1.1.0"
869-
"@types/sinon" "10.0.2"
869+
"@types/sinon" "10.0.4"
870870
rxjs "^6.5.1"
871871
sinon "^10.0.0"
872872
sourcegraph "^25.3.0"
@@ -940,6 +940,13 @@
940940
dependencies:
941941
"@sinonjs/fake-timers" "^7.1.0"
942942

943+
"@types/sinon@10.0.4":
944+
version "10.0.4"
945+
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.4.tgz"
946+
integrity sha512-fOYjrxQv8zJsqOY6V6ecP4eZhQBxtY80X0er1VVnUIAIZo74jHm8e1vguG5Yt4Iv8W2Wr7TgibB8MfRe32k9pA==
947+
dependencies:
948+
"@sinonjs/fake-timers" "^7.1.0"
949+
943950
"@types/stack-utils@^1.0.1":
944951
version "1.0.1"
945952
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz"
@@ -4061,9 +4068,9 @@ nanomatch@^1.2.9:
40614068
to-regex "^3.0.1"
40624069

40634070
needle@^2.2.1:
4064-
version "2.6.0"
4065-
resolved "https://registry.yarnpkg.com/needle/-/needle-2.6.0.tgz#24dbb55f2509e2324b4a99d61f413982013ccdbe"
4066-
integrity sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==
4071+
version "2.9.1"
4072+
resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684"
4073+
integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==
40674074
dependencies:
40684075
debug "^3.2.6"
40694076
iconv-lite "^0.4.4"

0 commit comments

Comments
 (0)