diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-24 05:05:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 05:05:54 +0000 |
commit | e6abd9f611677a2e1d80e88ef9de80465ccbabed (patch) | |
tree | dda5d789c5220987b6799a4b4e2aac281ce3ac42 /FrontEnd | |
parent | 8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad (diff) | |
download | timeline-e6abd9f611677a2e1d80e88ef9de80465ccbabed.tar.gz timeline-e6abd9f611677a2e1d80e88ef9de80465ccbabed.tar.bz2 timeline-e6abd9f611677a2e1d80e88ef9de80465ccbabed.zip |
build(deps): Bump workbox-routing from 6.4.2 to 6.5.0 in /FrontEnd
Bumps [workbox-routing](https://github.com/googlechrome/workbox) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.4.2...v6.5.0)
---
updated-dependencies:
- dependency-name: workbox-routing
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 d5fabe0f..0cd38e5d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.4.1",
- "workbox-routing": "^6.3.0",
+ "workbox-routing": "^6.5.0",
"workbox-strategies": "^6.4.1",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
|