Skip to content

Commit 8b4a7d0

Browse files
committed
fix(deps): update dependency rxjs to ^6.6.4
1 parent c554e23 commit 8b4a7d0

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
@@ -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.4",
6969
"sinon": "^9.0.2",
7070
"sourcegraph": "^24.8.0"
7171
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5933,10 +5933,10 @@ rxjs-report-usage@^1.0.4:
59335933
glob "~7.1.6"
59345934
prompts "~2.3.2"
59355935

5936-
rxjs@^6.5.1:
5937-
version "6.5.5"
5938-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
5939-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
5936+
rxjs@^6.6.4:
5937+
version "6.6.6"
5938+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
5939+
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
59405940
dependencies:
59415941
tslib "^1.9.0"
59425942

0 commit comments

Comments
 (0)