Skip to content

Commit ec810df

Browse files
committed
fix(deps): update dependency rxjs to ^6.6.3
1 parent 78c0ecc commit ec810df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@sourcegraph/extension-api-classes": "^1.1.0",
6767
"@types/sinon": "9.0.4",
68-
"rxjs": "^6.5.1",
68+
"rxjs": "^6.6.3",
6969
"sinon": "^9.0.2",
7070
"sourcegraph": "^24.7.0"
7171
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5923,10 +5923,10 @@ rxjs-report-usage@^1.0.4:
59235923
glob "~7.1.6"
59245924
prompts "~2.3.2"
59255925

5926-
rxjs@^6.5.1:
5927-
version "6.5.5"
5928-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
5929-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
5926+
rxjs@^6.6.3:
5927+
version "6.6.3"
5928+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
5929+
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
59305930
dependencies:
59315931
tslib "^1.9.0"
59325932

0 commit comments

Comments
 (0)