diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 05:10:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 05:10:20 +0000 |
commit | 1bdba63d4f650d8ccebc34c1af0da802ac2880f5 (patch) | |
tree | 12f46b132a97383cb53bbfb9efb35ff8253939f1 /FrontEnd | |
parent | 76aa4197559e10288d728d65f010b3b42b5e25b1 (diff) | |
download | timeline-1bdba63d4f650d8ccebc34c1af0da802ac2880f5.tar.gz timeline-1bdba63d4f650d8ccebc34c1af0da802ac2880f5.tar.bz2 timeline-1bdba63d4f650d8ccebc34c1af0da802ac2880f5.zip |
build(deps): Bump workbox-routing from 6.2.3 to 6.2.4 in /FrontEnd
Bumps [workbox-routing](https://github.com/googlechrome/workbox) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.3...v6.2.4)
---
updated-dependencies:
- dependency-name: workbox-routing
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 f63ce4bf..e4507e24 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -35,7 +35,7 @@ "workbox-cacheable-response": "^6.2.3",
"workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.3",
- "workbox-routing": "^6.2.2",
+ "workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.2",
"workbox-window": "^6.2.3",
"xregexp": "^5.1.0"
|