Skip to content

Commit

Permalink
Update dependency @sourcegraph/extension-api-stubs to ^1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 1afffea commit d85869b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 deletions.
36 changes: 27 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.5.4",
"@sourcegraph/prettierrc": "^2.2.0",
"@sourcegraph/tsconfig": "^4.0.1",
"@sourcegraph/tslint-config": "^13.4.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -860,13 +860,13 @@
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.5.4":
version "1.5.4"
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-stubs/-/extension-api-stubs-1.5.4.tgz"
integrity sha512-F6GktP5Ov3tKVhdfmG2tUFnPqXitwSuh48F/2rDev0heBIE2OzeiaWaZqJL/5V4YH4y4HeTbhUT4lPUBOWlKcw==
dependencies:
"@sourcegraph/extension-api-classes" "^1.1.0"
"@types/sinon" "10.0.2"
"@types/sinon" "10.0.4"
rxjs "^6.5.1"
sinon "^10.0.0"
sourcegraph "^25.3.0"
Expand Down Expand Up @@ -940,6 +940,13 @@
dependencies:
"@sinonjs/fake-timers" "^7.1.0"

"@types/[email protected]":
version "10.0.4"
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.4.tgz"
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 @@ -4061,9 +4068,9 @@ nanomatch@^1.2.9:
to-regex "^3.0.1"

needle@^2.2.1:
version "2.6.0"
resolved "https://registry.yarnpkg.com/needle/-/needle-2.6.0.tgz#24dbb55f2509e2324b4a99d61f413982013ccdbe"
integrity sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==
version "2.9.1"
resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684"
integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==
dependencies:
debug "^3.2.6"
iconv-lite "^0.4.4"
Expand Down

0 comments on commit d85869b

Please sign in to comment.