diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 15:21:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 15:21:32 +0000 |
commit | 263717466db3d81596976bfbedcd259b766547da (patch) | |
tree | e2538b53d2e9ba28118354797448a0db4be28037 /FrontEnd | |
parent | 911b2633b1b9b1be04fa20ac0117bf4cdd6f9e0d (diff) | |
download | timeline-263717466db3d81596976bfbedcd259b766547da.tar.gz timeline-263717466db3d81596976bfbedcd259b766547da.tar.bz2 timeline-263717466db3d81596976bfbedcd259b766547da.zip |
build(deps): Bump workbox-strategies from 6.2.3 to 6.2.4 in /FrontEnd
Bumps [workbox-strategies](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-strategies
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 547402d7..06b15915 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -36,7 +36,7 @@ "workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.4",
- "workbox-strategies": "^6.2.2",
+ "workbox-strategies": "^6.2.4",
"workbox-window": "^6.2.4",
"xregexp": "^5.1.0"
},
|