diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-12 05:49:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 05:49:09 +0000 |
commit | e92cb50a73742f2cea092bc22f5f7966006225ee (patch) | |
tree | 68590c0ae5767b82c06e193304e75930426806ad | |
parent | 736043155ef3c6f65cdcd6007773590c9cc5c88b (diff) | |
download | timeline-e92cb50a73742f2cea092bc22f5f7966006225ee.tar.gz timeline-e92cb50a73742f2cea092bc22f5f7966006225ee.tar.bz2 timeline-e92cb50a73742f2cea092bc22f5f7966006225ee.zip |
build(deps): Bump rxjs from 7.0.0 to 7.0.1 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.0 to 7.0.1.
- [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.0...7.0.1)
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 60e7917d..75a256cd 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -31,7 +31,7 @@ "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", - "rxjs": "^7.0.0", + "rxjs": "^7.0.1", "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", @@ -12803,9 +12803,9 @@ } }, "node_modules/rxjs": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0.tgz", - "integrity": "sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz", + "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==", "dependencies": { "tslib": "~2.1.0" } @@ -26047,9 +26047,9 @@ } }, "rxjs": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0.tgz", - "integrity": "sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz", + "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==", "requires": { "tslib": "~2.1.0" }, diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 1126c862..b1d2c607 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -29,7 +29,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.0",
+ "rxjs": "^7.0.1",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|