diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:15:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:15:42 +0000 |
commit | 6ccfd76fc8c06cc090a8a3c956571cb26da1f466 (patch) | |
tree | a6feb7c598f78e99661594ed2cf64951bc6585e6 | |
parent | 255dc7b9a35896a732099588b73b4c0adb99f045 (diff) | |
download | timeline-6ccfd76fc8c06cc090a8a3c956571cb26da1f466.tar.gz timeline-6ccfd76fc8c06cc090a8a3c956571cb26da1f466.tar.bz2 timeline-6ccfd76fc8c06cc090a8a3c956571cb26da1f466.zip |
build(deps): Bump rxjs from 6.6.6 to 6.6.7 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.7/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/6.6.6...6.6.7)
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 49ebbba3..fa4f8e4e 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -30,7 +30,7 @@ "react-router-dom": "^5.2.0", "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", - "rxjs": "^6.6.6", + "rxjs": "^6.6.7", "workbox-cacheable-response": "^6.1.0", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", @@ -12765,9 +12765,9 @@ } }, "node_modules/rxjs": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", - "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "dependencies": { "tslib": "^1.9.0" }, @@ -26082,9 +26082,9 @@ } }, "rxjs": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", - "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "requires": { "tslib": "^1.9.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97d1b723..e3b826b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^6.6.6",
+ "rxjs": "^6.6.7",
"workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|