diff options
author | crupest <crupest@outlook.com> | 2021-08-09 15:20:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 15:20:46 +0800 |
commit | f0ea75caf781d0a51840d54eba16a4d21350e1b1 (patch) | |
tree | dd5ee8a7ad72cfa074c658684c5e4a4b3819f863 | |
parent | 019462b2cb77f9cd25f9afd8074478f875ca0987 (diff) | |
parent | d291899b9c71768d32dfe27cb3508bb2cc4a8dca (diff) | |
download | timeline-f0ea75caf781d0a51840d54eba16a4d21350e1b1.tar.gz timeline-f0ea75caf781d0a51840d54eba16a4d21350e1b1.tar.bz2 timeline-f0ea75caf781d0a51840d54eba16a4d21350e1b1.zip |
Merge pull request #726 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-cacheable-response-6.2.2
-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 236fbd42..ca79a34a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.3.0",
- "workbox-cacheable-response": "^6.2.0",
+ "workbox-cacheable-response": "^6.2.2",
"workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.2",
"workbox-routing": "^6.2.2",
|