diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:07:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:07:40 +0000 |
commit | 65af731d77d349603d67ea967ce42caa46ce13b1 (patch) | |
tree | 882c1ff09957846c8c3d9efe80cfef6a40e6c9ed | |
parent | 42e0c05fbccc22a0d156c08ed85d18f459804bb3 (diff) | |
download | timeline-65af731d77d349603d67ea967ce42caa46ce13b1.tar.gz timeline-65af731d77d349603d67ea967ce42caa46ce13b1.tar.bz2 timeline-65af731d77d349603d67ea967ce42caa46ce13b1.zip |
build(deps): Bump workbox-expiration from 6.1.1 to 6.1.2 in /FrontEnd
Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.1...v6.1.2)
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 74266b39..52584772 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "remarkable": "^2.0.1",
"rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
- "workbox-expiration": "^6.1.0",
+ "workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
|