diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-24 07:16:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 07:16:16 +0000 |
commit | d0f5dcb10b10c6fb645cdb136998a83a51901924 (patch) | |
tree | c069a9cd601567f2bb1d33047276c868a8ef1d91 | |
parent | 314ed028ff4b310d7c320a1a8016f41dbb7bd993 (diff) | |
download | timeline-d0f5dcb10b10c6fb645cdb136998a83a51901924.tar.gz timeline-d0f5dcb10b10c6fb645cdb136998a83a51901924.tar.bz2 timeline-d0f5dcb10b10c6fb645cdb136998a83a51901924.zip |
build(deps): Bump rxjs from 7.0.1 to 7.1.0 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.1 to 7.1.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.0.1...7.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 9d4e24bc..764bf7e3 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -32,7 +32,7 @@ "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", - "rxjs": "^7.0.1", + "rxjs": "^7.1.0", "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", @@ -11529,9 +11529,9 @@ } }, "node_modules/rxjs": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz", - "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.1.0.tgz", + "integrity": "sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==", "dependencies": { "tslib": "~2.1.0" } @@ -23639,9 +23639,9 @@ } }, "rxjs": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz", - "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.1.0.tgz", + "integrity": "sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==", "requires": { "tslib": "~2.1.0" }, diff --git a/FrontEnd/package.json b/FrontEnd/package.json index a6f43849..becb9a9d 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.0.1",
+ "rxjs": "^7.1.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|