Skip to content

Commit 615ce22

Browse files
committed
fix(deps): update dependency rxjs to ^6.6.7
1 parent d7f6f85 commit 615ce22

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
@@ -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": "^6.6.7",
7070
"sinon": "^10.0.0",
7171
"sourcegraph": "^25.4.0"
7272
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6084,10 +6084,10 @@ rxjs-report-usage@^1.0.4:
60846084
glob "~7.1.6"
60856085
prompts "~2.3.2"
60866086

6087-
rxjs@^6.5.1:
6088-
version "6.5.5"
6089-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
6090-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
6087+
rxjs@^6.6.7:
6088+
version "6.6.7"
6089+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
6090+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
60916091
dependencies:
60926092
tslib "^1.9.0"
60936093

0 commit comments

Comments
 (0)