diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 11:01:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 11:01:07 +0000 |
commit | 51bbce90cf339428d3f9a0e6ac0ed5054137d32f (patch) | |
tree | 9c2561fca60f109fd5e5ca33e79987087b51e12a | |
parent | 2d15d60d8268b806d7855e3e3e39e6f42c2649cd (diff) | |
parent | 8c0282caa78344b84e77227f2ae5da991b25f75b (diff) | |
download | timeline-51bbce90cf339428d3f9a0e6ac0ed5054137d32f.tar.gz timeline-51bbce90cf339428d3f9a0e6ac0ed5054137d32f.tar.bz2 timeline-51bbce90cf339428d3f9a0e6ac0ed5054137d32f.zip |
Merge pull request #324 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-6.6.6
-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 f925e540..8407014f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -27,7 +27,7 @@ "react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
- "rxjs": "^6.6.3",
+ "rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.0",
"workbox-precaching": "^6.1.0",
|