diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-06 05:04:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 05:04:54 +0000 |
commit | 02c74be45b79499ee6cc88a43839b9470256a47d (patch) | |
tree | 1fcab6840730850bab9d29b8d96d5a47d2ef1af4 /FrontEnd | |
parent | f1f066b558ff83bacd572c1f62f9dd8299f88016 (diff) | |
download | timeline-02c74be45b79499ee6cc88a43839b9470256a47d.tar.gz timeline-02c74be45b79499ee6cc88a43839b9470256a47d.tar.bz2 timeline-02c74be45b79499ee6cc88a43839b9470256a47d.zip |
build(deps): Bump rxjs from 7.1.0 to 7.2.0 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.1.0 to 7.2.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.1.0...7.2.0)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 621c53c6..a86184a4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.1.0",
+ "rxjs": "^7.2.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|