diff options
author | crupest <crupest@outlook.com> | 2021-08-09 14:55:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 14:55:10 +0800 |
commit | 815b0840667187884faffa8d3c2de8607ba187e9 (patch) | |
tree | 20b98c4d48642e95b5888520bc920dca0952bdeb /FrontEnd | |
parent | 60355d749f8d5f29a6c6202c090934a0f8c7abed (diff) | |
parent | 2c2e5eb8b242aec58279e7567f68fd33814ec993 (diff) | |
download | timeline-815b0840667187884faffa8d3c2de8607ba187e9.tar.gz timeline-815b0840667187884faffa8d3c2de8607ba187e9.tar.bz2 timeline-815b0840667187884faffa8d3c2de8607ba187e9.zip |
Merge pull request #731 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.2.2
Diffstat (limited to 'FrontEnd')
-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 89914926..481427cc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "remarkable": "^2.0.1",
"rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.0",
- "workbox-expiration": "^6.2.0",
+ "workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
"workbox-strategies": "^6.2.0",
|