diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-06 08:46:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 08:46:33 +0000 |
commit | b76d5ab82743c07b910fac4effdfbbb703691cb8 (patch) | |
tree | 7f39f05ad775c06d1c55c31fcb8e28e0c1b57463 | |
parent | e2e3307711eba4d4f4e1d9c674216dce3a435fd4 (diff) | |
download | timeline-b76d5ab82743c07b910fac4effdfbbb703691cb8.tar.gz timeline-b76d5ab82743c07b910fac4effdfbbb703691cb8.tar.bz2 timeline-b76d5ab82743c07b910fac4effdfbbb703691cb8.zip |
build(deps): Bump workbox-strategies from 6.1.5 to 6.2.0 in /FrontEnd
Bumps [workbox-strategies](https://github.com/googlechrome/workbox) from 6.1.5 to 6.2.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.2.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 6158eed5..c63b1514 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -36,7 +36,7 @@ "workbox-expiration": "^6.2.0",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.2.0",
- "workbox-strategies": "^6.1.0",
+ "workbox-strategies": "^6.2.0",
"workbox-window": "^6.1.1",
"xregexp": "^5.1.0"
},
|