diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-31 06:01:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 06:01:43 +0000 |
commit | c63d00a77e8ec69e24302f2178c45e29a1f9be45 (patch) | |
tree | a9bd3bb81d5d894b1eceaa6d43ad3bcac5fcfe6d | |
parent | db05104d576a52a6d12417eae0dd2d829ff652cd (diff) | |
download | timeline-c63d00a77e8ec69e24302f2178c45e29a1f9be45.tar.gz timeline-c63d00a77e8ec69e24302f2178c45e29a1f9be45.tar.bz2 timeline-c63d00a77e8ec69e24302f2178c45e29a1f9be45.zip |
build(deps): Bump workbox-precaching from 6.0.2 to 6.1.0 in /FrontEnd
Bumps [workbox-precaching](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..d86ca472 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"rxjs": "^6.6.3",
- "workbox-precaching": "^6.0.2",
+ "workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.0.2",
"workbox-window": "^6.1.0",
|