diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-06 08:46:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 08:46:43 +0000 |
commit | 813424e05ec70ff0341a0fbc87f5c118f7f85f7f (patch) | |
tree | 00374b9aaa1f4b454ddc0eb2eb6ea2997c43c507 | |
parent | e2e3307711eba4d4f4e1d9c674216dce3a435fd4 (diff) | |
download | timeline-813424e05ec70ff0341a0fbc87f5c118f7f85f7f.tar.gz timeline-813424e05ec70ff0341a0fbc87f5c118f7f85f7f.tar.bz2 timeline-813424e05ec70ff0341a0fbc87f5c118f7f85f7f.zip |
build(deps): Bump workbox-cacheable-response in /FrontEnd
Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.1.5 to 6.2.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.2.0)
---
updated-dependencies:
- dependency-name: workbox-cacheable-response
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 6158eed5..99950a94 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.1.5",
+ "workbox-cacheable-response": "^6.2.0",
"workbox-expiration": "^6.2.0",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.2.0",
|