diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-11 17:35:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 17:35:52 +0000 |
commit | 4b6d7097813e06ea235ac99d0353fe200d236c06 (patch) | |
tree | 9a7a1794b098d44620300d7077551f24a5172982 /FrontEnd | |
parent | 6b23baaf41c033e90aebdc64c5857d295aa6fed4 (diff) | |
download | timeline-4b6d7097813e06ea235ac99d0353fe200d236c06.tar.gz timeline-4b6d7097813e06ea235ac99d0353fe200d236c06.tar.bz2 timeline-4b6d7097813e06ea235ac99d0353fe200d236c06.zip |
build(deps): Bump workbox-precaching from 6.2.2 to 6.2.3 in /FrontEnd
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.2...v6.2.3)
---
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 1512135a..b9bf96fd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.3",
"workbox-expiration": "^6.2.2",
- "workbox-precaching": "^6.2.2",
+ "workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.2",
"workbox-strategies": "^6.2.2",
"workbox-window": "^6.2.3",
|