diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-06 05:08:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 05:08:02 +0000 |
commit | ccbd7016470a9d2e4de6d75f1e591dac26135183 (patch) | |
tree | c08f62d00c0cc5f2bd0cbdce9c9aaa2accf39551 /FrontEnd/package.json | |
parent | 0cf8d4e823a07994d2207754ec84736598bebff6 (diff) | |
download | timeline-ccbd7016470a9d2e4de6d75f1e591dac26135183.tar.gz timeline-ccbd7016470a9d2e4de6d75f1e591dac26135183.tar.bz2 timeline-ccbd7016470a9d2e4de6d75f1e591dac26135183.zip |
build(deps): Bump workbox-expiration from 6.1.5 to 6.2.0 in /FrontEnd
Bumps [workbox-expiration](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-expiration
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 7d53355c..491f5e93 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.1.5",
- "workbox-expiration": "^6.1.2",
+ "workbox-expiration": "^6.2.0",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.0",
|