Skip to content

Commit 757e626

Browse files
fix(deps): update dependency rxjs to ^6.6.3 (#50)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7f379e4 commit 757e626

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
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"ignore": "^5.1.8",
142-
"rxjs": "^6.5.5",
142+
"rxjs": "^6.6.3",
143143
"tagged-template-noop": "^2.1.1"
144144
}
145145
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7078,10 +7078,10 @@ rxjs-report-usage@^1.0.4:
70787078
glob "~7.1.6"
70797079
prompts "~2.3.2"
70807080

7081-
rxjs@^6.5.5:
7082-
version "6.5.5"
7083-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
7084-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
7081+
rxjs@^6.6.3:
7082+
version "6.6.3"
7083+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7084+
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
70857085
dependencies:
70867086
tslib "^1.9.0"
70877087

0 commit comments

Comments
 (0)