diff options
author | crupest <crupest@outlook.com> | 2021-08-13 02:26:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 02:26:47 +0800 |
commit | b2e83e89f7b8d10cf1688c524edec0b49fd8272f (patch) | |
tree | 94e53ce0161baa186588b362321f45d741c13239 | |
parent | 911b2633b1b9b1be04fa20ac0117bf4cdd6f9e0d (diff) | |
parent | 27725d4d9bd04d04a746a2c27c501f4760385e25 (diff) | |
download | timeline-b2e83e89f7b8d10cf1688c524edec0b49fd8272f.tar.gz timeline-b2e83e89f7b8d10cf1688c524edec0b49fd8272f.tar.bz2 timeline-b2e83e89f7b8d10cf1688c524edec0b49fd8272f.zip |
Merge pull request #746 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.2.4
-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 547402d7..4fd00d8f 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.4",
- "workbox-expiration": "^6.2.2",
+ "workbox-expiration": "^6.2.4",
"workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.2",
|