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 | dc00f1e861604e7153a61e799e14914299686e8c (patch) | |
tree | c65e99cc66673fd430295e91921194f8da2fc4f5 /FrontEnd/package.json | |
parent | 79b7cc2bfc4f2c6769ae71f6ffafbe035b442f45 (diff) | |
parent | 6ccfd76fc8c06cc090a8a3c956571cb26da1f466 (diff) | |
download | timeline-dc00f1e861604e7153a61e799e14914299686e8c.tar.gz timeline-dc00f1e861604e7153a61e799e14914299686e8c.tar.bz2 timeline-dc00f1e861604e7153a61e799e14914299686e8c.zip |
Merge pull request #411 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-6.6.7
Diffstat (limited to 'FrontEnd/package.json')
-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",
|