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 | 97d293149adb622f2707c8b1411cfdffb9262c0c (patch) | |
tree | fbb302d31addb278e1032e7a9df6ff42c40df403 /FrontEnd/package.json | |
parent | 7c6fc969f5fa7ef53d4e689fb3196ebad229dd5d (diff) | |
download | timeline-97d293149adb622f2707c8b1411cfdffb9262c0c.tar.gz timeline-97d293149adb622f2707c8b1411cfdffb9262c0c.tar.bz2 timeline-97d293149adb622f2707c8b1411cfdffb9262c0c.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>
Diffstat (limited to 'FrontEnd/package.json')
-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",
|