Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to ^6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2021
1 parent 803c76c commit cda991d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
},
"dependencies": {
"ignore": "^5.1.8",
"rxjs": "^6.6.3",
"rxjs": "^6.6.6",
"tagged-template-noop": "^2.1.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7078,10 +7078,10 @@ rxjs-report-usage@^1.0.4:
glob "~7.1.6"
prompts "~2.3.2"

rxjs@^6.6.3:
version "6.6.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
rxjs@^6.6.6:
version "6.6.6"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit cda991d

Please sign in to comment.