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 | dd54f311aa39c59f0b0daf30c7398efd43dbb89f (patch) | |
tree | 4f1fc38f79547cb3811e12118538d387713c43ab | |
parent | 1add946323f809d731f9e5d33c8c9bba5f421ff7 (diff) | |
parent | b8ca2eeaf4d6fcd5494a570aaddccc8d6080a52a (diff) | |
download | timeline-dd54f311aa39c59f0b0daf30c7398efd43dbb89f.tar.gz timeline-dd54f311aa39c59f0b0daf30c7398efd43dbb89f.tar.bz2 timeline-dd54f311aa39c59f0b0daf30c7398efd43dbb89f.zip |
Merge pull request #456 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-cacheable-response-6.1.5
-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 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",
|