diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 18:27:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 18:27:41 +0000 |
commit | 8f6f83ce80f57452461eace92c46e94d21e65955 (patch) | |
tree | 8df0916367b8e0c78434292e17247d1190bc6162 /FrontEnd | |
parent | 3632750bab5dde48a16540d4b51e6804101b29bc (diff) | |
download | timeline-8f6f83ce80f57452461eace92c46e94d21e65955.tar.gz timeline-8f6f83ce80f57452461eace92c46e94d21e65955.tar.bz2 timeline-8f6f83ce80f57452461eace92c46e94d21e65955.zip |
build(deps): Bump workbox-precaching from 6.2.3 to 6.2.4 in /FrontEnd
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.3...v6.2.4)
---
updated-dependencies:
- dependency-name: workbox-precaching
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 54e91976..2ee575c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.4",
"workbox-expiration": "^6.2.4",
- "workbox-precaching": "^6.2.3",
+ "workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
"workbox-window": "^6.2.4",
|