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

Commit 342ff0a

Browse files
committed
fix(deps): update dependency rxjs to ^6.5.4
1 parent e9b4164 commit 342ff0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"@sourcegraph/vscode-ws-jsonrpc": "^0.0.3-fork",
7878
"lodash": "^4.17.15",
79-
"rxjs": "^6.4.0",
79+
"rxjs": "^6.5.4",
8080
"sourcegraph": "^23.1.0",
8181
"type-zoo": "^3.2.1",
8282
"uuid": "^3.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5257,10 +5257,10 @@ rxjs-tslint-rules@^4.23.0:
52575257
tsutils "^3.0.0"
52585258
tsutils-etc "^1.1.0"
52595259

5260-
rxjs@^6.4.0, rxjs@^6.5.1:
5261-
version "6.5.1"
5262-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.1.tgz#f7a005a9386361921b8524f38f54cbf80e5d08f4"
5263-
integrity sha512-y0j31WJc83wPu31vS1VlAFW5JGrnGC+j+TtGAa1fRQphy48+fDYiDmX8tjGloToEsMkxnouOg/1IzXGKkJnZMg==
5260+
rxjs@^6.5.1, rxjs@^6.5.4:
5261+
version "6.5.4"
5262+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.4.tgz#e0777fe0d184cec7872df147f303572d414e211c"
5263+
integrity sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==
52645264
dependencies:
52655265
tslib "^1.9.0"
52665266

0 commit comments

Comments
 (0)