diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:50:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:50:01 +0000 |
commit | ce145e74d2cb192ba864e609e3656801c9359bf1 (patch) | |
tree | ab15c6f0654b7930b6e3ba21982d581b4693cf2a | |
parent | 09b5cfb8f55d156e9d403e95e9f5fd3d8c376012 (diff) | |
parent | dae9f2e24aa079ab5ff20a5e0dba0d0bd8f5a76b (diff) | |
download | timeline-ce145e74d2cb192ba864e609e3656801c9359bf1.tar.gz timeline-ce145e74d2cb192ba864e609e3656801c9359bf1.tar.bz2 timeline-ce145e74d2cb192ba864e609e3656801c9359bf1.zip |
Merge pull request #411 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-6.6.7
-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 9cdab8d7..ba84d267 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",
|