diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:13:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:13:52 +0000 |
commit | c7d7c8fc696aa382985cbd6c83f44a1082fa22d7 (patch) | |
tree | de0cc93df8309b5b352e842c6f26dbac098e86c4 | |
parent | 3a1e6122af10265ee3edd976651c1d7575bea406 (diff) | |
download | timeline-c7d7c8fc696aa382985cbd6c83f44a1082fa22d7.tar.gz timeline-c7d7c8fc696aa382985cbd6c83f44a1082fa22d7.tar.bz2 timeline-c7d7c8fc696aa382985cbd6c83f44a1082fa22d7.zip |
build(deps): Bump workbox-window from 6.1.0 to 6.1.1 in /FrontEnd
Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.0...v6.1.1)
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 3f2aaa52..ff374219 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
- "workbox-window": "^6.1.0",
+ "workbox-window": "^6.1.1",
"xregexp": "^5.0.1"
},
"scripts": {
|