diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-18 16:16:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 16:16:05 +0000 |
commit | 39526711e6de584c9f0dc5bf42b03ff25ad0bc33 (patch) | |
tree | 79974833e85b1dd6c3ea880bc025d2c41ec29b26 | |
parent | 3f344723dc039c115c0c64f985a0240fba2cf71d (diff) | |
download | timeline-39526711e6de584c9f0dc5bf42b03ff25ad0bc33.tar.gz timeline-39526711e6de584c9f0dc5bf42b03ff25ad0bc33.tar.bz2 timeline-39526711e6de584c9f0dc5bf42b03ff25ad0bc33.zip |
build(deps): Bump workbox-strategies from 6.2.4 to 6.3.0 in /FrontEnd
Bumps [workbox-strategies](https://github.com/googlechrome/workbox) from 6.2.4 to 6.3.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.4...v6.3.0)
---
updated-dependencies:
- dependency-name: workbox-strategies
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 5f54c8bb..e54f1b01 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -36,7 +36,7 @@ "workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0",
- "workbox-strategies": "^6.2.4",
+ "workbox-strategies": "^6.3.0",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
},
|