diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 07:10:05 +0000 |
commit | e9ae314e5537c97dadbb7fecb1f43893c7f70f61 (patch) | |
tree | b48daa4b98a603de96f6d08da0eaef90e4bb93a0 /FrontEnd | |
parent | d3426a422717698bb73e756e4aaf9fd75c2319c4 (diff) | |
download | timeline-e9ae314e5537c97dadbb7fecb1f43893c7f70f61.tar.gz timeline-e9ae314e5537c97dadbb7fecb1f43893c7f70f61.tar.bz2 timeline-e9ae314e5537c97dadbb7fecb1f43893c7f70f61.zip |
build(deps): Bump workbox-routing from 6.1.2 to 6.1.5 in /FrontEnd
Bumps [workbox-routing](https://github.com/googlechrome/workbox) from 6.1.2 to 6.1.5.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.2...v6.1.5)
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 787617dd..48b2ae78 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
- "workbox-routing": "^6.1.2",
+ "workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
"xregexp": "^5.0.2"
|