diff options
author | crupest <crupest@outlook.com> | 2022-03-07 21:40:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 21:40:20 +0800 |
commit | 809aa418e10a920658742950179be2f1144df319 (patch) | |
tree | 09b31b506650ea2e7fd71bc7a9c324827c8051e3 | |
parent | f1490f03cbb95ddca46b2b1ef0349e28286c4dda (diff) | |
parent | cd2b8ee3a8392f5f8ff3e7d613dd88cff6c69713 (diff) | |
download | timeline-809aa418e10a920658742950179be2f1144df319.tar.gz timeline-809aa418e10a920658742950179be2f1144df319.tar.bz2 timeline-809aa418e10a920658742950179be2f1144df319.zip |
Merge pull request #1090 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-precaching-6.5.1
build(deps): Bump workbox-precaching from 6.5.0 to 6.5.1 in /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 5175515f..f1e8a762 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "rxjs": "^7.5.4",
"workbox-cacheable-response": "^6.5.1",
"workbox-expiration": "^6.5.0",
- "workbox-precaching": "^6.5.0",
+ "workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.4.1",
"workbox-window": "^6.3.0",
|