Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to ^6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2020
1 parent 78c0ecc commit ec810df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@sourcegraph/extension-api-classes": "^1.1.0",
"@types/sinon": "9.0.4",
"rxjs": "^6.5.1",
"rxjs": "^6.6.3",
"sinon": "^9.0.2",
"sourcegraph": "^24.7.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5923,10 +5923,10 @@ rxjs-report-usage@^1.0.4:
glob "~7.1.6"
prompts "~2.3.2"

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

Expand Down

0 comments on commit ec810df

Please sign in to comment.