diff options
author | crupest <crupest@outlook.com> | 2022-03-07 21:45:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 21:45:26 +0800 |
commit | d1f4fcd55e23e311ca15f5eff821edab1349571c (patch) | |
tree | 1503c24b5d70200d538f9b4fe89ad5204bc8f51c /FrontEnd | |
parent | 809aa418e10a920658742950179be2f1144df319 (diff) | |
parent | d606303f060bbe7d825e460d533d30727a12ec0b (diff) | |
download | timeline-d1f4fcd55e23e311ca15f5eff821edab1349571c.tar.gz timeline-d1f4fcd55e23e311ca15f5eff821edab1349571c.tar.bz2 timeline-d1f4fcd55e23e311ca15f5eff821edab1349571c.zip |
Merge pull request #1093 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-strategies-6.5.1
build(deps): Bump workbox-strategies from 6.4.2 to 6.5.1 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 f1e8a762..7a064e8b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -35,7 +35,7 @@ "workbox-expiration": "^6.5.0",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
- "workbox-strategies": "^6.4.1",
+ "workbox-strategies": "^6.5.1",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
},
|