diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-18 16:06:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 16:06:39 +0000 |
commit | f816f5d2bc8af1cb1ca4acf3730ade7dcf40b7b0 (patch) | |
tree | 06ebd1b101751bd5f1254e3eedd76e3785ab5da3 | |
parent | d8261730e37af819bd037423a572451f605f47eb (diff) | |
download | timeline-f816f5d2bc8af1cb1ca4acf3730ade7dcf40b7b0.tar.gz timeline-f816f5d2bc8af1cb1ca4acf3730ade7dcf40b7b0.tar.bz2 timeline-f816f5d2bc8af1cb1ca4acf3730ade7dcf40b7b0.zip |
build(deps): Bump workbox-expiration from 6.2.4 to 6.3.0 in /FrontEnd
Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.2.4 to 6.3.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.4...v6.3.0)
---
updated-dependencies:
- dependency-name: workbox-expiration
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 960b8911..769790b0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "remarkable": "^2.0.1",
"rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.3.0",
- "workbox-expiration": "^6.2.4",
+ "workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
|