diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 07:05:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 07:05:56 +0000 |
commit | 1c91f4221d5c15c73bfdca5fabb61b2253d99061 (patch) | |
tree | 3aac1f1536c7826247931616a6c4520cf0b15aef /FrontEnd/package.json | |
parent | 86106b71e4ae732c80d396ae64da4bb97a6001a1 (diff) | |
download | timeline-1c91f4221d5c15c73bfdca5fabb61b2253d99061.tar.gz timeline-1c91f4221d5c15c73bfdca5fabb61b2253d99061.tar.bz2 timeline-1c91f4221d5c15c73bfdca5fabb61b2253d99061.zip |
build(deps): Bump rxjs from 6.6.3 to 6.6.6 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.3 to 6.6.6.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.6/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/6.6.3...6.6.6)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d3d0f755..b293c0c9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -27,7 +27,7 @@ "react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
- "rxjs": "^6.6.3",
+ "rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.0",
"workbox-precaching": "^6.1.0",
|