diff options
author | crupest <crupest@outlook.com> | 2022-03-02 22:35:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 22:35:17 +0800 |
commit | 53cf1ffb1318ad08650c25d3ee46fecc218ad921 (patch) | |
tree | 8fb5462dbe6a93078bb3fc6e27d2d4689494a5f0 /FrontEnd | |
parent | 096e6055ab0c5bebc592e75a592091283340a0b1 (diff) | |
parent | 3a7ce22467c6a6d3fb6b428b9b6583b45a6b9ddd (diff) | |
download | timeline-53cf1ffb1318ad08650c25d3ee46fecc218ad921.tar.gz timeline-53cf1ffb1318ad08650c25d3ee46fecc218ad921.tar.bz2 timeline-53cf1ffb1318ad08650c25d3ee46fecc218ad921.zip |
Merge pull request #1080 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.5.0
build(deps): Bump workbox-expiration from 6.4.2 to 6.5.0 in /FrontEnd
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 66ab6166..d696c44c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "remarkable": "^2.0.1",
"rxjs": "^7.5.4",
"workbox-cacheable-response": "^6.3.0",
- "workbox-expiration": "^6.3.0",
+ "workbox-expiration": "^6.5.0",
"workbox-precaching": "^6.4.1",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.4.1",
|