diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-31 06:01:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 06:01:41 +0000 |
commit | 0f259fda85c8b877302f48245e60c8cebc2e3890 (patch) | |
tree | 7d832607dbaabf3f6accf3e35c223fcb9beaed0a | |
parent | db05104d576a52a6d12417eae0dd2d829ff652cd (diff) | |
download | timeline-0f259fda85c8b877302f48245e60c8cebc2e3890.tar.gz timeline-0f259fda85c8b877302f48245e60c8cebc2e3890.tar.bz2 timeline-0f259fda85c8b877302f48245e60c8cebc2e3890.zip |
build(deps): Bump workbox-strategies from 6.0.2 to 6.1.0 in /FrontEnd
Bumps [workbox-strategies](https://github.com/googlechrome/workbox) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.0.2...v6.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
-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 5664a61e..4d590778 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "rxjs": "^6.6.3",
"workbox-precaching": "^6.0.2",
"workbox-routing": "^6.1.0",
- "workbox-strategies": "^6.0.2",
+ "workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.0",
"xregexp": "^4.4.1"
},
|