Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit c7acb0b

Browse files
renovate[bot]WhiteSource Renovate
andauthored
chore(deps): update dependency @sourcegraph/extension-api-stubs to ^0.2.3 (#48)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent c5ae410 commit c7acb0b

File tree

2 files changed

+56
-49
lines changed

2 files changed

+56
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@commitlint/cli": "^8.3.4",
5555
"@commitlint/config-conventional": "^8.3.4",
56-
"@sourcegraph/extension-api-stubs": "^0.2.0",
56+
"@sourcegraph/extension-api-stubs": "^0.2.3",
5757
"@sourcegraph/prettierrc": "^2.2.0",
5858
"@sourcegraph/tsconfig": "^4.0.0",
5959
"@sourcegraph/tslint-config": "^13.3.0",

yarn.lock

Lines changed: 55 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@
405405
into-stream "^4.0.0"
406406
lodash "^4.17.4"
407407

408-
"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.4.0":
409-
version "1.4.0"
410-
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"
411-
integrity sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw==
408+
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.4.0", "@sinonjs/commons@^1.7.0":
409+
version "1.7.0"
410+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
411+
integrity sha512-qbk9AP+cZUsKdW1GJsBpxPKFmCJ0T8swwzVje3qFd+AkQb74Q/tiuzrdfFg8AD2g5HH/XbE/I8Uc1KYHVYWfhg==
412412
dependencies:
413413
type-detect "4.0.8"
414414

@@ -420,42 +420,42 @@
420420
"@sinonjs/commons" "^1"
421421
"@sinonjs/samsam" "^3.1.0"
422422

423-
"@sinonjs/samsam@^3.1.0", "@sinonjs/samsam@^3.3.2":
424-
version "3.3.2"
425-
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.2.tgz#63942e3d5eb0b79f6de3bef9abfad15fb4b6401b"
426-
integrity sha512-ILO/rR8LfAb60Y1Yfp9vxfYAASK43NFC2mLzpvLUbCQY/Qu8YwReboseu8aheCEkyElZF2L2T9mHcR2bgdvZyA==
423+
"@sinonjs/samsam@^3.1.0", "@sinonjs/samsam@^3.3.3":
424+
version "3.3.3"
425+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.3.tgz#46682efd9967b259b81136b9f120fd54585feb4a"
426+
integrity sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==
427427
dependencies:
428-
"@sinonjs/commons" "^1.0.2"
428+
"@sinonjs/commons" "^1.3.0"
429429
array-from "^2.1.1"
430-
lodash "^4.17.11"
430+
lodash "^4.17.15"
431431

432432
"@sinonjs/text-encoding@^0.7.1":
433433
version "0.7.1"
434434
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
435435
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
436436

437-
"@sourcegraph/extension-api-classes@^1.0.2":
438-
version "1.0.2"
439-
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-classes/-/extension-api-classes-1.0.2.tgz#e76ff8394deacffb7cb1edd5f5d24d714e6026ee"
440-
integrity sha512-2PUTf/hedG+5DTyUmA2QPK7I/qyiwIbgQHcmAeRGlysg17okOeNFRp4AVLJsAh+NLq8poxtbyXP+dIdrCzONgw==
437+
"@sourcegraph/extension-api-classes@^1.0.3":
438+
version "1.0.3"
439+
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-classes/-/extension-api-classes-1.0.3.tgz#a8b071451626414c5489aa31a9ea21d43080d339"
440+
integrity sha512-nGDB8IAyDmA3/kaMYkYk4eOdUT4DGAJGcxGEe7zjRNywvktRH63eXdPttQCOkazpGmq3udL7Ael/HQmynkUzcw==
441441
dependencies:
442-
"@sourcegraph/extension-api-types" "^2.0.0"
442+
"@sourcegraph/extension-api-types" "^2.1.0"
443443

444-
"@sourcegraph/extension-api-stubs@^0.2.0":
445-
version "0.2.0"
446-
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-stubs/-/extension-api-stubs-0.2.0.tgz#4deee465d96cb49c7790da95fa28aefbdf995177"
447-
integrity sha512-EhI65jZnDB+/pnRHrwzlFq7JN9NuabJBiZoBmAMghnqtbVD/5pEqm9XJD0LPCg/Uc3FEIVTkVXjNylGn4s0JNA==
444+
"@sourcegraph/extension-api-stubs@^0.2.3":
445+
version "0.2.3"
446+
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-stubs/-/extension-api-stubs-0.2.3.tgz#5f44d2f5b8995ee4bef56a4ff33f5e454286436a"
447+
integrity sha512-tHCAgA3HUNg+FlOOIiXccI/cl252YW6nyIsc0Buboyel0mOMDsfnm5baikRWqe4N1GCYQ6SEY5tQJYqecoZqSQ==
448448
dependencies:
449-
"@sourcegraph/extension-api-classes" "^1.0.2"
450-
"@types/sinon" "7.0.11"
449+
"@sourcegraph/extension-api-classes" "^1.0.3"
450+
"@types/sinon" "7.5.1"
451451
rxjs "^6.5.1"
452-
sinon "^7.3.2"
453-
sourcegraph "^23.0.1"
452+
sinon "^7.5.0"
453+
sourcegraph "^23.1.0"
454454

455-
"@sourcegraph/extension-api-types@^2.0.0":
456-
version "2.0.0"
457-
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-types/-/extension-api-types-2.0.0.tgz#b38145521c0549b2be300df53bac48b648ccbc2d"
458-
integrity sha512-Te7F1RQJLBH4C8wQ2xz0nPC2vpe13F80V+Yv+c3GySOoh4DcLNN4P5u51Kh4aZPqeS5DJ7CKvHyX2SM/1EBXNg==
455+
"@sourcegraph/extension-api-types@^2.1.0":
456+
version "2.1.0"
457+
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-types/-/extension-api-types-2.1.0.tgz#dcc81eba70371c9aabc7333361f5e1ed63e7c91e"
458+
integrity sha512-KWxkyphmlwam8kfYPSmoitKQRMGQCsr1ZRmNZgijT7ABKaVyk/+I5ezt2J213tM04Hi0vyg4L7iH1VCkNvm2Jw==
459459

460460
"@sourcegraph/prettierrc@^2.2.0":
461461
version "2.2.0"
@@ -550,16 +550,16 @@
550550
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.0.1.tgz#a984b405c702fa5a7ec6abc56b37f2ba35ef5af6"
551551
integrity sha512-ffCdcrEE5h8DqVxinQjo+2d1q+FV5z7iNtPofw3JsrltSoSVlOGaW0rY8XxtO9XukdTn8TaCGWmk2VFGhI70mg==
552552

553-
"@types/sinon@7.0.11":
554-
version "7.0.11"
555-
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-7.0.11.tgz#6f28f005a36e779b7db0f1359b9fb9eef72aae88"
556-
integrity sha512-6ee09Ugx6GyEr0opUIakmxIWFNmqYPjkqa3/BuxCBokA0klsOLPgMD5K4q40lH7/yZVuJVzOfQpd7pipwjngkQ==
557-
558553
"@types/sinon@7.0.13":
559554
version "7.0.13"
560555
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
561556
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
562557

558+
"@types/sinon@7.5.1":
559+
version "7.5.1"
560+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
561+
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
562+
563563
"@types/uuid@3.4.5":
564564
version "3.4.5"
565565
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb"
@@ -3523,11 +3523,18 @@ log-symbols@2.2.0:
35233523
dependencies:
35243524
chalk "^2.0.1"
35253525

3526-
lolex@^4.1.0, lolex@^4.2.0:
3526+
lolex@^4.2.0:
35273527
version "4.2.0"
35283528
resolved "https://registry.yarnpkg.com/lolex/-/lolex-4.2.0.tgz#ddbd7f6213ca1ea5826901ab1222b65d714b3cd7"
35293529
integrity sha512-gKO5uExCXvSm6zbF562EvM+rd1kQDnB9AZBbiQVzf1ZmdDpxUSvpnAaVOP83N/31mRK8Ml8/VE8DMvsAZQ+7wg==
35303530

3531+
lolex@^5.0.1:
3532+
version "5.1.2"
3533+
resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367"
3534+
integrity sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==
3535+
dependencies:
3536+
"@sinonjs/commons" "^1.7.0"
3537+
35313538
loud-rejection@^1.0.0:
35323539
version "1.6.0"
35333540
resolved "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
@@ -3933,15 +3940,15 @@ nice-try@^1.0.4:
39333940
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
39343941
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
39353942

3936-
nise@^1.5.1:
3937-
version "1.5.1"
3938-
resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.1.tgz#de61d99a1d3b46b5233be4531569b9a8e27372b2"
3939-
integrity sha512-edFWm0fsFG2n318rfEnKlTZTkjlbVOFF9XIA+fj+Ed+Qz1laYW2lobwavWoMzGrYDHH1EpiNJgDfvGnkZztR/g==
3943+
nise@^1.5.2:
3944+
version "1.5.3"
3945+
resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.3.tgz#9d2cfe37d44f57317766c6e9408a359c5d3ac1f7"
3946+
integrity sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==
39403947
dependencies:
39413948
"@sinonjs/formatio" "^3.2.1"
39423949
"@sinonjs/text-encoding" "^0.7.1"
39433950
just-extend "^4.0.2"
3944-
lolex "^4.1.0"
3951+
lolex "^5.0.1"
39453952
path-to-regexp "^1.7.0"
39463953

39473954
node-emoji@^1.4.1:
@@ -5422,17 +5429,17 @@ signale@^1.2.1:
54225429
figures "^2.0.0"
54235430
pkg-conf "^2.1.0"
54245431

5425-
sinon@^7.3.2, sinon@^7.4.1:
5426-
version "7.4.1"
5427-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.4.1.tgz#bcd0c63953893e87fa0cc502f52489c32a83d4d9"
5428-
integrity sha512-7s9buHGHN/jqoy/v4bJgmt0m1XEkCEd/tqdHXumpBp0JSujaT4Ng84JU5wDdK4E85ZMq78NuDe0I3NAqXY8TFg==
5432+
sinon@^7.4.1, sinon@^7.5.0:
5433+
version "7.5.0"
5434+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.5.0.tgz#e9488ea466070ea908fd44a3d6478fd4923c67ec"
5435+
integrity sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q==
54295436
dependencies:
54305437
"@sinonjs/commons" "^1.4.0"
54315438
"@sinonjs/formatio" "^3.2.1"
5432-
"@sinonjs/samsam" "^3.3.2"
5439+
"@sinonjs/samsam" "^3.3.3"
54335440
diff "^3.5.0"
54345441
lolex "^4.2.0"
5435-
nise "^1.5.1"
5442+
nise "^1.5.2"
54365443
supports-color "^5.5.0"
54375444

54385445
slash@^2.0.0:
@@ -5548,10 +5555,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
55485555
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
55495556
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
55505557

5551-
sourcegraph@^23.0.1:
5552-
version "23.0.1"
5553-
resolved "https://registry.npmjs.org/sourcegraph/-/sourcegraph-23.0.1.tgz#715fcf4129a6d94bc3bfd2740d9c706ae6357ffe"
5554-
integrity sha512-4We7zqhOagOVxNFdS6/xT/Crhb0Arw/9ytGBu8JuHfjo5yjMtcUYt22kZyu2TaPHXwyPW9muUi1eKSFA6Qg4lw==
5558+
sourcegraph@^23.0.1, sourcegraph@^23.1.0:
5559+
version "23.1.0"
5560+
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-23.1.0.tgz#3178979805239cdf777d7b2cb9aae99c2a3d1dcb"
5561+
integrity sha512-pcHP/Ad1TGJWDu4vh8iDE1bi4LOvDgc2Q+amlByjSfeg2+vd4jldpaW4HuP/fMVGYvvzxOa4jrjlluWeXFqyoA==
55555562

55565563
spawn-error-forwarder@~1.0.0:
55575564
version "1.0.0"

0 commit comments

Comments
 (0)