diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:15:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:15:42 +0000 |
commit | dae9f2e24aa079ab5ff20a5e0dba0d0bd8f5a76b (patch) | |
tree | 600a594b225d2b42b8d332a9bb32fbe6df99d0be /FrontEnd | |
parent | 6257f02acfcd3c0d06795e0b56ea434ab46d2717 (diff) | |
download | timeline-dae9f2e24aa079ab5ff20a5e0dba0d0bd8f5a76b.tar.gz timeline-dae9f2e24aa079ab5ff20a5e0dba0d0bd8f5a76b.tar.bz2 timeline-dae9f2e24aa079ab5ff20a5e0dba0d0bd8f5a76b.zip |
build(deps): Bump rxjs from 6.6.6 to 6.6.7 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.7/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/6.6.6...6.6.7)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 97d1b723..e3b826b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^6.6.6",
+ "rxjs": "^6.6.7",
"workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|