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 | 8c0282caa78344b84e77227f2ae5da991b25f75b (patch) | |
tree | a9286bdb3032c801d8de67b8c1a124a0c93d0f9f | |
parent | 927016904d8f2828cc644ac786898b1270aff21d (diff) | |
download | timeline-8c0282caa78344b84e77227f2ae5da991b25f75b.tar.gz timeline-8c0282caa78344b84e77227f2ae5da991b25f75b.tar.bz2 timeline-8c0282caa78344b84e77227f2ae5da991b25f75b.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>
-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",
|