diff options
author | crupest <crupest@outlook.com> | 2022-03-25 13:07:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 13:07:24 +0800 |
commit | e37a4a6239f3ebe3bf52351be8cf4827d2df6494 (patch) | |
tree | 87f4412f87a39365f31fd6136e63b3d67c76c106 | |
parent | a97939fb623abbf75797268022ee20c72ad55b2c (diff) | |
parent | 00e18c3a7b35de8ebbc68e923ca4ed5309017aa9 (diff) | |
download | timeline-e37a4a6239f3ebe3bf52351be8cf4827d2df6494.tar.gz timeline-e37a4a6239f3ebe3bf52351be8cf4827d2df6494.tar.bz2 timeline-e37a4a6239f3ebe3bf52351be8cf4827d2df6494.zip |
Merge pull request #1123 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.5.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 034ba635..7c65df4c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "remarkable": "^2.0.1",
"rxjs": "^7.5.5",
"workbox-cacheable-response": "^6.5.1",
- "workbox-expiration": "^6.5.1",
+ "workbox-expiration": "^6.5.2",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
|