diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 15:22:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 15:22:19 +0000 |
commit | 27725d4d9bd04d04a746a2c27c501f4760385e25 (patch) | |
tree | 94e53ce0161baa186588b362321f45d741c13239 | |
parent | 911b2633b1b9b1be04fa20ac0117bf4cdd6f9e0d (diff) | |
download | timeline-27725d4d9bd04d04a746a2c27c501f4760385e25.tar.gz timeline-27725d4d9bd04d04a746a2c27c501f4760385e25.tar.bz2 timeline-27725d4d9bd04d04a746a2c27c501f4760385e25.zip |
build(deps): Bump workbox-expiration from 6.2.2 to 6.2.4 in /FrontEnd
Bumps [workbox-expiration](https://github.com/googlechrome/workbox) from 6.2.2 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.2...v6.2.4)
---
updated-dependencies:
- dependency-name: workbox-expiration
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 547402d7..4fd00d8f 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.4",
- "workbox-expiration": "^6.2.2",
+ "workbox-expiration": "^6.2.4",
"workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.2",
|