diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-29 05:05:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 05:05:07 +0000 |
commit | 63e2dbd17273935b0841c2f0b28cca14d7e61ede (patch) | |
tree | 853296b3d8aaaa4e8b3ddcbe4fa35bdadac7c9ad | |
parent | ea71954fe9af6995a0ee4d9b7c719b4831fd65d6 (diff) | |
download | timeline-63e2dbd17273935b0841c2f0b28cca14d7e61ede.tar.gz timeline-63e2dbd17273935b0841c2f0b28cca14d7e61ede.tar.bz2 timeline-63e2dbd17273935b0841c2f0b28cca14d7e61ede.zip |
build(deps): Bump rxjs from 7.2.0 to 7.3.0 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.2.0 to 7.3.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.2.0...7.3.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 0db12a86..f406c0c8 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.2.0",
+ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|