Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to ^6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2021
1 parent 494261b commit 570b1c3
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": "10.0.1",
"rxjs": "^6.5.1",
"rxjs": "^6.6.7",
"sinon": "^10.0.0",
"sourcegraph": "^25.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5982,10 +5982,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.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit 570b1c3

Please sign in to comment.