diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-16 13:23:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 13:23:31 +0000 |
commit | ddc85c89265352649374c2ff3c87dcea84480f76 (patch) | |
tree | 5a02de7008f4592bc9c7220d70b70ee140df18e0 | |
parent | c9284e06b512e877489f56edf2df2c96b754286c (diff) | |
download | timeline-ddc85c89265352649374c2ff3c87dcea84480f76.tar.gz timeline-ddc85c89265352649374c2ff3c87dcea84480f76.tar.bz2 timeline-ddc85c89265352649374c2ff3c87dcea84480f76.zip |
build(deps): Bump workbox-precaching from 6.3.0 to 6.4.1 in /FrontEnd
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.3.0...v6.4.1)
---
updated-dependencies:
- dependency-name: workbox-precaching
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 88407474..1d607069 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "rxjs": "^7.4.0",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
- "workbox-precaching": "^6.3.0",
+ "workbox-precaching": "^6.4.1",
"workbox-routing": "^6.3.0",
"workbox-strategies": "^6.4.1",
"workbox-window": "^6.3.0",
|