diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-07 05:05:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 05:05:07 +0000 |
commit | 7ba058151203e6aa62b1af2c1a575c575b3ecf68 (patch) | |
tree | 5b93473f36a0d5740c43d940bd7ff8414bd9dc2d | |
parent | 9b24f2bb9183663a9e1d9d5ba28092408adef7b0 (diff) | |
download | timeline-7ba058151203e6aa62b1af2c1a575c575b3ecf68.tar.gz timeline-7ba058151203e6aa62b1af2c1a575c575b3ecf68.tar.bz2 timeline-7ba058151203e6aa62b1af2c1a575c575b3ecf68.zip |
build(deps): Bump rxjs from 7.3.0 to 7.4.0 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.3.0...7.4.0)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 26fb0b93..3afe96cc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -31,7 +31,7 @@ "react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
- "rxjs": "^7.3.0",
+ "rxjs": "^7.4.0",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
|