diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 13:49:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 13:49:14 +0000 |
commit | fa641db9ed2830de62d55ceb051e8fd6207b6a11 (patch) | |
tree | 2d09b6a4ec9daff6a395d121483cc711facdc304 /FrontEnd | |
parent | 69ccf634fd86625da7404bbfb089fc609511e4fc (diff) | |
download | timeline-fa641db9ed2830de62d55ceb051e8fd6207b6a11.tar.gz timeline-fa641db9ed2830de62d55ceb051e8fd6207b6a11.tar.bz2 timeline-fa641db9ed2830de62d55ceb051e8fd6207b6a11.zip |
build(deps): Bump workbox-expiration from 6.5.0 to 6.5.1 in /FrontEnd
Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.0...v6.5.1)
---
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')
-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 e0a10958..0f3455ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "remarkable": "^2.0.1",
"rxjs": "^7.5.4",
"workbox-cacheable-response": "^6.5.1",
- "workbox-expiration": "^6.5.0",
+ "workbox-expiration": "^6.5.1",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
|