diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:16:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:16:29 +0000 |
commit | f6a9bd4310294b87b4304368f53562453cf91f81 (patch) | |
tree | dee38cffc2d5011901cd40f99f53555189b0445a /FrontEnd/package.json | |
parent | b9cdf81d6b9bbe54969c776b7aaabc7e57ddf1fc (diff) | |
parent | 6db30e57756e41e0fd22445bf5a2d6681ab4688f (diff) | |
download | timeline-f6a9bd4310294b87b4304368f53562453cf91f81.tar.gz timeline-f6a9bd4310294b87b4304368f53562453cf91f81.tar.bz2 timeline-f6a9bd4310294b87b4304368f53562453cf91f81.zip |
Merge pull request #379 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.1.2
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 0a63039d..96c6e1ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "remarkable": "^2.0.1",
"rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
- "workbox-expiration": "^6.1.0",
+ "workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.0",
|