diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 05:09:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 05:09:43 +0000 |
commit | 9e6d77737f5859cb2a2fd51dadf4f786f12bd57f (patch) | |
tree | 9bc34663ee7cfaae30ac658aeb9ff04ab3247e0c | |
parent | 76aa4197559e10288d728d65f010b3b42b5e25b1 (diff) | |
download | timeline-9e6d77737f5859cb2a2fd51dadf4f786f12bd57f.tar.gz timeline-9e6d77737f5859cb2a2fd51dadf4f786f12bd57f.tar.bz2 timeline-9e6d77737f5859cb2a2fd51dadf4f786f12bd57f.zip |
build(deps): Bump workbox-cacheable-response in /FrontEnd
Bumps [workbox-cacheable-response](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-cacheable-response
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 f63ce4bf..26780b94 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.3.0",
- "workbox-cacheable-response": "^6.2.3",
+ "workbox-cacheable-response": "^6.2.4",
"workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.2",
|