diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-25 05:07:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 05:07:50 +0000 |
commit | 0c0b1d5e98cd37b64ad71ccf58f9bd1955c2e35e (patch) | |
tree | 9e74ec1e58af8700a76ae7b5b311479bf0700173 /FrontEnd | |
parent | e37a4a6239f3ebe3bf52351be8cf4827d2df6494 (diff) | |
download | timeline-0c0b1d5e98cd37b64ad71ccf58f9bd1955c2e35e.tar.gz timeline-0c0b1d5e98cd37b64ad71ccf58f9bd1955c2e35e.tar.bz2 timeline-0c0b1d5e98cd37b64ad71ccf58f9bd1955c2e35e.zip |
build(deps): Bump workbox-cacheable-response in /FrontEnd
Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.1...v6.5.2)
---
updated-dependencies:
- dependency-name: workbox-cacheable-response
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 7c65df4c..e326ed60 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -31,7 +31,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.5.5",
- "workbox-cacheable-response": "^6.5.1",
+ "workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
|