diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-10 05:15:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 05:15:41 +0000 |
commit | 7bd6ad62f6c8cc43f3fe29dc49a27865646866e3 (patch) | |
tree | 0c8c00dc7721532a8627401f9b4c39324a5a814e | |
parent | a2ce513faba4e58bc749d024fae18563510701f0 (diff) | |
download | timeline-7bd6ad62f6c8cc43f3fe29dc49a27865646866e3.tar.gz timeline-7bd6ad62f6c8cc43f3fe29dc49a27865646866e3.tar.bz2 timeline-7bd6ad62f6c8cc43f3fe29dc49a27865646866e3.zip |
build(deps): Bump rxjs from 7.5.2 to 7.5.4 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.2 to 7.5.4.
- [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.5.2...7.5.4)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 439b46ef..8a8f9aca 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
- "rxjs": "^7.5.2",
+ "rxjs": "^7.5.4",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.4.1",
|