diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:33:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 07:33:08 +0000 |
commit | 8c2c07349d3a7b39438d7f87d00d7d56f746cddb (patch) | |
tree | 04480a9dc3979b7db204f4e8ba63e13cda796739 | |
parent | 8c56504f30aaca723ede7c60110f963c3f0e2de5 (diff) | |
parent | d3beba4a3501992144523e2f45e05dedea7c3daf (diff) | |
download | timeline-8c2c07349d3a7b39438d7f87d00d7d56f746cddb.tar.gz timeline-8c2c07349d3a7b39438d7f87d00d7d56f746cddb.tar.bz2 timeline-8c2c07349d3a7b39438d7f87d00d7d56f746cddb.zip |
Merge pull request #456 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-cacheable-response-6.1.5
-rw-r--r-- | FrontEnd/package-lock.json | 2 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 72ce27f7..36b3a39c 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", "rxjs": "^6.6.7", - "workbox-cacheable-response": "^6.1.0", + "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.2", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index b0f5fb47..801462c2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
"rxjs": "^6.6.7",
- "workbox-cacheable-response": "^6.1.0",
+ "workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.2",
|