diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-09 05:13:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 05:13:43 +0000 |
commit | 2c2e5eb8b242aec58279e7567f68fd33814ec993 (patch) | |
tree | 75424134f808a6f37ef86385d1bbb9a24496c219 /FrontEnd/package.json | |
parent | f71febf781bec3ac8b798a988709d0e1de13dbe5 (diff) | |
download | timeline-2c2e5eb8b242aec58279e7567f68fd33814ec993.tar.gz timeline-2c2e5eb8b242aec58279e7567f68fd33814ec993.tar.bz2 timeline-2c2e5eb8b242aec58279e7567f68fd33814ec993.zip |
build(deps): Bump workbox-expiration from 6.2.0 to 6.2.2 in /FrontEnd
Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.2.0 to 6.2.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.0...v6.2.2)
---
updated-dependencies:
- dependency-name: workbox-expiration
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 55f38a14..bcf071fc 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.2.0",
- "workbox-expiration": "^6.2.0",
+ "workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
"workbox-strategies": "^6.2.0",
|