Skip to content

Commit 83a688c

Browse files
fix(deps): update dependency rxjs to v7
1 parent 267d603 commit 83a688c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@sourcegraph/extension-api-classes": "^1.1.0",
6767
"@types/sinon": "10.0.4",
6868
"graphql": "^15.4.0",
69-
"rxjs": "^6.5.1",
69+
"rxjs": "^7.8.2",
7070
"sinon": "^10.0.0",
7171
"sourcegraph": "^25.7.0"
7272
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6176,12 +6176,12 @@ rxjs-report-usage@^1.0.4:
61766176
glob "~7.1.6"
61776177
prompts "~2.3.2"
61786178

6179-
rxjs@^6.5.1:
6180-
version "6.5.5"
6181-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
6182-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
6179+
rxjs@^7.8.2:
6180+
version "7.8.2"
6181+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
6182+
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
61836183
dependencies:
6184-
tslib "^1.9.0"
6184+
tslib "^2.1.0"
61856185

61866186
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
61876187
version "5.1.2"
@@ -6919,15 +6919,15 @@ tsconfig-paths@^3.9.0:
69196919
minimist "^1.2.0"
69206920
strip-bom "^3.0.0"
69216921

6922-
tslib@^1.8.1, tslib@^1.9.0:
6922+
tslib@^1.8.1:
69236923
version "1.11.1"
69246924
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
69256925
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
69266926

6927-
tslib@^2.0.0:
6928-
version "2.3.1"
6929-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6930-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6927+
tslib@^2.0.0, tslib@^2.1.0:
6928+
version "2.8.1"
6929+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
6930+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
69316931

69326932
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
69336933
version "1.2.2"

0 commit comments

Comments
 (0)